[Fish-users] fish file locations

2006-10-01 Thread Martin Bähr
On Mon, Oct 02, 2006 at 01:41:44AM +0200, Axel Liljencrantz wrote: > > i have a discussion item that will force a filename > > change in anycase, > Ok. Is it something like timestamping commands, or > giving each command a unique id? no, it is nothing about the format ir information stored, but si

Re: [Fish-users] Multiline editing

2006-10-01 Thread Axel Liljencrantz
--- Martin Bähr <[EMAIL PROTECTED]> skrev: [...] > ps: there seems to be a gmail->sourceforge problem, > as myrddin also > can't write to the list. Yup. Very silly indeed. Hope they get this sorted out soon. [...] -- Axel -

Re: [Fish-users] Multiline editing

2006-10-01 Thread Axel Liljencrantz
--- Philip Ganchev <[EMAIL PROTECTED]> skrev: > On 10/1/06, Axel Liljencrantz > <[EMAIL PROTECTED]> wrote: > > I've finally gotten around to taking a first stab > at > > multiline editing. There is a patch in the darcs > tree > > that enables this. > > Awesome! This is very exciting! > > > Fea

Re: [Fish-users] Multiline editing

2006-10-01 Thread Axel Liljencrantz
--- Martin Bähr <[EMAIL PROTECTED]> skrev: > On Sun, Oct 01, 2006 at 06:12:10PM +0200, Axel > Liljencrantz wrote: > > * The current history file format can't support > multiline commands > > stored as a single entry. Don't know what the > proper way to handle > > this is. > > one way i think

Re: [Fish-users] Crazy idea: replace builtins by fishd+clients

2006-10-01 Thread Axel Liljencrantz
--- Martin Bähr <[EMAIL PROTECTED]> skrev: > On Sun, Oct 01, 2006 at 05:42:08PM +0200, Axel > Liljencrantz wrote: > > Hope the forwarding doesn't mess up the formating > completely. > > many extra line breaks unfortunately, makes the > quotes hard to read. > but thankfully your replies start wit

Re: [Fish-users] Multiline editing

2006-10-01 Thread Martin Bähr
On Sun, Oct 01, 2006 at 12:57:01PM -0500, Myrddin Emrys wrote: > I believe you still need the ;, even when doing multiline. So that would be: > > begin; > foo; > end shouldn't be the case. you don't need them in scripts, so you shouldn't need them in multiline editing. > or somesuch. I have not

Re: [Fish-users] commandline editing functions wish list

2006-10-01 Thread Martin Bähr
On Sun, Oct 01, 2006 at 05:47:53PM +0200, Axel Liljencrantz wrote: > > I do this fairly frequently in irssi. I'll start typing out a long > > response to something and then press the down arrow to get a blank line > > (pushing what I had been typing into the 'history'). I can then type > > someth

Re: [Fish-users] Multiline editing

2006-10-01 Thread Martin Bähr
On Sun, Oct 01, 2006 at 06:12:10PM +0200, Axel Liljencrantz wrote: > * The current history file format can't support multiline commands > stored as a single entry. Don't know what the proper way to handle > this is. one way i think would be to treat: begin foo end and begin; foo; end as e

Re: [Fish-users] Crazy idea: replace builtins by fishd+clients

2006-10-01 Thread Martin Bähr
On Sun, Oct 01, 2006 at 05:42:08PM +0200, Axel Liljencrantz wrote: > Hope the forwarding doesn't mess up the formating completely. many extra line breaks unfortunately, makes the quotes hard to read. but thankfully your replies start with an empty line so that is easy enough to pick out. > > But

[Fish-users] Multiline editing

2006-10-01 Thread Axel Liljencrantz
I've finally gotten around to taking a first stab at multiline editing. There is a patch in the darcs tree that enables this. Features: * Single-line editing works as before. There should be no missing features. * When the return key follows directly after a backslash, or when the commands on th

Re: [Fish-users] commandline editing functions wish list

2006-10-01 Thread Axel Liljencrantz
On 9/22/06, James Vega <[EMAIL PROTECTED]> wrote: > On Fri, Sep 22, 2006 at 02:29:02PM +0200, Martin Bähr wrote: > > On Fri, Sep 22, 2006 at 11:21:29AM +0300, Beni Cherniavsky wrote: > > > > I think the history is conceptually a builtin, because you can't set > > > > it (and should not be able to).

Re: [Fish-users] autodetecting completions?

2006-10-01 Thread Axel Liljencrantz
On 9/28/06, Ben Stiglitz <[EMAIL PROTECTED]> wrote: > >> An alternative approach that actually almost always works is to parse > >> the manpage, at least as a fallback. I was looking at command > >> completion a while back and this approach worked with nearly every > >> manpage I threw at it. > > >

Re: [Fish-users] problems with setting variables from commands

2006-10-01 Thread Axel Liljencrantz
On 9/28/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > On Thu, Sep 28, 2006 at 02:04:19PM +0200, Axel Liljencrantz wrote: > > In what ways do fish and csh quoting differ? > > the quoting difference was not meant in reference to csh but to the fact > that i can neither just eval the following nor spli

Re: [Fish-users] Crazy idea: replace builtins by fishd+clients

2006-10-01 Thread Axel Liljencrantz
There seems to be some trouble with gmail and sourceforge. Specifically all mails I've sent the last few days have gone to the bitbucket. I'm resending them from this temporary address. Hope the forwarding doesn't mess up the formating completely. Hi all! I'm back from my vacation. Glad to see t