From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: Patch to disable links line in *info* buffer Date: Wed, 12 Jun 2002 10:33:56 +0000 (UTC) Sender: emacs-devel-admin@gnu.org Message-ID: References: <87bsaos1fl.fsf@orebokech.com> <200206072322.g57NMtK27277@aztec.santafe.edu> <5xbsam1tje.fsf@kfs2.cua.dk> <200206091518.g59FIuL00222@aztec.santafe.edu> <200206102343.g5ANhlv02332@aztec.santafe.edu> <87vg8qisfw.fsf@tc-1-100.kawasaki.gol.ne.jp> <200206120234.g5C2YhK04365@aztec.santafe.edu> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023878241 9259 127.0.0.1 (12 Jun 2002 10:37:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 10:37:21 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17I5VB-0002PE-00 for ; Wed, 12 Jun 2002 12:37:21 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17I5sw-0002qV-00 for ; Wed, 12 Jun 2002 13:01:54 +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 17I5UR-0001z4-00; Wed, 12 Jun 2002 06:36:35 -0400 Original-Received: from megalith.rattlesnake.com ([140.186.114.245] helo=localhost) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17I5Ru-0001jm-00; Wed, 12 Jun 2002 06:33:58 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.114) Wed, 12 Jun 2002 10:33:56 +0000 (UTC) Original-To: rms@gnu.org In-Reply-To: <200206120234.g5C2YhK04365@aztec.santafe.edu> (message from Richard Stallman on Tue, 11 Jun 2002 20:34:43 -0600 (MDT)) 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:4786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4786 Today's CVS snapshot, Wed, 2002 Jun 12 10:20 UTC, GNU Emacs 21.3.50.29 (i686-pc-linux-gnu, X toolkit) By the way, how do you fix an instance of a `plain vanilla' Emacs from the current CVS sources so that you can move around an Info file using the next, prev, and up key and mouse bindings? I think the change below should fix that. Yes, it does, at least on a short test. (The patch partial failed. The `(defun Info-setup-header-line ()' segment was not removed from the updated file, but I did that manually.) There are some other undesirable things in this code. For instance, the items in the text line have a mouse-face that works, and only mouse-2 follows the link. ... Miles' suggestion avoids this; for the text line, ... put _only_ the `File:' and `Node:' tags in the (displayed) buffer -- His suggestion also removes redundancy and prevents the second line from looking like a bug. -- Robert J. Chassell bob@rattlesnake.com Rattlesnake Enterprises http://www.rattlesnake.com