[Fish-users] Bug?: filename underlines

2006-10-08 Thread Philip Ganchev
After correctly underlining a completed filename, Fish removes the underlining when the user types a space and some other character. Is this intentional? I think the underlining should stay unless the filename is modified to a string that is not the name of a file. --

Re: [Fish-users] Multiline editing

2006-10-08 Thread Philip Ganchev
Hurray for multiline editing! Is it possible to make it indent right after moving to the new line, rather than waiting for the first character to be typed? Then the cursor would not need to be moved again, unless the user types "end", which is unlikely. This will make it clearer to the user what

Re: [Fish-users] Multiline editing

2006-10-08 Thread Philip Ganchev
On 10/5/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > On 10/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Multiline editing rocks. Here are some thoughts. > > > > The ellipsis (…) at the start and end of lines is cool and makes clear > > that the line was wrapped. But it also complic

Re: [Fish-users] Multiline editing

2006-10-08 Thread Philip Ganchev
On 10/6/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > On 10/6/06, Beni Cherniavsky <[EMAIL PROTECTED]> wrote: [...] > > Not necessarily. The terminal stores a hidden bit at every end of > > line, rememebering whether it was crossed by wrapping a long text. > > I'm not sure what's the exact ru

Re: [Fish-users] Slightly altered format for fish history file

2006-10-08 Thread Philip Ganchev
On 10/8/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: [...] > Currently, a backslash followed by a newline is interpreted as a > newline in fish. This means that you can write e.g. > > pwd\ > pwd > > and it will execute the 'pwd' command twice. > > However, this is not true in a quoted environme

Re: [Fish-users] Slightly altered format for fish history file

2006-10-08 Thread Axel Liljencrantz
On 10/8/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > On Sat, Oct 07, 2006 at 10:45:13PM +0200, Axel Liljencrantz wrote: > > the fish syntax needs > > to be changed so that a backslash before a newline is ignored even > > when inside quotes, which is not the case today. > > what does that mean? Cur

Re: [Fish-users] Slightly altered format for fish history file

2006-10-08 Thread Martin Bähr
On Sat, Oct 07, 2006 at 10:45:13PM +0200, Axel Liljencrantz wrote: > the fish syntax needs > to be changed so that a backslash before a newline is ignored even > when inside quotes, which is not the case today. what does that mean? > Once the history problem is fixed, the new config file reshuffl