Opened 17 years ago
Closed 16 years ago
#60 closed defect (fixed)
input window doesn’t accept tabs
| Reported by: | andersk@MIT.EDU | Owned by: | nelhage@mit.edu |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | internals | Keywords: | |
| Cc: |
Description
sipb / sucks / kcr 17:18 ([citation needed])
class matcher(object):
def __init__(self, pat):
self.pat = re.compile(pat)
def try(self, s):
m = self.pat.match(s)
if m:
self.match = m.group(1)
return m
sipb / sucks / xsdg 17:17 (xsdg)
thanks. your indentation is confusing (whitespace_as_syntax--)
sipb / sucks.d / geofft 17:19 (Geoffrey Thomas)
i,i pastebin
sipb / sucks / kcr 17:19 ([citation needed])
oh, oops.
barnowl / tab / andersk 17:20 (Anders Kaseorg)
Which reminds me. The BarnOwl input window doesn’t accept tabs.
nelhage / git / broder 00:23 (Evan Broder)
priscus:~/Documents/code/barnowl-modules evan$ git ls-tree HEAD
100644 blob b25c15b81fae06e1c55946ac6270bfdb293870e8.gitignore
100644 blob 1fdf3f0b901f432bf1ff02ffd66c0e3afb973e77.gitmodules
nelhage / git / broder 00:23 (Evan Broder)
And...barnowl ate my tabs
Change History (1)
comment:1 Changed 16 years ago by asedeno@mit.edu
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

kcr's new editwin code fixes this.