From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: apropos commands for commands, user options, all functions, all variables Date: Fri, 19 Oct 2007 22:24:44 +0200 Message-ID: <200710192224.44652.andreas.roehler@online.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1192825195 8588 80.91.229.12 (19 Oct 2007 20:19:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 20:19:55 +0000 (UTC) Cc: Drew Adams To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 22:19:55 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 1IiyJs-00006B-0Z for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 22:19:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiyJk-0005vb-9v for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 16:19:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiyJg-0005u8-Si for emacs-devel@gnu.org; Fri, 19 Oct 2007 16:19:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiyJf-0005rJ-9d for emacs-devel@gnu.org; Fri, 19 Oct 2007 16:19:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiyJf-0005qr-0v for emacs-devel@gnu.org; Fri, 19 Oct 2007 16:19:31 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiyJe-0001uf-LI for emacs-devel@gnu.org; Fri, 19 Oct 2007 16:19:30 -0400 Original-Received: from noname (p54BEA4A5.dip0.t-ipconnect.de [84.190.164.165]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1IiyJd427y-0007Tl; Fri, 19 Oct 2007 22:19:30 +0200 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX19Jl9MHBad+F04AkMASDZXBXJLY1FCL+zaLOj1 8Hqt+j1AQUC3UzYvIsKTxVnjbLw+Nfje1ry3/OlKhq4pxMA/Rd wseZJTUjhra37OgW/kxjA== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:81250 Archived-At: Am Freitag, 19. Oktober 2007 21:08 schrieb Drew Adams: =2E.. > Users should be able to find and use commands that give them info about (= a) > all vars, (b) all functions, (c) just commands, and (d) just user options; > and the names of those commands should reflect what they do. > That's a good idea. When examining something new, I like to list the commands of that code. So I would appreciate to have it per file or per mode.=20 Thanks Andreas R=F6hler =2E...