From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.help Subject: Re: info/man page package installation for melpa/gnu/elpa Date: Tue, 26 Nov 2013 13:09:13 +0100 Organization: IRISA, INRIA Rennes (FR) Message-ID: References: <877gc0fjof.fsf@gmail.com> <874n734m9n.fsf@gmail.com> <8738mnftbu.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385473790 15583 80.91.229.3 (26 Nov 2013 13:49:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2013 13:49:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 26 14:49:57 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VlJ1Z-0002vR-Ld for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Nov 2013 14:49:57 +0100 Original-Received: from localhost ([::1]:58762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlJ1Z-0003wO-9U for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Nov 2013 08:49:57 -0500 X-Received: by 10.180.10.38 with SMTP id f6mr6447359wib.1.1385468237679; Tue, 26 Nov 2013 04:17:17 -0800 (PST) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Original-Path: usenet.stanford.edu!c6no10965125wik.0!news-out.google.com!hj15ni6071wib.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.muarf.org!news.ecp.fr!news-rocq.inria.fr!news.irisa.fr!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: top-wifi.irisa.fr Original-X-Trace: news-v3.irisa.fr 1385467752 28723 131.254.66.192 (26 Nov 2013 12:09:12 GMT) Original-X-Complaints-To: abuse@irisa.fr Original-NNTP-Posting-Date: Tue, 26 Nov 2013 12:09:12 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:e3h8rTmgPo8zTo1pZPGC2kslfgE= Original-Xref: usenet.stanford.edu gnu.emacs.help:202381 X-Mailman-Approved-At: Tue, 26 Nov 2013 08:49:43 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94653 Archived-At: Alex Kost writes: > Sivaram Neelakantan (2013-11-23 11:52 +0400) wrote: > >> On Sat, Nov 23 2013,Alex Kost wrote: >> >>> Sivaram Neelakantan (2013-11-22 21:08 +0400) wrote: >>> >> >> [snipped 8 lines] >> >>> I installed magit with melpa and i have magit.info along with other >>> files. Also emacs adds the path to magit dir to `Info-directory-list' >>> as described in info: (info "(elisp) Multi-file Packages"). >> >> that's interesting! I can't seem to find it anywhere on my system. >> I'm using Emacs-24.3 on Win 7. I should probably file a bug report. > > I use Emacs 24.3.1, but i'm on GNU/Linux. For me all magit files > (including info) are placed in ~/.emacs.d/elpa/magit-20131021.1104/ > (it's a bit outdated i suppose). I also have missing info files, installed with the same Emacs but on OS X: schmitta@top-wifi ~/.e/e/magit-20131124.2030 (master)> ls AUTHORS.md magit-autoloads.el magit-blame.elc magit-key-mode.elc magit-pkg.elc magit-wip.elc magit.elc README.md magit-blame.el magit-key-mode.el magit-pkg.el magit-wip.el magit.el I don't think I have a problem with building info files, as it's the only package with which I have a problem. Alan