all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: Robert Thorpe <rt@robertthorpeconsulting.com>
Cc: Bostjan Vilfan <bjvilfan@gmail.com>, help-gnu-emacs@gnu.org
Subject: Re: can't access info dir in emacs under msys2
Date: Wed, 05 Oct 2016 04:07:43 +0200	[thread overview]
Message-ID: <871szveefk.fsf@wanadoo.es> (raw)
In-Reply-To: <87vax7tzhm.fsf@robertthorpeconsulting.com> (Robert Thorpe's message of "Wed, 05 Oct 2016 01:23:49 +0100")

Robert Thorpe <rt@robertthorpeconsulting.com> writes:

> Bostjan Vilfan <bjvilfan@gmail.com> writes:
>
>> OK. Probably THAT was the problem (no dir file). But, is there an automatic
>> tool for creating the dir file?
>
> Install-info can be used.  It works one info file at a time though.  I
> don't know how to do a bulk install.  I've re-added help-gnu-emacs, I
> expect someone there will know.

If you use the 64 bits version, open a MSYS2 shell and

$ cd /mingw64/share/info
$ for f in *.info; do install-info.exe $f dir; done
$ for f in *.info.gz; do install-info.exe $f dir; done

If you use the 32 bits version, replace mingw64 with mingw32 above.

> A system like MSYS2 should come with the dir file correctly constructed.

Yes. Somehow the dir file is not created (or is deleted) when Emacs is
installed. I need to investigate why.



  reply	other threads:[~2016-10-05  2:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAAm34zrx18a0YgDqg=ht1NSg+Q+fbx6nu_oMkwNqfSZpCpg3Dw@mail.gmail.com>
2016-10-05  0:23 ` can't access info dir in emacs under msys2 Robert Thorpe
2016-10-05  2:07   ` Óscar Fuentes [this message]
2016-10-03  7:25 Bostjan Vilfan
2016-10-03 13:36 ` Byung-Hee HWANG (황병희, 黃炳熙)
2016-10-03 15:39   ` Bostjan Vilfan
2016-10-03 16:01     ` Eli Zaretskii
2016-10-03 19:33       ` Óscar Fuentes
2016-10-04  6:19         ` Eli Zaretskii
2016-10-04 13:15           ` Óscar Fuentes
2016-10-04 14:46             ` Eli Zaretskii
2016-10-04 15:51               ` Óscar Fuentes
2016-10-04 17:34                 ` Eli Zaretskii
2016-10-04 20:47                   ` Óscar Fuentes
2016-10-03 13:51 ` Óscar Fuentes
2016-10-03 14:20 ` Thien-Thi Nguyen
2016-10-03 18:53 ` Robert Thorpe
2016-10-07 18:28 ` Javier
2016-10-07 19:07   ` Eli Zaretskii
2016-10-08  4:18     ` Óscar Fuentes
2016-10-10 14:01 ` Oleksandr Gavenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871szveefk.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=bjvilfan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rt@robertthorpeconsulting.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.