From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.help Subject: Re: multi-lined header-line? Date: Fri, 05 Dec 2008 10:22:53 -0700 Message-ID: References: <6da7452a0812041325m5c17fec9yd56fe2f920b984c1@mail.gmail.com> Reply-To: tromey@redhat.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228497849 930 80.91.229.12 (5 Dec 2008 17:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2008 17:24:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Peter Mao" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 05 18:25:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L8ePs-000361-4L for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2008 18:24:36 +0100 Original-Received: from localhost ([127.0.0.1]:44325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8eOh-0008RM-7H for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2008 12:23:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L8eOK-0008Qt-8O for help-gnu-emacs@gnu.org; Fri, 05 Dec 2008 12:23:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L8eOJ-0008Qe-F7 for help-gnu-emacs@gnu.org; Fri, 05 Dec 2008 12:22:59 -0500 Original-Received: from [199.232.76.173] (port=55472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L8eOJ-0008QY-0C for help-gnu-emacs@gnu.org; Fri, 05 Dec 2008 12:22:59 -0500 Original-Received: from mx2.redhat.com ([66.187.237.31]:49289) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L8eOI-0004ns-IZ for help-gnu-emacs@gnu.org; Fri, 05 Dec 2008 12:22:58 -0500 Original-Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id mB5HMu5A024252; Fri, 5 Dec 2008 12:22:56 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mB5HMtK1000881; Fri, 5 Dec 2008 12:22:55 -0500 Original-Received: from opsy.redhat.com (vpn-14-21.rdu.redhat.com [10.11.14.21]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id mB5HMs1x001395; Fri, 5 Dec 2008 12:22:54 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 9A18F482B5; Fri, 5 Dec 2008 10:22:53 -0700 (MST) X-Attribution: Tom In-Reply-To: <6da7452a0812041325m5c17fec9yd56fe2f920b984c1@mail.gmail.com> (Peter Mao's message of "Thu\, 4 Dec 2008 13\:25\:44 -0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60381 Archived-At: >>>>> "Peter" == Peter Mao writes: Peter> Is there any way to configure the header-line so that its text will Peter> wrap, making the header more than one line tall? Not that I know of. This would be nice but I think it would require changes to the Emacs C code. Peter> If this is not currently possible, how does one put in a Peter> feature request for the next version of emacs? You can file a bug report using M-x report-emacs-bug. Tom