[Fish-users] Fwd: fish included in the Softpedia Mac OS software database

2012-06-07 Thread Axel Liljencrantz
Figured this might be interesting. Also, maybe we want to put the mailing list email address up instead of my email wherever it is they got hold of me, just to make sure stuff like this doesn't get lost? Axel -- Forwarded message -- From: Softpedia Editorial Team

Re: [Fish-users] Fish-users Digest, Vol 65, Issue 6

2012-06-05 Thread Axel Liljencrantz
2012/6/5 Jan Kanis jan.c...@jankanis.nl How have issues been tracked in the past with gitorious? How do people feel about moving everything to github? I'd like to hear answers to these questions, too. When the repo was converted from darcs to git while Axel was away, github was

Re: [Fish-users] Fish-users Digest, Vol 65, Issue 6

2012-06-05 Thread Axel Liljencrantz
2012/6/5 Jan Kanis jan.c...@jankanis.nl ... Maybe I should have documented the code better, then. I really think it's a pretty wonderful idea, and pretty much the nicest memory management model you can find in languages without garbage collecting, IMO. Not my idea at all, though. I got it

Re: [Fish-users] What about Ada in Place of C++ ?

2012-06-03 Thread Axel Liljencrantz
I wouldn't recommend using either Go or Ada for an interactive shell - shells do a lot of very messy low level terminal stuff. Messing with terminal modes, managing terminal ownership, that sort of thing. When interfaces for doing such things even exist outside of C/C++, they are not well tested

Re: [Fish-users] fish_fish

2012-06-01 Thread Axel Liljencrantz
2012/6/1 Maxim Gonchar gma...@gmail.com But for fish it is not the case, because 'if' is the command as well. It took some time for me to understand that I can do this in fish in the following way: cmd1 args1; and cmd2 args2 if and cmd3 args3 #some code end Cool. I

Re: [Fish-users] Fish-users Digest, Vol 65, Issue 6

2012-06-01 Thread Axel Liljencrantz
2012/6/1 ridiculous_fish corydo...@ridiculousfish.com Hello Axel! I am honored to hear from you. I must thank you for fish. It was (and still is) an inspiration for me, both in its technical design, and also its user-facing simplicity and elegance relative to its peers. Aw man...

Re: [Fish-users] Announcing Open Beta for our fancy new fish fork

2012-06-01 Thread Axel Liljencrantz
2012/6/1 Jan Kanis jan.c...@jankanis.nl * Who, if anybody has been maintaining the non-fishfish fish codebase? * Does that person (if s/he exists) have any problem with making fishfish the default feature branch of fish? There hasn't been any official structure in who are considered

[Fish-users] Announcing Open Beta for our fancy new fish fork

2012-05-30 Thread Axel Liljencrantz
Hi all. I'm Axel, the original fish creator. I've been mostly AWOL for nearly half a decade, including not replying to a few private emails about maintainership. Sorry about that. I think it's fair to say I've lost the moral rights of the fish project. I'd like to publically state that * I

Re: [Fish-users] fish_fish

2012-05-30 Thread Axel Liljencrantz
2012/5/30 ridiculous_fish corydo...@ridiculousfish.com Hi Peter, Do you use the implicit cd feature for any paths other than '..'? I removed implicit cd because I found it to be very confusing in general, especially when combined with a CDPATH that includes ~ But if it is restricted to

Re: [Fish-users] Fish annoyances

2009-03-08 Thread Axel Liljencrantz
2009/3/6 Khwerz khw...@gmail.com (I am sorry if i sent 2 emails and if i didn't im sorry you had to read this notice :D) Ok. Hiya i love fish (couldnt live without it) but i get lots of annoyances from it iv made a list for a while and almost all (i think) are related to

[Fish-users] New fish release

2009-03-08 Thread Axel Liljencrantz
Hi, I've made a new fish release, 1.23.1. No spectacular new features in this one, but the list of bug fixes and new completions is impressively long. I think that this is easily the release with the most work put in by the fish community. :) Download available on the home page. Axel

Re: [Fish-users] Multiple bugs w.r.t. foreground-background handling in fish

2009-02-28 Thread Axel Liljencrantz
Hi, Thanks for the bug report and the investigation into the underlying cause. I've added code to reset the signal handlers before entering the loop, which seems to fix the problem. Fix is in the darcs tree and will be included with the next fish release. Axel 2009/2/28 Randall D. Wald

Re: [Fish-users] IO redirection bug

2009-02-24 Thread Axel Liljencrantz
2009/2/24 Daniel Colascione d...@merrillpress.com Hey. I'm trying fish out, and it seems pretty neat so far. What I like most is the sane variable expansion syntax compared to bourne-derived shells. But I need to be able to do everything under fish I can do under bash, and there seems to be a

Re: [Fish-users] [Patch] Store fish_history and fishd.$HOSTNAME under $XDG_CACHE_HOME

2009-02-24 Thread Axel Liljencrantz
Just to throw my two öre into the discussion - I think both your interpretations of the word cache are perfectly reasonable, and if is entirely unclear to me from the standard which should be the correct one. I'm going to fire off a question to the xdg mailing list and see if I can get a

Re: [Fish-users] IO redirection bug

2009-02-24 Thread Axel Liljencrantz
2009/2/24 Isaac Dupree m...@isaac.cedarswampstudios.org IIRC Fish uses (at least, supplies) some made-up syntax, ^ where you might use 2 Made up syntax as opposed to what? The one true Posix syntax sent down to us wretched humans from the GODS OF OLYMPUS themselves? :-P head -1

Re: [Fish-users] [Patch] Avoid potential inifinite loop in mimedb

2009-02-24 Thread Axel Liljencrantz
2009/2/24 James Vega james...@jamessan.com mimedb will get stuck in an inifinite loop (crashing due to the call stack growing too large) if a text/plain (or text/*) mime type file is launched and there is no launcher associated with text/plain. Attached patch fixes the problem. Applied.

Re: [Fish-users] [Patch] Store fish_history and fishd.$HOSTNAME under $XDG_CACHE_HOME

2009-02-24 Thread Axel Liljencrantz
2009/2/24 Axel Liljencrantz liljencra...@gmail.com Just to throw my two öre into the discussion - I think both your interpretations of the word cache are perfectly reasonable, and if is entirely unclear to me from the standard which should be the correct one. I'm going to fire off a question

Re: [Fish-users] BUG: fish -c read doesn't allow backspace or arrow keys

2009-02-22 Thread Axel Liljencrantz
2009/2/16 Axel Liljencrantz liljencra...@gmail.com 2009/2/7 James Reeves jree...@weavejester.com Hi folks, I'm not sure whether this is just me, but when I run read in a fish non-interactive script, I lose the capability to use backspace and arrow keys. You can simulate this bug

Re: [Fish-users] tab completion for cd and ls behaves differently

2009-02-22 Thread Axel Liljencrantz
2009/2/20 Beni Cherniavsky c...@users.sf.net On Mon, Feb 16, 2009 at 22:41, Axel Liljencrantz liljencra...@gmail.com wrote: 2009/2/6 Josic Goran goran.jo...@lu.unisi.ch I known CDPATH from bash...that's not the point I was just wondering why there isn't the same functionality for ls

Re: [Fish-users] Latest commit breaks prompt_pwd for non-Darwin

2009-02-21 Thread Axel Liljencrantz
Thanks. Applied. A 2009/2/18 James Reeves jree...@weavejester.com The sed command for prompt_pwd is missing a backslash. Patch attached. - James -- Open Source Business Conference (OSBC), March 24-25, 2009, San

Re: [Fish-users] history makes fish slow down

2009-02-17 Thread Axel Liljencrantz
Interesting. It really shouldn't grow that fast. Maybe the duplicate history item removal code has stopped working? I'll investigate. Thanks for the info. Axel 2009/2/17 Benjamin Kellermann benjamin.kellerm...@gmx.de Hi! I searched today for the issue why my fish is so slow and found out,

Re: [Fish-users] BUG: fish -c read doesn't allow backspace or arrow keys

2009-02-16 Thread Axel Liljencrantz
2009/2/7 James Reeves jree...@weavejester.com Hi folks, I'm not sure whether this is just me, but when I run read in a fish non-interactive script, I lose the capability to use backspace and arrow keys. You can simulate this bug with fish -c read. I'd guess that this bug is caused by the

Re: [Fish-users] something identical to bash's !$

2009-02-16 Thread Axel Liljencrantz
2009/2/8 Beni Cherniavsky c...@users.sf.net On Mon, Feb 2, 2009 at 00:59, Axel Liljencrantz liljencra...@gmail.com wrote: This is a very nice explanation. Would you care to submit is as a patch to doc_src/faq.hdr? :) Patch attached, though I'm not sure it belongs there. It's just

Re: [Fish-users] fish_on_exit function

2009-02-16 Thread Axel Liljencrantz
It's a bug in the configuration files. The fish_on_exit function is actually defined by an event handler that runs the first time an interactive prompt is to be shown. It should at the very least chech if such a function already exists. Axel 2009/2/12 Stestagg stest...@gmail.com I was asked

Re: [Fish-users] is it possible to search the beginning of a a command like it matlab?

2009-02-03 Thread Axel Liljencrantz
. Axel i'd never heard of darcs before this, and so far it seems like its a pain in the arse... anyway, here are my patches -=Abe On Mon, Feb 2, 2009 at 4:23 PM, James Vega james...@jamessan.com wrote: On Mon, Feb 02, 2009 at 09:57:50PM +0100, Axel Liljencrantz wrote: 2009/2/2 Abe

[Fish-users] Fish key bindings

2009-02-03 Thread Axel Liljencrantz
Hi, Many people have noticed various problems with defining fish key bindings in the config files. I have investigated this, and found the cause, which turned out to be in the shellscript infrastructure deployed by fish, not in the main fish binary. Specifically, what happens is this: 1). Fish

Re: [Fish-users] darcs patch: fix help for `open`

2009-02-03 Thread Axel Liljencrantz
Applied. Thanks. Axel 2008/6/5 Isaac Dupree isaacdup...@charter.net Thu Jun 5 15:23:05 EDT 2008 Isaac Dupree i...@isaac.cedarswampstudios.org * fix help for `open` To: fish-users@lists.sourceforge.net From: Isaac Dupree i...@isaac.cedarswampstudios.org Subject: darcs patch: fix help

Re: [Fish-users] Fish key bindings

2009-02-03 Thread Axel Liljencrantz
2009/2/4 Leonard Chin l.g.c...@gmail.com HI On Wed, Feb 4, 2009 at 7:27 AM, Axel Liljencrantz liljencra...@gmail.com wrote: In other word, the infrastructure set in place here will make sure any configuration made by the user in config.fish will be ignored. The original idea behind

Re: [Fish-users] Fish key bindings

2009-02-03 Thread Axel Liljencrantz
2009/2/4 Myrddin Emrys myrd...@gmail.com Discoverability isn't a large problem if it is documented well. Perhaps the documentation for key bindings should mention, in a couple places, how to set them the fishy way? Perhaps lots of documentation is enough. But it does seem very intuitive

Re: [Fish-users] mimedb bug fix and fish on github

2009-02-02 Thread Axel Liljencrantz
2009/2/2 James Reeves jree...@weavejester.com On Sun, Feb 1, 2009 at 2:22 PM, Axel Liljencrantz liljencra...@gmail.com wrote: I checked out your repository. Nice work. I've gone through the patches and applied the mimedb patch and autoconf patches. Didn't apply the gitignore patch, since

Re: [Fish-users] Problem with getopt

2009-02-02 Thread Axel Liljencrantz
2009/2/2 Henry Precheur he...@precheur.org On Mon, Feb 02, 2009 at 12:07:13AM +0100, Axel Liljencrantz wrote: If you still want to do an OpenBSD port I'll be happy to help. I have a work mate who is a big fan of OpenBSD, and is actually the auther of the 'Book of PF', a very nice book

Re: [Fish-users] issue with starting new shell in current directory with fish

2009-02-02 Thread Axel Liljencrantz
2009/2/2 Nick Pilon npi...@gmail.com On Sunday 01 February 2009 14:04:57 Axel Liljencrantz wrote: That's weird. It's an old fish bug that was fixed some time ago, and I can't see it on my system. Are you running the packaged verison of fish? I can confirm that this happens on my work

Re: [Fish-users] is it possible to search the beginning of a a command like it matlab?

2009-02-02 Thread Axel Liljencrantz
in the linus shell, commands often have a ./ preceding them, which means that matching the start of the string isn't as useful. as a result, I think it would be good to ignore the ./ when matching at the beginning of line for short strings thanks! -=Abe On Sun, Feb 1, 2009 at 12:03 PM, Axel

Re: [Fish-users] [PATCH] Include ~/.ssh/config for hostname completion

2009-02-02 Thread Axel Liljencrantz
2009/2/2 James Vega james...@debian.org On Mon, Feb 02, 2009 at 04:54:33PM +0100, Axel Liljencrantz wrote: This is a good feature. I recently applied a different patch to the main repo which does the same thing: Mon Feb 2 00:18:05 CET 2009 a...@liljencrantz.se * Add support

Re: [Fish-users] fish wiki

2009-02-02 Thread Axel Liljencrantz
2009/2/2 Nick Pilon npi...@gmail.com On Sunday 01 February 2009 16:17:53 Axel Liljencrantz wrote: The fish wiki seems to never have really taken off. I'd be interestd to hear peoples opinions on the web presence of fish. Would a project managment tool like trac, redmine, etc. be a good

Re: [Fish-users] [PATCH] Include ~/.ssh/config for hostname completion

2009-02-02 Thread Axel Liljencrantz
This is a good feature. I recently applied a different patch to the main repo which does the same thing: Mon Feb 2 00:18:05 CET 2009 a...@liljencrantz.se * Add support for completing aliases in ssh. Written by David Bronke. Should do the same thing. Thanks for the patch, anyway. :) Axel

Re: [Fish-users] fish wiki

2009-02-02 Thread Axel Liljencrantz
2009/2/2 Michel Martens mic...@soveran.com On Sun, Feb 1, 2009 at 10:17 PM, Axel Liljencrantz liljencra...@gmail.com wrote: Hi. The fish wiki seems to never have really taken off. I'd be interestd to hear peoples opinions on the web presence of fish. Would a project managment tool

Re: [Fish-users] fish wiki

2009-02-02 Thread Axel Liljencrantz
2009/2/3 Nick Pilon npi...@gmail.com On Monday 02 February 2009 13:45:32 Axel Liljencrantz wrote: Haven't really evaluated Google code. I was under the impression that they only supported svn, though. And if one of the primary reasons for switching is to get a source code browser

Re: [Fish-users] mimedb bug fix and fish on github

2009-02-01 Thread Axel Liljencrantz
Hi, Axel here, sorry for being afk for a looong time. More specifically, sorry for being away without giving proper notice, trying to get someone else to do maintainership, or anything of the sort. What happened was basically nothing interesting. Had a lot to do at work for a while and had to

Re: [Fish-users] mimedb bug fix and fish on github

2009-02-01 Thread Axel Liljencrantz
Hi James, I checked out your repository. Nice work. I've gone through the patches and applied the mimedb patch and autoconf patches. Didn't apply the gitignore patch, since it doesn't make sense when not using git. Anyway, nice work and let me know if you want to be part of the official mainline

Re: [Fish-users] More user-friendly error message

2009-02-01 Thread Axel Liljencrantz
2009/1/14 Josef Spillner 2...@kuarepoti-dju.net Hello, I think we can have a more suggestive message regarding forced exit and tell the user that a second attempt is necessary (see patch). Agreed. Applied the patch. Thank you. About the killed jobs I'm not sure, just when I typed exit

[Fish-users] strange binding problem

2009-02-01 Thread Axel Liljencrantz
2009/1/14 Goran Josic jos...@lu.unisi.ch Thank you for replay...I tried to modify my config.fish according to your indications but the behavior is always the same. The first two are working and the last two are not. By the way according to the fish user help:

Re: [Fish-users] wildcard ** makes fish shell freeze

2009-02-01 Thread Axel Liljencrantz
2009/1/1 Josic Goran goran.jo...@lu.unisi.ch Hi, I don't know if this is a bug or not but when I type ** the fish shell freezes. Probably it starts to globing all possible commands and goes in some strange loop. Maybe infinite loop. I usually use wildcards after a command and did this

Re: [Fish-users] help binding keys

2009-02-01 Thread Axel Liljencrantz
2008/12/29 Philip Ganchev phil.ganc...@gmail.com On Sun, Dec 28, 2008 at 4:04 PM, Sy Ali sy1...@gmail.com wrote: ... problem 1: I don't seem to be able to bind the way I expect. Example: bind -k home beginning-of-line test stringhome test string[1~ It seems the named keys do

Re: [Fish-users] wildcard ** makes fish shell freeze

2009-02-01 Thread Axel Liljencrantz
Indeed. There is a function in fish to check if a pathname you're typing exists. Obviously, it's running even when it should realize that doing so would take far to much time. I'll try to add a timer to stop searching if it takes too long to the next release. Axel 2009/1/3 Atsushi ODAWARA

Re: [Fish-users] is it possible to search the beginning of a a command like it matlab?

2009-02-01 Thread Axel Liljencrantz
Sorry for the extremely slow reply. Basically, I can see a few options for a changed behaviour: * Show matches to beginning of string first, and anywhere-matches afterwards. * Show matches at beginning of line only for short search strings, e.g. less than 3 characters. * Combo; Show matches to

Re: [Fish-users] Fish

2009-02-01 Thread Axel Liljencrantz
2009/2/1 Stephen Stagg stest...@gmail.com Axel, Welcome back! It's great news you're still working on FISH. Thanks, glad to be welcome. :) Seeing as we're discussing issues, there are several I was going to get around to fixing myself, but I'll just raise them instead, for the moment:

Re: [Fish-users] BUG: Mimedb is blocking on some extensions

2009-02-01 Thread Axel Liljencrantz
Thank you. This is now fixed in the main fish repo, and will work correctly in the next fish release. Axel 2008/10/31 Benjamin Dauvergne bdauver...@entrouvert.com Hi, I saw that mimedb blocked my fish command line when TAB-completing and I traced the problem somewhere, I thought you would

Re: [Fish-users] Some patches to fish functions

2009-02-01 Thread Axel Liljencrantz
Hi Sven, Sorry about the delayed reply, nice work. I've applied all your patches but one, it doesn't seem to work under Linux and I'd like a bit more info. See below. 2008/10/7 Sven Axelsson sven.axels...@gmail.com -1 is not a flag. diff /opt/local/share/fish/functions/dirh.fish

Re: [Fish-users] issue with starting new shell in current directory with fish

2009-02-01 Thread Axel Liljencrantz
That's weird. It's an old fish bug that was fixed some time ago, and I can't see it on my system. Are you running the packaged verison of fish? Axel 2008/11/3 Abe Bachrach dhba...@gmail.com After playing a bit more, it seems like the behavior is actually the following. when the new

Re: [Fish-users] Problems using fish as login shell on Mac OS X.

2009-02-01 Thread Axel Liljencrantz
Hi Misha, Sorry for the delayed response. You can simulate a login shell by using 'fish -l'. Can you confirm that this causes the same problem. Also, are you running the latest fish version (1.23.0) and do you have any patches applied. Thanks for you time, Axel 2008/9/26 Misha Gorodnitzky

Re: [Fish-users] Inclusion of another file in a completion file

2009-02-01 Thread Axel Liljencrantz
Hi Stefano, Sorry about the delay here. Hope you'll submit these completions once they are done. The proper way to do this is by putting each function in it's own file, e.g. put __lp_classes in share/functions/__lp_classes.fish After you do that, fish will autoload the __lp_classes function

Re: [Fish-users] something identical to bash's !$

2009-02-01 Thread Axel Liljencrantz
This is a very nice explanation. Would you care to submit is as a patch to doc_src/faq.hdr? :) Axel 2008/8/31 Beni Cherniavsky c...@users.sf.net On Sun, Aug 31, 2008 at 1:29 AM, Philip Ganchev phil.ganc...@gmail.com wrote: On Sat, Aug 30, 2008 at 3:43 AM, Alex Greif alex.gr...@gmail.com

Re: [Fish-users] Problem with getopt

2009-02-01 Thread Axel Liljencrantz
Hi Henry, I'm so sorry for this slow reply, I have been away from any active fish development for about a year. If you still want to do an OpenBSD port I'll be happy to help. I have a work mate who is a big fan of OpenBSD, and is actually the auther of the 'Book of PF', a very nice book on using

Re: [Fish-users] Cannot use it as the default shell on Mac OS X

2009-02-01 Thread Axel Liljencrantz
Does this happen when running 'fish -l' from the command line as well? Axel 2008/8/21 Brian Donovan brian.dono...@gmail.com A friend seems to have been able to set fish as his default shell, but I can't. When I try, this is what happens: fish: Could not return shell to foreground

Re: [Fish-users] Fish root vs normal user - Debian Etch

2009-02-01 Thread Axel Liljencrantz
Sorry for the delayed response on this. Can you still see this issue? If yes, what fish version are you using? Thanks for the report. Axel 2008/7/30 Vincent Nguyen ngu...@gmail.com Hi, I have installed fish from debian stable repository (etch) with the root account. I can launch fish

Re: [Fish-users] fish on windows/cygwin

2008-02-26 Thread Axel Liljencrantz
On Wed, Feb 20, 2008 at 2:11 AM, Dave Compton [EMAIL PROTECTED] wrote: Axel Liljencrantz [EMAIL PROTECTED] writes: Try changing line 173 of input_common.c from count = select(1, fds, 0, 0, tm); to count = select(1, fds, 0, 0, 0

Re: [Fish-users] fish on windows/cygwin

2008-02-19 Thread Axel Liljencrantz
Hi Dave, Thanks for sharing this. Is it OK if I update this message a bit and put it up on the fish homepage? Axel On Feb 15, 2008 8:48 PM, Dave Compton [EMAIL PROTECTED] wrote: Dave Compton [EMAIL PROTECTED] writes: 1. iconv 1.12 : download, configure, make, make install It turns out

Re: [Fish-users] Understanding the behaviour of complete

2008-02-19 Thread Axel Liljencrantz
On Feb 17, 2008 4:20 PM, Stefano Sabatini [EMAIL PROTECTED] wrote: Hi all fish users, I'm facing this problem. Suppose I have a command which doesn't take any file or dir argument, but only supports a certain number of option switches. Since I actually found the problem when dealing with

Re: [Fish-users] fish on windows/cygwin

2008-02-19 Thread Axel Liljencrantz
On Feb 19, 2008 4:31 PM, Dave Compton [EMAIL PROTECTED] wrote: Axel Liljencrantz [EMAIL PROTECTED] writes: Thanks for sharing this. Is it OK if I update this message a bit and put it up on the fish homepage? Hi Axel, By all means. Do you have any idea what might be causing the keyboard

Re: [Fish-users] fish on windows/cygwin

2008-02-19 Thread Axel Liljencrantz
On Feb 19, 2008 7:28 PM, Dave Compton [EMAIL PROTECTED] wrote: Axel Liljencrantz [EMAIL PROTECTED] writes: This is usually caused by the terminal not doing what the terminfo database says it will. After doing that, try pressing one of the buttons that don't work, e.g. the up arrow

Re: [Fish-users] crash backtrace

2008-02-01 Thread Axel Liljencrantz
On Jan 30, 2008 7:26 AM, Jeff Buttars [EMAIL PROTECTED] wrote: scenario: I was at the command line editing a subversion command. It crashed while I was editing before I could hit enter. The session had been open for about 8 hours. I had 3 other fish shells running, they did not crash.

Re: [Fish-users] fish_greeting bug

2008-02-01 Thread Axel Liljencrantz
On Jan 29, 2008 6:12 PM, William J MacKay [EMAIL PROTECTED] wrote: In 1.23, when I clear fish_greeting with set fish_greeting, I get an error every time I start fish. However, if I use set fish_greeting '' , it works fine. This happens on two machines; one is a PowerPC G4 running Mac OS X

Re: [Fish-users] Non host-local universal variables?

2008-01-30 Thread Axel Liljencrantz
On Jan 24, 2008 11:56 PM, Beni Cherniavsky [EMAIL PROTECTED] wrote: On Jan 23, 2008 3:19 PM, Axel Liljencrantz [EMAIL PROTECTED] wrote: On Jan 23, 2008 2:25 AM, Beni Cherniavsky [EMAIL PROTECTED] wrote: * tcp to which host? The default, in my opinion, should be to use a regular Unix

Re: [Fish-users] Fish Drastically wrong.

2008-01-29 Thread Axel Liljencrantz
Hi Kyle, I've CC:ed this mail to the fish mailing list, which is the right place for this. :-) On Jan 28, 2008 10:19 PM, Kyle Kenney [EMAIL PROTECTED] wrote: Hey, I've just recently, as in a few hours ago installed Fish, after being directed to it from LUGRadio.com, in anycase I'm incredibly

Re: [Fish-users] Non host-local universal variables?

2008-01-23 Thread Axel Liljencrantz
On Jan 23, 2008 2:25 AM, Beni Cherniavsky [EMAIL PROTECTED] wrote: On Jan 23, 2008 1:49 AM, Axel Liljencrantz [EMAIL PROTECTED] wrote: One way to get what you want is to simply use the same fishd socket on all machines. Can UNIX sockets be shared through e.g. NFS file shares? If so, your

Re: [Fish-users] [bugs] Tinkering with Fish 1.23.0 on Mac OS X

2008-01-23 Thread Axel Liljencrantz
On Jan 23, 2008 7:04 AM, Nick Pilon [EMAIL PROTECTED] wrote: On Jan 22, 2008 8:41 PM, Philip Ganchev [EMAIL PROTECTED] wrote: Would it help to read command names from the path for binaries first? There may still be man pages for commands that are not installed in the system when the

Re: [Fish-users] [bugs] Tinkering with Fish 1.23.0 on Mac OS X

2008-01-23 Thread Axel Liljencrantz
On Jan 23, 2008 5:35 AM, Nick Pilon [EMAIL PROTECTED] wrote: On Jan 22, 2008 7:53 PM, Axel Liljencrantz [EMAIL PROTECTED] wrote: On Jan 21, 2008 7:34 PM, Axel Liljencrantz [EMAIL PROTECTED] wrote: One simple solution is to disable with the X clipboard by sending --without-xsel

Re: [Fish-users] Completions and paludis

2008-01-23 Thread Axel Liljencrantz
On Jan 23, 2008 8:05 PM, Frederik 'Freso' S. Olesen [EMAIL PROTECTED] wrote: Hi all. Yesterday, I sat down and wrote the attached for the paludis package manager for Gentoo. In so doing, I encountered a few questions and quirks I'd like to comment on/ask about: 1) The last thing I did, was

Re: [Fish-users] Ubuntu 7.10 package of 1.23.0

2008-01-23 Thread Axel Liljencrantz
On Jan 23, 2008 9:17 PM, James Vega [EMAIL PROTECTED] wrote: On Wed, Jan 23, 2008 at 11:45:14AM -0800, Jason L. Buberel wrote: I put this .deb package together this morning, and thought that other Ubuntu users might find it useful: It might be useful to base this off the package I've

Re: [Fish-users] Non host-local universal variables?

2008-01-22 Thread Axel Liljencrantz
One way to get what you want is to simply use the same fishd socket on all machines. Can UNIX sockets be shared through e.g. NFS file shares? If so, your problem is already solved, just set the FISHD_SOCKET_DIR variable to point to the same place everywhere and it's rock and roll. If Unix sockets

Re: [Fish-users] [bugs] Tinkering with Fish 1.23.0 on Mac OS X

2008-01-22 Thread Axel Liljencrantz
On Jan 23, 2008 12:53 AM, Axel Liljencrantz [EMAIL PROTECTED] wrote: On Jan 22, 2008 7:16 PM, Nick Pilon [EMAIL PROTECTED] wrote: [...] Except prompt_pwd was broken in darcs and was printing every path element twice. IE, /usr/usr. So I've fixed that instead and sent the patch to the list

Re: [Fish-users] ssh known_hosts autocompletion kaboom

2008-01-22 Thread Axel Liljencrantz
On Jan 22, 2008 2:27 PM, Johan Sørensen [EMAIL PROTECTED] wrote: On Jan 22, 2008 12:36 AM, Axel Liljencrantz [EMAIL PROTECTED] wrote: I don't see anything user specific in the backtrace. Can anybody verify that this is a general OS X problem and not specific to this installation? Also

Re: [Fish-users] Completions for quilt

2008-01-22 Thread Axel Liljencrantz
On Jan 22, 2008 4:21 PM, Stefano Sabatini [EMAIL PROTECTED] wrote: Hi guys, in attachment there is a completion file for quilt. I'll eventually send further patches in the case I'll modify it. Excellent. These will be included in the next fish release. Axel Best regards. -- Stefano

Re: [Fish-users] [bugs] Tinkering with Fish 1.23.0 on Mac OS X

2008-01-21 Thread Axel Liljencrantz
On Jan 21, 2008 10:54 PM, Nick Pilon [EMAIL PROTECTED] wrote: So, it looks like Fish 1.23.0 has some weird problems on Mac OS X 10.5. This is expected, I'm going to see what I can do to smooth them out. 1) Since OS X sets $DISPLAY by default, even if X11 isn't open, anything that puts

Re: [Fish-users] ssh known_hosts autocompletion kaboom

2008-01-21 Thread Axel Liljencrantz
On Jan 20, 2008 6:38 PM, Johan Sørensen [EMAIL PROTECTED] wrote: Hi, My fish (from the 1.23.0 tarball) autocompletion blew up when I try to autocomplete hostnames for ssh. I haven't done anything to the ssh autocompletion rules other than what's default. Thanks for the bug report. The

Re: [Fish-users] git completions

2008-01-19 Thread Axel Liljencrantz
On Jan 18, 2008 6:52 PM, Diggory Hardy [EMAIL PROTECTED] wrote: Maybe I should also send to the mailing list ;-) Well, I cannibalised your __fish_describe_command function into the following which gets most of the way there. But I don't really know awk so would you mind helping out a little

Re: [Fish-users] [bug] Docs corrections

2008-01-18 Thread Axel Liljencrantz
On Jan 16, 2008 1:41 PM, Emanuele Rusconi [EMAIL PROTECTED] wrote: 1) In the help for ulimit: Fish does not do this because it this method of determining pipe sixe is unreliable. Opps. Thanks! instead of Fish does not do this because this method of determining pipe size is unreliable.

Re: [Fish-users] git completions

2008-01-18 Thread Axel Liljencrantz
On Jan 18, 2008 5:00 PM, Axel Liljencrantz [EMAIL PROTECTED] wrote: On Jan 16, 2008 11:21 AM, Diggory Hardy [EMAIL PROTECTED] wrote: Hi, Here's a few git completions (probably only a very small set of available git commands). But after adding them, I noticed that using tab-completion

Re: [Fish-users] Translations in Launchpad

2008-01-18 Thread Axel Liljencrantz
On Jan 18, 2008 9:02 PM, Frederik 'Freso' S. Olesen [EMAIL PROTECTED] wrote: Hej Axel et al. I've been using Launchpad[1] recently to translate MusicBrainz' Picard[2], and it *is* quite nifty to be able to work on the translations as you go, having only a few strings available at a time,

Re: [Fish-users] Newline escaping problem

2008-01-18 Thread Axel Liljencrantz
On Jan 18, 2008 6:23 PM, Stefano Sabatini [EMAIL PROTECTED] wrote: On date Friday 2008-01-18 12:38:21 +0100, Axel Liljencrantz wrote: On Jan 18, 2008 11:01 AM, Stefano Sabatini [EMAIL PROTECTED] wrote: Hi all, this is my first post here, so I would like to thank Axel

Re: [Fish-users] git completions

2008-01-18 Thread Axel Liljencrantz
On Jan 16, 2008 11:21 AM, Diggory Hardy [EMAIL PROTECTED] wrote: Hi, Here's a few git completions (probably only a very small set of available git commands). But after adding them, I noticed that using tab-completion on 'git-' (possible since git commands are also available using hard-linked

Re: [Fish-users] Bugs in the complete command and vim completions

2008-01-16 Thread Axel Liljencrantz
On Jan 16, 2008 5:22 PM, James Vega [EMAIL PROTECTED] wrote: On Wed, Nov 28, 2007 at 01:13:19PM +1100, David Tulloh wrote: On a closely related note I feel that the vim completions are too limiting. The darcs repository version limits the completion to mime text and mime gz. The 1.22.3

Re: [Fish-users] unable to use code completion on ubuntu gutsy

2008-01-14 Thread Axel Liljencrantz
On Jan 14, 2008 6:50 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 13, 2008 11:59 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 13, 2008 10:46 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan

Re: [Fish-users] Fish 1.23.0 released

2008-01-13 Thread Axel Liljencrantz
On Jan 13, 2008 12:24 PM, Martin Bähr [EMAIL PROTECTED] wrote: On Sun, Jan 13, 2008 at 03:07:46AM +0100, Axel Liljencrantz wrote: I've finally pushed a new fish release out the door. It's been 11 months since the last release, which is far to long in my opinion. yes, something like twice

Re: [Fish-users] sudo !! doesn't work.

2008-01-13 Thread Axel Liljencrantz
On Jan 13, 2008 1:47 PM, Martin Bähr [EMAIL PROTECTED] wrote: On Sun, Jan 13, 2008 at 01:31:08PM +0100, Axel Liljencrantz wrote: I agree with you that giving a nice error message to guide you toward the fish way of doing things would be nice. In this case, the only way to do that is to make

Re: [Fish-users] sudo !! doesn't work.

2008-01-13 Thread Axel Liljencrantz
On Jan 13, 2008 12:05 PM, Isaac Dupree [EMAIL PROTECTED] wrote: Philip Ganchev wrote: On Jan 11, 2008 6:34 PM, Isaac Dupree [EMAIL PROTECTED] wrote: But just doing nothing when I type sudo !! is not very friendly. At the least, it should pop up a message telling me the fish way to do

Re: [Fish-users] unable to use code completion on ubuntu gutsy

2008-01-13 Thread Axel Liljencrantz
On Jan 13, 2008 6:47 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 13, 2008 8:44 AM, maor shmoaly [EMAIL PROTECTED] wrote: the echo $TERM command returns xterm either way if other people with Ubuntu gutsy also suffer from this issue please let me know so i

Re: [Fish-users] unable to use code completion on ubuntu gutsy

2008-01-13 Thread Axel Liljencrantz
On Jan 13, 2008 11:59 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 13, 2008 10:46 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 13, 2008 6:47 PM, maor shmoaly [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan

Re: [Fish-users] changing exit message

2008-01-12 Thread Axel Liljencrantz
On Jan 10, 2008 5:07 AM, Chris Rebert [EMAIL PROTECTED] wrote: I'm probably missing something from the documentation, but how do I change to departing message? I assume that there's some variable analogous to fish_greeting which I'm not finding. The exit message is printed by an event handler

Re: [Fish-users] Clearing fish_greeting variable

2008-01-12 Thread Axel Liljencrantz
On Jan 10, 2008 5:24 PM, Steven Knight [EMAIL PROTECTED] wrote: On Tue, 2008-01-08 at 16:02 +0100, Axel Liljencrantz wrote: On Jan 8, 2008 3:25 PM, Giorgio Lando [EMAIL PROTECTED] wrote: Hi, Initially I liked the contents of the fish_greeting variables, but after a while I

Re: [Fish-users] unable to use code completion on ubuntu gutsy

2008-01-12 Thread Axel Liljencrantz
On Jan 11, 2008 8:14 PM, maor shmoaly [EMAIL PROTECTED] wrote: iv installed fish but when i write something and press tab it shows me the list of available commands but i cant scroll threw them with the arrows key and insert commands. iv tried removing $include /etc/inputrc from

Re: [Fish-users] sudo !! doesn't work.

2008-01-12 Thread Axel Liljencrantz
On Jan 11, 2008 10:13 PM, Endolith [EMAIL PROTECTED] wrote: Beni Cherniavsky [EMAIL PROTECTED] writes: Alt+Up appends the last word of the last command, so it won't do what you want in general. But what's wrong with UpHomesudo ? That's fine I guess. Both this and !! are kind of awkward

Re: [Fish-users] /usr/local/bin/fish is an invalid shell.

2008-01-12 Thread Axel Liljencrantz
On Jan 12, 2008 5:05 PM, endolith [EMAIL PROTECTED] wrote: James Vega [EMAIL PROTECTED] writes: You're installing your own shell by hand. No; from a distro's package. You need to edit /etc/shells and add the path yourself if you want chsh to accept it. It's not a problem of Ubuntu or

Re: [Fish-users] /usr/local/bin/fish is an invalid shell.

2008-01-12 Thread Axel Liljencrantz
On Jan 12, 2008 8:27 PM, endolith [EMAIL PROTECTED] wrote: Axel Liljencrantz [EMAIL PROTECTED] writes: Hmm, yes, those instructions assume that you're installing fish in the default location for the source. Precompiled packages will use other directories, usually /usr/bin/fish

[Fish-users] Fish 1.23.0 released

2008-01-12 Thread Axel Liljencrantz
I've finally pushed a new fish release out the door. It's been 11 months since the last release, which is far to long in my opinion. All the cool new features of fish should have been discussed here many times, they include case insensitive completion, improved multiline editing and a new and

Re: [Fish-users] Clearing fish_greeting variable

2008-01-08 Thread Axel Liljencrantz
On Jan 8, 2008 3:25 PM, Giorgio Lando [EMAIL PROTECTED] wrote: Hi, Initially I liked the contents of the fish_greeting variables, but after a while I wanted it to clear ( empty ). So I added set -e fish_greeting to $HOME/.config/fish/config.fish I think that you are never

Re: [Fish-users] fish crashes

2008-01-08 Thread Axel Liljencrantz
On Jan 8, 2008 2:15 PM, Isaac Dupree [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: On Jan 8, 2008 1:06 PM, Isaac Dupree [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: Are you sure, though, that fish has crashed? On my system, I can press any key and get the shell back. Having

Re: [Fish-users] website / distros

2008-01-08 Thread Axel Liljencrantz
On Jan 8, 2008 2:21 PM, Isaac Dupree [EMAIL PROTECTED] wrote: if you want to mention that fish is now available on GoboLinux, well, it is! Just Compile Fish (yes, we like capitalizing our command and recipe names in Gobo... technically its location is the recipe store). If you want to credit

Re: [Fish-users] default directory

2008-01-08 Thread Axel Liljencrantz
On Jan 8, 2008 11:33 PM, Isaac Dupree [EMAIL PROTECTED] wrote: Axel Liljencrantz wrote: I can't really think of a nice hint to shadowing, suggestions are welcome. I meant that what if, say there's a -Ux and a -gu variable... apparently the search for an exported one will find a universal

  1   2   3   4   5   >