On Fri, Feb 01, 2008 at 09:58:47AM +0100, Axel Liljencrantz wrote:
> 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 10.4, the other is a Core 2 Duo running 10.5. Here's
> > the error message I get:
> >
> 
> Hi,
> 
> Yes, this is a fish bug. It's been fixed and will not be there in the
> next fish release.
> 
> Thank you for the bug report.

I just received a similar bug report against the Debian package and
checked Darcs to see if it had been fixed.  It doesn't appear to have
been yet.  Attached is a patch supplied by Stefano Sabatini.
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
New patches:

[Quote fish_greeting in order to handle it being set to nothing.
James Vega <[EMAIL PROTECTED]>**20080212135548] {
hunk ./share/functions/__fish_config_interactive.fish 150
-		switch $fish_greeting
+		switch "$fish_greeting"
}

Context:

[Fix dumb error causing fish not to compile... 
[EMAIL PROTECTED] 
[Fix bug causing flood of error messages in terminal when trying to highlight an invalid command, reported by Denilson F. de Sa.
[EMAIL PROTECTED] 
[Add quilt completions, written by Stefano Sabatini.
[EMAIL PROTECTED] 
[Make string handling a bit more solid be making sure sb_printf returns a null terminated string even on failiure.
[EMAIL PROTECTED] 
[Add completions for various user and group adding commands. Skip addgroup, since manual page was actually for adduser, most switches weren't applicable and I was too lazy to guess which ones.
[EMAIL PROTECTED] 
[Add completions for m4
[EMAIL PROTECTED] 
[Add completions for badblocks
[EMAIL PROTECTED] 
[Add completions for Battle of Wesnoth
[EMAIL PROTECTED] 
[Improve documentaion for bind builtin, clarify how to specify key sequences.
[EMAIL PROTECTED] 
[Add simple git completions by Diggory Hardy
[EMAIL PROTECTED] 
[Fix spelling in docs and add a help page for the funced builtin. These changes where suggested by Emanuele Rusconi.
[EMAIL PROTECTED] 
[Search for command-not-found in PATH on startup, since older implementations place it there
[EMAIL PROTECTED] 
[In prompt_pwd, if a directory name starts with a dot, include first two characters. This patch was written by Denilson F. de Sá
[EMAIL PROTECTED] 
[Remove useless stray argument in function call
[EMAIL PROTECTED] 
[Correct completions for the function builtin
[EMAIL PROTECTED] 
[Add more documentation on events
[EMAIL PROTECTED] 
[Fix minor bug, PWD was incorrectly set on startup
[EMAIL PROTECTED] 
[Drop vim feature of only completing text and gzip files
[EMAIL PROTECTED] 
[Improve code comment
[EMAIL PROTECTED] 
[Add an extra input validation check
[EMAIL PROTECTED] 
[Improve error messages on failed execve calls a bit more
[EMAIL PROTECTED] 
[Oops. Made a minor but important typo in previous cleanup patch. :-(
[EMAIL PROTECTED] 
[Drop minor typo, add a few code comments
[EMAIL PROTECTED] 
[Add support for the Ubuntu 'command-no-found' handler, which suggests a package to install in order to get a command.
[EMAIL PROTECTED] 
[Handle case insensitive completions of variables better
[EMAIL PROTECTED] 
[The max size of the string buffer was too small. Push it up a bit.
[EMAIL PROTECTED] 
[Add canse insensitive tilde completion
[EMAIL PROTECTED] 
[Fixed various spelling errors.
James Vega <[EMAIL PROTECTED]>**20080113200151] 
[Improve Doxygen documentation generation a bit
[EMAIL PROTECTED] 
[Make sure fish_indent handles io erros
[EMAIL PROTECTED] 
[Add lots of new code comments.
[EMAIL PROTECTED] 
[TAG 1.23.0
[EMAIL PROTECTED] 
Patch bundle hash:
9394db97c579cb64b159f4776e23a36bf1d4c328

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to