geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Geiser-users] Patch for `geiser-mode' error message


From: Jose A. Ortega Ruiz
Subject: Re: [Geiser-users] Patch for `geiser-mode' error message
Date: Sun, 09 Jan 2011 00:07:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

On Sat, Jan 08 2011, Mark Harig wrote:

> When the Geiser minor mode is toggled off using the command
> `geiser-mode', the message:
>
>    Toggling eldoc-mode off; better pass an explicit argument.
>
> is displayed in the echo area.  This is traceable to line 219:
>
>    (eldoc-mode geiser-autodoc-mode)
>
> The function `eldoc-mode' takes numeric arguments, while
> `geiser-autodoc-mode' returns boolean values.  Here is a
> simple patch:
>
>    (eldoc-mode (if geiser-autodoc-mode 1 -1))
>
> Please find attached a patch file for this change.

Applied and pushed. Thanks.

jao
-- 
Sometimes I think we're alone in the universe, and sometimes I think we're
not. In either case, the idea is quite staggering.
 -Arthur C Clarke, writer (1917- )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]