From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jmg3000@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How do I find docs for a given library? (minor mode?) Date: 22 Mar 2007 10:08:05 -0700 Organization: http://groups.google.com Message-ID: <1174583285.480634.130180@b75g2000hsg.googlegroups.com> References: <1174508036.020011.311140@d57g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1174585148 3938 80.91.229.12 (22 Mar 2007 17:39:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 17:39:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 22 18:38:57 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HURFL-0004XE-IM for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 18:38:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HURH9-0005sy-Lu for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Mar 2007 12:40:35 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!b75g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 72.1.159.253 Original-X-Trace: posting.google.com 1174583287 32146 127.0.0.1 (22 Mar 2007 17:08:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Mar 2007 17:08:07 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: b75g2000hsg.googlegroups.com; posting-host=72.1.159.253; posting-account=0jymeQwAAAALbReIpIl6kgFFa_Xdu9Pp Original-Xref: shelby.stanford.edu gnu.emacs.help:146508 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42112 Archived-At: On Mar 22, 12:14 am, Eli Zaretskii wrote: > > From: jmg3...@gmail.com > > Date: 21 Mar 2007 13:13:56 -0700 > > > How do I find the docs for a library after I load it? For example, I > > loaded htmlize (`M-x load-library RET htmlize RET') and would like to > > see a listing of all the available docs that it comes with. > > Try "M-x finder-commentary RET htmlize RET". Is this what you were > looking for? This is very helpful. Thank you. :) > Another possibility is to look up the documentation in the Info > manuals: "C-h F COMMAND RET", where COMMAND is some command from the > library you load. I get to the GNU Emacs FAQ with `C-h F', but I can't just do, say, ``C- h F htmlize-buffer RET'' (you mention ``some command from the library'' I load, and one of the commands in htmlize is htmlize- buffer), since, when I start typing ``ht''..., the info reader thinks I'm giving it info commands. Also, incidentally (though I don't think it's directly related to your suggestion), this is on Debian Etch, and the Emacs manual is conspicuously missing... Thanks, ---John