[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fixing numerous `message' bugs..
From: |
David Kastrup |
Subject: |
Re: Fixing numerous `message' bugs.. |
Date: |
Mon, 10 Dec 2007 22:19:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
Dave Goel <address@hidden> writes:
> Andreas Schwab <address@hidden> writes:
>
>
>> want to use EQ instead anyway, since you are comparing with a symbol.
>
> Thanks. Attached is a new patch, which also seems much more elegant.
> I am not a C expert. Can some one comment on it? Shall I commit it?
Considering that the idiom
(message "%s" (or x ""))
will work instead of the proposed (message t x) and considering that it
rarely occurs (I think I should have got most cases), I don't think it
is really worth the trouble.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: Fixing numerous `message' bugs.., (continued)
- Re: Fixing numerous `message' bugs.., Richard Stallman, 2007/12/08
- Re: Fixing numerous `message' bugs.., Dave Goel, 2007/12/10
- Re: Fixing numerous `message' bugs.., Jason Rumney, 2007/12/10
- Re: Fixing numerous `message' bugs.., Dave Goel, 2007/12/10
- Re: Fixing numerous `message' bugs.., Andreas Schwab, 2007/12/10
- Re: Fixing numerous `message' bugs.., Dave Goel, 2007/12/10
- Re: Fixing numerous `message' bugs..,
David Kastrup <=
- Re: Fixing numerous `message' bugs.., Dave Goel, 2007/12/10
- Re: Fixing numerous `message' bugs.., David Kastrup, 2007/12/10
- Re: Fixing numerous `message' bugs.., Richard Stallman, 2007/12/08
- Re: Fixing numerous `message' bugs.., Richard Stallman, 2007/12/07
- Re: Fixing numerous `message' bugs.., David Kastrup, 2007/12/07
- Re: Fixing numerous `message' bugs.., Richard Stallman, 2007/12/07
Re: Fixing numerous `message' bugs.., Richard Stallman, 2007/12/07