Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 116)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#58 fixed Multibyte characters in the last column of the window are misrendered nelhage@mit.edu andersk@MIT.EDU
Description
   dirty-owl-hackers / unicode / andersk  00:03  (Anders Kaseorg)
       The end of this Zephyr fails to display correctly on 80-column BarnOwl: ☺   
   dirty-owl-hackers / unicode / andersk  00:03  (Anders Kaseorg)
       Furthermore, it messes up the message after it.
#60 fixed input window doesn’t accept tabs nelhage@mit.edu andersk@MIT.EDU
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
#61 fixed barnowl crashes when .zephyr.subs is unwritable and you attempt to use "unsub" nelhage@mit.edu quentin@MIT.EDU
Description

I keep my .zephyr.subs in RCS, so it's normally locked and unwritable. If I try to unsub with it in that state, barnowl will crash with a pointer error:

command: unsub clyde-crap

*** glibc detected *** double free or corruption (fasttop): 0x10e81728 ***
                                                                                                   Abort
                                                                                                        (~) athena%

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracQuery for help on using queries.