From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: describe-categories (was: find-composition still depends on the composition property) Date: Sat, 25 Oct 2008 10:33:05 +0200 Message-ID: References: <87tzbh7kd9.fsf@jurta.org> <87tzb5ikrw.fsf@jurta.org> <87ej26rja6.fsf_-_@jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224923605 5140 80.91.229.12 (25 Oct 2008 08:33:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 08:33:25 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 10:34:26 2008 connect(): Connection refused 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 1KtebH-0002kD-GQ for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 10:34:23 +0200 Original-Received: from localhost ([127.0.0.1]:42752 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KteaB-0005sM-Hy for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 04:33:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ktea6-0005sH-3q for emacs-devel@gnu.org; Sat, 25 Oct 2008 04:33:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ktea5-0005s5-K8 for emacs-devel@gnu.org; Sat, 25 Oct 2008 04:33:09 -0400 Original-Received: from [199.232.76.173] (port=35566 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ktea5-0005s2-Ao for emacs-devel@gnu.org; Sat, 25 Oct 2008 04:33:09 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:43443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ktea4-0007nx-TA for emacs-devel@gnu.org; Sat, 25 Oct 2008 04:33:09 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.215.238]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K9A00832D5PQN50@i_mtaout3.012.net.il> for emacs-devel@gnu.org; Sat, 25 Oct 2008 10:34:40 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104986 Archived-At: > From: Kenichi Handa > CC: eliz@gnu.org, emacs-devel@gnu.org > Date: Sat, 25 Oct 2008 10:37:53 +0900 > > In article <87ej26rja6.fsf_-_@jurta.org>, Juri Linkov writes: > > > The buffer is so long already (ca 27000 lines) that adding 40 lines > > at the beginning doesn't make it worse. Otherwise, it is not obvious > > for the user that the legend is at the end, so it is easy to miss it. > > A link to the legend will help, but it seems moving 40 lines to the > > beginning is not a bad thing. > > I changed all docstrings of categories to "TERSE TEXT\nFULL > LONG TEXT", and modified describe-categories to display > "TERSE TEXT"s at the head. How about that? Much more reader-friendly, thank you.