From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: info mode header line missing title Date: Mon, 30 Aug 2004 12:53:32 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <413377AC.1010407@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093892076 9346 80.91.224.253 (30 Aug 2004 18:54:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2004 18:54:36 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Aug 30 20:54:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1rIP-0007eX-00 for ; Mon, 30 Aug 2004 20:54:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1rNF-0007HA-5d for geb-bug-gnu-emacs@m.gmane.org; Mon, 30 Aug 2004 14:59:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1rNC-0007Gv-PM for bug-gnu-emacs@gnu.org; Mon, 30 Aug 2004 14:59:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1rNB-0007GB-2W for bug-gnu-emacs@gnu.org; Mon, 30 Aug 2004 14:59:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1rNA-0007G8-W9 for bug-gnu-emacs@gnu.org; Mon, 30 Aug 2004 14:59:21 -0400 Original-Received: from [130.59.10.2] (helo=chx400.switch.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C1rHa-0001Zs-7z for bug-gnu-emacs@gnu.org; Mon, 30 Aug 2004 14:53:34 -0400 Original-Received: from mail.fu-berlin.de ([130.133.1.2]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 1C1rHY-00046W-00 for gnu-emacs-bug@moderators.isc.org; Mon, 30 Aug 2004 20:53:32 +0200 Original-Received: by Mail.FU-Berlin.DE (Exim 4.42) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1C1rHX-000JWS-Pd>; Mon, 30 Aug 2004 20:53:32 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Mon, 30 Aug 2004 20:53:31 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 18 X-Orig-X-Trace: news.uni-berlin.de 8XgRLP00zd3tpu4e0cH9RAz2ZBR7eZQw4GEIYLklirHLC6UzA= User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8868 joseph@vlsidesigntools.com wrote: > You should reinstate the previous rule of including the current node > in the header line. I agree. Ideally, "Prev: Previous node name" would be left justified, "Next: Next node name" would be right justified, and "Node: This node name" would be centered and "This node name" would be in a different face from the other two node names. > This could be a default mode that experts like the developer who > instituted this change might customize to remove the current node > from the header line. It is already customizable: C-h v Info-header-line -- Kevin Rodgers