From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: The minibuffer vs. Dialog Boxes (Re: Making XEmacs be more up-to-date) Date: Sun, 21 Apr 2002 22:09:59 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87vgal3w79.fsf@tleepslib.sk.tsukuba.ac.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019416346 12498 127.0.0.1 (21 Apr 2002 19:12:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 21 Apr 2002 19:12:26 +0000 (UTC) Cc: stephen@xemacs.org, rms@gnu.org, xemacs-design@xemacs.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zMl7-0003FT-00 for ; Sun, 21 Apr 2002 21:12:25 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16zMlT-00061M-00 for ; Sun, 21 Apr 2002 21:12:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zMks-0007ib-00; Sun, 21 Apr 2002 15:12:10 -0400 Original-Received: from thor.inter.net.il ([192.114.186.11]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zMiw-0007dj-00; Sun, 21 Apr 2002 15:10:10 -0400 Original-Received: from zaretsky ([80.230.2.40]) by thor.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ACA85415; Sun, 21 Apr 2002 22:09:55 +0300 (IDT) Original-To: bradym@balestra.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (message from Brady Montz on 21 Apr 2002 10:17:13 -0700) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2956 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2956 > From: Brady Montz > Date: 21 Apr 2002 10:17:13 -0700 > > I didn't say you didn't use them. Just that I haven't seen many doc > strings that take much advantage of them for the "see also" purpose. How about sending bug reports about the missing references? Or even suggesting what related functions/variables should be mentioned in specific doc string? > Taking my running example of sort-lines, It's doc tells me about it's > config variable sort-fold-case, but I had to do a find-library sort > to look at the source to find out about sort-paragraphs, sort-pages, > sort-fields, ... I think "C-h a sort-" would have told you that faster...