From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Problem binding mouse-1 to Info-mouse-follow-nearest-node Date: Mon, 11 Apr 2011 11:35:51 +0200 Message-ID: <4DA2CB77.805@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302514577 17863 80.91.229.12 (11 Apr 2011 09:36:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2011 09:36:17 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 11 11:36:13 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 1Q9DXX-0004ZQ-Nh for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2011 11:36:12 +0200 Original-Received: from localhost ([127.0.0.1]:60956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9DXW-0004Gh-KF for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2011 05:36:10 -0400 Original-Received: from [140.186.70.92] (port=43291 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9DXK-0004FC-Rd for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:36:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9DXJ-0003vo-BB for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:35:58 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:43712) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q9DXI-0003vK-Ru for emacs-devel@gnu.org; Mon, 11 Apr 2011 05:35:57 -0400 Original-Received: (qmail invoked by alias); 11 Apr 2011 09:35:53 -0000 Original-Received: from 62-47-62-140.adsl.highway.telekom.at (EHLO [62.47.62.140]) [62.47.62.140] by mail.gmx.net (mp006) with SMTP; 11 Apr 2011 11:35:53 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+faloObOCf8uO8oxmNOz7PVBXFNa1zy5IFQO2I5s MZIoiX02N2E+CV User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:138377 Archived-At: 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() This is part of (probably silly) code that used to work from my .emacs for many years. Could a knowing soul please tell me what might have happened here lately? Thanks in advance, martin GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-04-10 on NESTOR