From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: info.texi Date: Thu, 04 Aug 2005 16:45:19 -0400 Message-ID: References: <87slxq7efx.fsf@jurta.org> <42F16A2F.8020304@student.lu.se> <200508040127.j741Rb111637@raven.dms.auburn.edu> <87hde6zcr8.fsf@jurta.org> <200508040209.j74297m11745@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1123189435 2608 80.91.229.2 (4 Aug 2005 21:03:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 21:03:55 +0000 (UTC) Cc: juri@jurta.org, lennart.borgman.073@student.lu.se, karl@freefriends.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 23:03:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0mr9-0004oa-KE for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 23:02:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mty-0003rO-Cr for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 17:05:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0mqa-0001RY-IF for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0mqV-0001OU-Mu for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0mqV-0001KX-JI for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:01:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0moz-0000mN-Du for emacs-devel@gnu.org; Thu, 04 Aug 2005 17:00:09 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E0mad-0005EW-9O; Thu, 04 Aug 2005 16:45:19 -0400 Original-To: Luc Teirlinck In-reply-to: <200508040209.j74297m11745@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 3 Aug 2005 21:09:07 -0500 (CDT)) 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:41509 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41509 I just noticed that neither M-TAB, ESC-TAB nor C-M-i moves the cursor to the previous reference. All these keys are bound to `complete-symbol' in Info mode on X, xterm and console. Indeed. I checked it in the standalone reader, where they _do_ work. I forgot to check in `emacs -nw'. We can rebind M-TAB and ESC TAB in info.el if that is useful.