[Fish-users] compile error

2006-10-09 Thread Martin Bähr
hi, i am getting this error when trying to build fish: make[1]: Entering directory `/tmp/buildd/fish-1.21.12' cc -g -Wall -O2 -std=c99 -D_GNU_SOURCE=1 -D_ISO99_SOURCE=1 -DLOCALEDIR=\"/usr/share/locale\" -DPREFIX=L\"/usr\" -DDATADIR=L\"/usr/share\" -DSYSCONFDIR=L\"/etc\" -std=c99 -c -o fish_te

Re: [Fish-users] Bug?: filename underlines

2006-10-09 Thread Philip Ganchev
On 10/9/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: [...] > Only the token under the cursor is tested. Inserting a space means > that you are no longer under the current cursor, you are between > tokens. OK. Then, strictly speaking, as soon as the first space is entered, the underlining shou

Re: [Fish-users] "global" and "universal"

2006-10-09 Thread Philip Ganchev
On 10/9/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: [...] > > As for "universal", the trouble with these is that they may suggest > > that next time I start my computer, "all-sessions" variables will > > magically be set. > > Am I missing something? They will be, if you're running fish. No bu

Re: [Fish-users] "global" and "universal"

2006-10-09 Thread Frederik 'Freso' S. Olesen
2006/10/6, Axel Liljencrantz <[EMAIL PROTECTED]>: >All these work as well. However, as I said in the mail to Philip, I >like how the distance metaphor of 'universal' naturally explains >variable precedence. Maybe that's the kind of aesthetics that only >appeal to the designer of a language? I quit

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

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > On Mon, Oct 09, 2006 at 11:54:38AM +0200, Axel Liljencrantz wrote: > > If you did that, you'd have to somehow handle if the user writes out a > > comment with a timestamp inside a command. The only real solution I > > can see is something like wh

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

2006-10-09 Thread Martin Bähr
On Mon, Oct 09, 2006 at 11:54:38AM +0200, Axel Liljencrantz wrote: > If you did that, you'd have to somehow handle if the user writes out a > comment with a timestamp inside a command. The only real solution I > can see is something like what here-files use, namely using a magic > end-of-block mark

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

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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

Re: [Fish-users] Multiline editing

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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 an

Re: [Fish-users] Multiline editing

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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 cross

Re: [Fish-users] "global" and "universal"

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > What is a word that means "shared between multiple sessions"? Hmmm universal? ;-) > > two more suggestions: > > block, session, session-shared > block, session, all-sessions > > As for "universal", the trouble with these is that they may

Re: [Fish-users] Bug?: filename underlines

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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 strin

Re: [Fish-users] Multiline editing

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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",

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

2006-10-09 Thread Axel Liljencrantz
On 10/9/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > 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

Re: [Fish-users] "global" and "universal"

2006-10-09 Thread Philip Ganchev
What is a word that means "shared between multiple sessions"? two more suggestions: block, session, session-shared block, session, all-sessions As for "universal", the trouble with these is that they may suggest that next time I start my computer, "all-sessions" variables will magically be set.