From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: describe-categories (was: find-composition still depends on the composition property) Date: Sat, 25 Oct 2008 10:37:53 +0900 Message-ID: References: <87tzbh7kd9.fsf@jurta.org> <87tzb5ikrw.fsf@jurta.org> <87ej26rja6.fsf_-_@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224898697 25205 80.91.229.12 (25 Oct 2008 01:38:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 01:38:17 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 25 03:39:18 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 1KtY7Y-0004m2-JW for ged-emacs-devel@m.gmane.org; Sat, 25 Oct 2008 03:39:16 +0200 Original-Received: from localhost ([127.0.0.1]:60790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtY6S-00045A-NH for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2008 21:38:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtY6O-00044C-05 for emacs-devel@gnu.org; Fri, 24 Oct 2008 21:38:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtY6K-00041t-PH for emacs-devel@gnu.org; Fri, 24 Oct 2008 21:38:03 -0400 Original-Received: from [199.232.76.173] (port=47154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtY6K-00041q-Mn for emacs-devel@gnu.org; Fri, 24 Oct 2008 21:38:00 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59683) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtY6I-0005tP-Hy; Fri, 24 Oct 2008 21:37:59 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9P1bsG0005293; Sat, 25 Oct 2008 10:37:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9P1bs3d018037; Sat, 25 Oct 2008 10:37:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id m9P1brix007713; Sat, 25 Oct 2008 10:37:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KtY6D-0002o2-ET; Sat, 25 Oct 2008 10:37:53 +0900 In-reply-to: <87ej26rja6.fsf_-_@jurta.org> (message from Juri Linkov on Fri, 24 Oct 2008 02:44:03 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:104974 Archived-At: 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? --- Kenichi Handa handa@ni.aist.go.jp