From: Eli Zaretskii <eliz@gnu.org>
To: "Vincent Belaïche" <vincent.b.1@hotmail.fr>
Cc: karl@freefriends.org, emacs-devel@gnu.org
Subject: Re: Initialisation of dired-x for install-info guessing
Date: Tue, 05 May 2009 23:03:30 +0300 [thread overview]
Message-ID: <8363gfe2r1.fsf@gnu.org> (raw)
In-Reply-To: <87hbzzs7ax.fsf@gmail.com>
> From: =?iso-8859-1?Q?Vincent_Bela=EFche?= <vincent.b.1@hotmail.fr>
> Date: Tue, 05 May 2009 21:01:26 +0200
> Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= <vincent.b.1@hotmail.fr>,
> Karl Berry <karl@freefriends.org>
>
> --8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<---
> ;; info files
> (list "\.info$"
> (cond
> ((eq system-type 'windows-nt)
> "for %i in ( * ) do install-info \"%i\" \"%~pi\\dir\"")
> (t ; bash
> "for i in * ; do p=`dirname \"$i\"`;install-info $i $p/dir\"; done"))
> )
> --8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<---
Thanks. However, the command you suggest for windows-nt will only
work with cmd.exe as the shell and only with latest versions of it.
Emacs still supports older Windows versions where the shell is
command.com which does not know about "%~pi".
So an alternative for older shells will be needed before this can go
in.
Also, I'm not sure I understand what is this command trying to do. It
seems to try to install Info files in the subdirectory named literally
`dir' of the directory where those Info files live?
next prev parent reply other threads:[~2009-05-05 20:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-05 19:01 Initialisation of dired-x for install-info guessing Vincent Belaïche
2009-05-05 20:03 ` Eli Zaretskii [this message]
2009-05-06 14:11 ` Gilaras Drakeson
2009-05-06 18:05 ` Eli Zaretskii
2009-05-07 6:04 ` Vincent Belaïche
2009-05-07 17:22 ` Stefan Monnier
2009-05-08 20:36 ` Vincent Belaïche
2009-05-08 20:47 ` Drew Adams
2009-05-08 21:12 ` Vincent Belaïche
2009-05-09 0:48 ` Stefan Monnier
2009-05-09 18:58 ` Vincent Belaïche
2009-05-09 22:23 ` Stefan Monnier
2009-05-07 18:45 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2009-05-06 21:26 grischka
2009-05-07 3:11 ` Eli Zaretskii
2009-05-07 8:27 ` grischka
2009-05-07 18:14 ` Eli Zaretskii
2009-05-09 15:10 ` grischka
2009-05-09 15:36 ` Eli Zaretskii
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=8363gfe2r1.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=karl@freefriends.org \
--cc=vincent.b.1@hotmail.fr \
/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.