From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Ponce Newsgroups: gmane.emacs.devel Subject: Re: Info navigation is broken Date: Sun, 02 Jun 2002 10:31:55 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <3CF9D7FB.3060403@dponce.com> References: <3CF9D6B4.4060200@dponce.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023006644 8355 127.0.0.1 (2 Jun 2002 08:30:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2002 08:30:44 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17EQlA-0002Ae-00 for ; Sun, 02 Jun 2002 10:30:44 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ER42-0002uP-00 for ; Sun, 02 Jun 2002 10:50:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EQkc-0005Xi-00; Sun, 02 Jun 2002 04:30:10 -0400 Original-Received: from smtp-out-2.wanadoo.fr ([193.252.19.254] helo=mel-rto2.wanadoo.fr) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EQjy-0005V7-00 for ; Sun, 02 Jun 2002 04:29:30 -0400 Original-Received: from mel-rta7.wanadoo.fr (193.252.19.61) by mel-rto2.wanadoo.fr (6.5.007) id 3CE584B2008CAABC for emacs-devel@gnu.org; Sun, 2 Jun 2002 10:29:30 +0200 Original-Received: from dponce.com (80.9.191.155) by mel-rta7.wanadoo.fr (6.5.007) id 3CEE0FF40048F287 for emacs-devel@gnu.org; Sun, 2 Jun 2002 10:29:30 +0200 User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0+) Gecko/20020530 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4556 > After commenting out the following line in `Info-setup-header-line' > Info navigation worked fine again. > > ;;; It is useful to be able to copy the links line out of the buffer > ;;; with M-w. > (narrow-to-region (1+ header-end) (point-max)) Oops! You should have read : After uncommenting the abobe line. Sorry!