From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: How do I find docs for a given library? (minor mode?) Date: Fri, 23 Mar 2007 17:01:19 +0200 Message-ID: References: <1174508036.020011.311140@d57g2000hsg.googlegroups.com> <1174583285.480634.130180@b75g2000hsg.googlegroups.com> <1174660159.309956.164760@p15g2000hsd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174662113 11054 80.91.229.12 (23 Mar 2007 15:01:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2007 15:01:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 23 16:01:45 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 1HUlGw-00042q-At for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2007 16:01:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUlIq-0000cc-IM for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2007 10:03:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUlIa-0000WA-Ba for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 11:03:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUlIZ-0000Vx-6H for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 11:03:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUlIZ-0000Vu-3S for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 10:03:23 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HUlGd-0000ke-O3 for help-gnu-emacs@gnu.org; Fri, 23 Mar 2007 11:01:24 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-215-117.inter.net.il [84.229.215.117]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GJA91300 (AUTH halo1); Fri, 23 Mar 2007 17:01:21 +0200 (IST) In-reply-to: <1174660159.309956.164760@p15g2000hsd.googlegroups.com> (jmg3000@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:42134 Archived-At: > From: jmg3000@gmail.com > Date: 23 Mar 2007 07:29:19 -0700 > > | > | Info file emacs does not exist > | > > BTW, after searching around, I think this ``missing Emacs manual on > Debian'' issue has already been discussed, and seems to actually have > been done on purpose due to the DFSG having a problem with the GFDL. Ah, that nuisance... Well, you should be able to fetch the manuals from some other place and install it yourself. For example, from the Emacs CVS: http://cvs.savannah.gnu.org/viewcvs/emacs/man/?root=emacs http://cvs.savannah.gnu.org/viewcvs/emacs/lispref/?root=emacs http://cvs.savannah.gnu.org/viewcvs/emacs/lispintro/?root=emacs You will need the makeinfo and install-info programs (from the Texinfo package) to build the manuals.