From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: tweak to apropos-command display Date: Mon, 21 Feb 2005 10:14:58 -0500 Message-ID: References: <1814.220.255.78.196.1108996512.squirrel@220.255.78.196> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109000389 21017 80.91.229.2 (21 Feb 2005 15:39:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2005 15:39:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 16:39:48 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D3Fei-0001eG-Hl for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 16:39:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3Fvg-00043B-2F for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2005 10:57:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D3Fum-0003gS-50 for emacs-devel@gnu.org; Mon, 21 Feb 2005 10:56:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D3FuV-0003bw-TQ for emacs-devel@gnu.org; Mon, 21 Feb 2005 10:55:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D3FuT-0003OK-U5 for emacs-devel@gnu.org; Mon, 21 Feb 2005 10:55:46 -0500 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D3FH2-0005Mw-FE for emacs-devel@gnu.org; Mon, 21 Feb 2005 10:15:00 -0500 Original-Received: from empanada.home ([67.68.218.40]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050221151459.QTCZ1621.simmts7-srv.bellnexxia.net@empanada.home>; Mon, 21 Feb 2005 10:14:59 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id 854B4417374; Mon, 21 Feb 2005 10:14:59 -0500 (EST) Original-To: "Chong Yidong" In-Reply-To: <1814.220.255.78.196.1108996512.squirrel@220.255.78.196> (Chong Yidong's message of "Mon, 21 Feb 2005 09:35:12 -0500 (EST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33674 > When apropos-command is displaying the keybindings associated with a > command, it often runs past the edge of the screen (esp. when displaying > M-x COMMAND RET) This makes the output very difficult to read. > A simple way to deal with this problem is to put the keybindings on their > own line. Opinions? I rarely care about the keybindings, so rather than waste precious vertical space with them, I'd rather set truncate-line. Stefan