Re: [Fish-users] Fix for missing newline in function "popd"

2006-10-04 Thread Axel Liljencrantz
On 10/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 6c6 > < printf (_ "%s: Directory stack is empty...") popd > --- > > printf (_ "%s: Directory stack is empty.\n") popd Fixed. Thank you. > > >

[Fish-users] (no subject)

2006-10-04 Thread philip
On 10/4/06, Jason Grossman <[EMAIL PROTECTED]> wrote: > I'm finding the names "global" and "universal" (for variables) > confusing. They sound to me like they should mean the same thing. > Since fish emphasises discoverability, could they have more self- > explanatory names? I agree. Here are so

Re: [Fish-users] Multiline editing

2006-10-04 Thread philip
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 complicates pasting commands into an editor, as you have to delete all the ellipses. Granted, pasting would require re-formatting anyway

[Fish-users] Fix for missing newline in function "popd"

2006-10-04 Thread philip
6c6 < printf (_ "%s: Directory stack is empty...") popd --- > printf (_ "%s: Directory stack is empty.\n") popd - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Fish-users] Multiline editing

2006-10-04 Thread Philip Ganchev
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 complicates pasting commands into an editor, as you have to delete all the ellipses. Granted, pasting would require re-formatting anyway

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

2006-10-04 Thread Jason Grossman
I'm finding the names "global" and "universal" (for variables) confusing. They sound to me like they should mean the same thing. Since fish emphasises discoverability, could they have more self- explanatory names? Jason --

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

2006-10-04 Thread Axel Liljencrantz
This is a reply to a message that was accidantally sent off list. I have Philips permission to post the reply on list. --- Philip Ganchev <[EMAIL PROTECTED]> skrev: > On 10/1/06, Axel Liljencrantz > <[EMAIL PROTECTED]> wrote: > > Hi Philip > > > > Is it intentional that your emails where not sent

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

2006-10-04 Thread Axel Liljencrantz
On 9/21/06, Beni Cherniavsky <[EMAIL PROTECTED]> wrote: > On 18/09/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > On 9/18/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > [...] > > > > * Allow ``commandline -o CMD`` to tokenize CMD instead of current > > > > command line (saving, replacin

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread Axel Liljencrantz
On 10/4/06, James Hughes <[EMAIL PROTECTED]> wrote: > On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > > *doh* > > > > I should have thought of this much sooner. Autoloaded functions where > > added in 1.21.0. My bad. :( > > > > > > > > I'll try upgrading to 1.21.12 and see what happens

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

2006-10-04 Thread Axel Liljencrantz
On 10/4/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > On Wed, Oct 04, 2006 at 05:33:43PM +0200, Axel Liljencrantz wrote: > > Thinking a bit more about this, it should be possible to automate this > > completely. > > > > function --on-variable DISPLAY check_universal_display > > if set -qU DISPLAY >

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread James Hughes
On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > *doh* > > I should have thought of this much sooner. Autoloaded functions where > added in 1.21.0. My bad. :( > > > > > I'll try upgrading to 1.21.12 and see what happens. I grabbed the source package for 1.21.12 and my user functions are

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

2006-10-04 Thread Martin Bähr
On Wed, Oct 04, 2006 at 05:33:43PM +0200, Axel Liljencrantz wrote: > Thinking a bit more about this, it should be possible to automate this > completely. > > function --on-variable DISPLAY check_universal_display > if set -qU DISPLAY >set -eg DISPLAY > end > end you mean you have features i

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread Axel Liljencrantz
On 10/4/06, James Hughes <[EMAIL PROTECTED]> wrote: > On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > > > > > Am I doing something wrong? > > > > As near as I can tell, you are doing everything right. But the > > /etc/fish file should contain the following line: > > > > set -g fish_fun

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread James Hughes
On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > > > Am I doing something wrong? > > As near as I can tell, you are doing everything right. But the > /etc/fish file should contain the following line: > > set -g fish_function_path ~/.fish.d/functions/etc/fish.d/functions >/usr/sh

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread Axel Liljencrantz
On 10/4/06, James Hughes <[EMAIL PROTECTED]> wrote: > On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > On 10/3/06, James Hughes <[EMAIL PROTECTED]> wrote: > > > > > > I'm trying to add functions using the method outlined here: > > > > > > http://www.mail-archive.com/fish-users@lists.sou

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread James Hughes
On 10/4/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > On 10/3/06, James Hughes <[EMAIL PROTECTED]> wrote: > > > > I'm trying to add functions using the method outlined here: > > > > http://www.mail-archive.com/fish-users@lists.sourceforge.net/msg00805.html ~> functions foo function foo --des

Re: [Fish-users] fish file locations

2006-10-04 Thread Axel Liljencrantz
On 10/4/06, James Vega <[EMAIL PROTECTED]> wrote: > On Tue, Oct 03, 2006 at 11:25:06PM +0200, Axel Liljencrantz wrote: > > --- Martin Bähr <[EMAIL PROTECTED]> > skrev: > > http://www.pathname.com/fhs/pub/fhs-2.3.html#FTN.AEN540 > > > It is recommended that files be stored in > > > subdirectories

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

2006-10-04 Thread Axel Liljencrantz
On 10/2/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > --- 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

Re: [Fish-users] autodetecting completions?

2006-10-04 Thread Axel Liljencrantz
On 10/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 9/28/06, Myrddin Emrys <[EMAIL PROTECTED]> wrote: > > On 9/28/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > > > On 9/22/06, Myrddin Emrys <[EMAIL PROTECTED]> wrote: > > > > I have only one problem with those two methods Ben... neither

Re: [Fish-users] .fish.d/functions not working

2006-10-04 Thread Axel Liljencrantz
On 10/3/06, James Hughes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm a new fish user. My subscription to this mailing list is stuck in > a queue somewhere, so if you could cc me when replying I'd appreciate > it. The subscription should be automatic, I suspect the actual cause is that there seems to

[Fish-users] .fish.d/functions not working

2006-10-04 Thread James Hughes
Hi, I'm a new fish user. My subscription to this mailing list is stuck in a queue somewhere, so if you could cc me when replying I'd appreciate it. I'm trying to add functions using the method outlined here: http://www.mail-archive.com/fish-users@lists.sourceforge.net/msg00805.html I can put fu

Re: [Fish-users] autodetecting completions?

2006-10-04 Thread philip
On 9/28/06, Myrddin Emrys <[EMAIL PROTECTED]> wrote: > On 9/28/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > > On 9/22/06, Myrddin Emrys <[EMAIL PROTECTED]> wrote: > > > I have only one problem with those two methods Ben... neither will > > > capture command modes, and unfortunately that means th

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

2006-10-04 Thread Myrddin Emrys
Neither of these is convenient.  It is better to have a separate wayof accessing the saved text, because presumably I remember *that* I saved what I need.  That may require iterating through only severalentries till you reach the script.  And that can also be madesearchable.I disagree. I don't thin

Re: [Fish-users] fish file locations

2006-10-04 Thread Myrddin Emrys
in other words: do not create multiple files in the users homedirectory,but please move all of them into one directory called .fish (and not .fish.d as the .d is redundant)Ditto. I fiddle with config files enough that I put use the '-a' flag on my listings pretty constantly... so .fish added a sign

Re: [Fish-users] Bug: semicolon causes fish to exit with error

2006-10-04 Thread Axel Liljencrantz
On 10/1/06, Philip Ganchev <[EMAIL PROTECTED]> wrote: > This happens if you type (;) as the first non-space character. > > fish> fish > Welcome to fish, the friendly interactive shell > Type help for instructions on how to use fish > fish> # I will just type (;) > fish> fish: Job 1, "fish " term

[Fish-users] Bug: semicolon causes fish to exit with error

2006-10-04 Thread Philip Ganchev
This happens if you type (;) as the first non-space character. fish> fish Welcome to fish, the friendly interactive shell Type help for instructions on how to use fish fish> # I will just type (;) fish> fish: Job 1, "fish " terminated by signal SIGSEGV (Address boundary error) fish> fish --vers

Re: [Fish-users] Multiline editing

2006-10-04 Thread Philip Ganchev
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! > Features: > > * Single-line editing works as before. There should be > no