From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.devel Subject: Re: describe-function should fold, not wrap Date: Wed, 26 Sep 2007 23:11:13 +0800 Message-ID: <878x6twjfy.fsf@jidanni.org> References: <46314.128.165.123.18.1190651034.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190840022 32497 80.91.229.12 (26 Sep 2007 20:53:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 20:53:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 22:53:37 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iadsi-0002es-M4 for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 22:53:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iadsf-00087O-HL for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2007 16:53:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iads9-0007dO-Ho for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:52:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iads7-0007an-LG for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:52:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iads7-0007ag-GR for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:52:39 -0400 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=looneymail-a1.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iads7-00041y-9Y for emacs-devel@gnu.org; Wed, 26 Sep 2007 16:52:39 -0400 Original-Received: from jidanni1 (122-127-40-208.dynamic.hinet.net [122.127.40.208]) by looneymail-a1.g.dreamhost.com (Postfix) with ESMTP id 7FC6215DCEA; Wed, 26 Sep 2007 13:52:36 -0700 (PDT) X-Detected-Kernel: Linux 2.4-2.6 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 Xref: news.gmane.org gmane.emacs.devel:79938 Archived-At: >>>>> "DH" == Davis Herring writes: >> The problem is that describe-function was invented before the age of >> long function names. It's first line of output should be folded, not >> wrapped. DH> Do you perhaps mean "filled, not wrapped"? Yes. Glad at least one person, you, saw my bug posting.