Re: [STUMP] add-head crashes

2014-02-24 Thread David Bjergaard
Eric Abrahamsen writes: > David Bjergaard writes: > >> Hi Eric, >> >> This is in the experimental branch but not in master. I just tested it >> and it appears to work. Can you clarify what you mean by: >>> Yes, that does solve it (though obviously the frame on the new head goes >>> back to bei

Re: [STUMP] add-head crashes

2014-02-24 Thread Eric Abrahamsen
David Bjergaard writes: > Hi Eric, > > This is in the experimental branch but not in master. I just tested it > and it appears to work. Can you clarify what you mean by: >> Yes, that does solve it (though obviously the frame on the new head goes >> back to being mis-sized). > The original bug w

Re: [STUMP] add-head crashes

2014-02-24 Thread Eric Abrahamsen
David Bjergaard writes: > Hi Eric, > > This is in the experimental branch but not in master. I just tested it > and it appears to work. Can you clarify what you mean by: >> Yes, that does solve it (though obviously the frame on the new head goes >> back to being mis-sized). > The original bug w

Re: [STUMP] Escape characters in mode-line broken

2014-02-24 Thread David Bjergaard
Eric Abrahamsen writes: > Daniel Borchmann writes: > >> Hi, >> >> the recent commit ac062001 seems to break the escape characters in my >> mode-line. If I understand this commit correctly, it fixes the bug of >> having carets (^) in a window title being interpreted as escape >> characters by do

Re: [STUMP] add-head crashes

2014-02-24 Thread David Bjergaard
Hi Eric, This is in the experimental branch but not in master. I just tested it and it appears to work. Can you clarify what you mean by: > Yes, that does solve it (though obviously the frame on the new head goes > back to being mis-sized). The original bug was that if you unplugged an external

Re: [STUMP] Escape characters in mode-line broken

2014-02-24 Thread David Bjergaard
Eric Abrahamsen writes: > Daniel Borchmann writes: > >> Hi, >> >> the recent commit ac062001 seems to break the escape characters in my >> mode-line. If I understand this commit correctly, it fixes the bug of >> having carets (^) in a window title being interpreted as escape >> characters by d

Re: [STUMP] Escape characters in mode-line broken

2014-02-24 Thread Eric Abrahamsen
Daniel Borchmann writes: > Hi, > > the recent commit ac062001 seems to break the escape characters in my > mode-line. If I understand this commit correctly, it fixes the bug of > having carets (^) in a window title being interpreted as escape > characters by doubling them. However, this also se

[STUMP] git-describe does not honor 0.9.8 tag

2014-02-24 Thread Daniel Borchmann
Hi, it seems that the 0.9.8 tag is not honored by git-describe, and thus also not by Stump. If I am on master, then I get $ git describe 0.9.7-160-g67ff979 It seems that 0.9.8 is not an annotated tag, and thus is ignored by git-describe. To fix this one could do $ git describe --tags

[STUMP] Escape characters in mode-line broken

2014-02-24 Thread Daniel Borchmann
Hi, the recent commit ac062001 seems to break the escape characters in my mode-line. If I understand this commit correctly, it fixes the bug of having carets (^) in a window title being interpreted as escape characters by doubling them. However, this also seems to double the valid escape charac