From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Problem binding mouse-1 to Info-mouse-follow-nearest-node Date: Mon, 11 Apr 2011 05:46:42 -0400 Message-ID: References: <4DA2CB77.805@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1302515217 21496 80.91.229.12 (11 Apr 2011 09:46:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2011 09:46:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 11 11:46:52 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9Dhs-0001n9-8a for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2011 11:46:52 +0200 Original-Received: from localhost ([127.0.0.1]:57184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Dhq-0003Qf-TQ for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2011 05:46:50 -0400 Original-Received: from [140.186.70.92] (port=42682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9Dhl-0003PW-67 for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:46:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Dhi-0006Lq-N5 for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:46:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Dhi-0006Lm-LB for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:46:42 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q9Dhi-0000Nh-FT; Mon, 11 Apr 2011 05:46:42 -0400 In-reply-to: <4DA2CB77.805@gmx.at> (message from martin rudalics on Mon, 11 Apr 2011 11:35:51 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138379 Archived-At: > Date: Mon, 11 Apr 2011 11:35:51 +0200 > From: martin rudalics > > 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?