From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Manual for htmlfontify Date: Tue, 12 Apr 2011 19:24:54 +0530 Message-ID: <8162qjtw0h.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302616514 31503 80.91.229.12 (12 Apr 2011 13:55:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2011 13:55:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 12 15:55:10 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9e3h-0006hv-Q9 for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2011 15:55:09 +0200 Original-Received: from localhost ([::1]:59821 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9e3h-0003Rc-DN for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2011 09:55:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9e3e-0003R7-0E for emacs-devel@gnu.org; Tue, 12 Apr 2011 09:55:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9e3Z-00017X-41 for emacs-devel@gnu.org; Tue, 12 Apr 2011 09:55:05 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:61175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9e3Z-00017S-1E for emacs-devel@gnu.org; Tue, 12 Apr 2011 09:55:01 -0400 Original-Received: by iwg8 with SMTP id 8so9041916iwg.0 for ; Tue, 12 Apr 2011 06:55:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:mail-followup-to:date :message-id:user-agent:mime-version:content-type; bh=ggMhxfCuSjZBYh+3cL1/MZcfPqsTfq+dDdWvBcMCaEo=; b=G9s0Ue2s4ipNc4v2bV2+ATYKucGJK+vvRgdBl31hjPXehZvn5lPkHDdisTh8RiS1dH 3JwZ+VKcFWEhbl4kH3AF+gJlzfUjjRDkKYr4G7xv7rIfVg8FzjZZmrZl88OEOdKqymRP vUUQq15PssEiiwMKUoTXXsrGBUrHeabwNlkx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:mail-followup-to:date:message-id:user-agent :mime-version:content-type; b=r6oDLYGjHAap6i9pWagFFu7SOPNVIPBa5R/4nfTRS7ek3sq9LxrXkWWL87+QvQtKZQ 7IbMTVFE07szQeEWblG7LVE10n+7ahN+Jd86q9Po/fRsQro5d5Ap9SGJCHIqNEWjAq1h 63cULYMdnJNlmuxmSaRapqNHgjOFXQTaecdpI= Original-Received: by 10.231.9.220 with SMTP id m28mr5435253ibm.109.1302616499672; Tue, 12 Apr 2011 06:54:59 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.242.129.101]) by mx.google.com with ESMTPS id y10sm4965859iba.46.2011.04.12.06.54.57 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Apr 2011 06:54:59 -0700 (PDT) Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138438 Archived-At: info-apropos for htmlfontify shows up just a single entry --8<---------------cut here---------------start------------->8--- * htmlfontify-buffer [emacs]: (emacs)Printing. (line 11) --8<---------------cut here---------------end--------------->8--- Wondering why the manual for htmlfontify[1] is missing from the Emacs distribution? I find a manual entry is far more easier to browse through than the source code file. Footnotes: [1] http://rtfm.etla.org/emacs/htmlfontify/htmlfontify_0.20+texinfo.tar.gz --