emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem binding mouse-1 to Info-mouse-follow-nearest-node


From: Eli Zaretskii
Subject: Re: Problem binding mouse-1 to Info-mouse-follow-nearest-node
Date: Mon, 11 Apr 2011 05:46:42 -0400

> Date: Mon, 11 Apr 2011 11:35:51 +0200
> From: martin rudalics <address@hidden>
> 
> With yesterday's trunk and emacs -Q yanking the following forms into
> *scratch*
> 
> (setq debug-on-error t)
> 
> (add-hook
>   'Info-mode-hook
>   '(lambda ()
>      (define-key Info-mode-map [mouse-1]
>        'Info-mouse-follow-nearest-node)))
> 
> and evaluating them, firing up Info via C-h i and doing mouse-1
> somewhere in the *info* buffer gets me (with a short delay)
> 
> Debugger entered--Lisp error: (args-out-of-range 1 1083)
>    buffer-substring-no-properties(1 1083)
>    deactivate-mark()

Can you tell which was the last revision where it worked?



reply via email to

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