all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gilaras Drakeson <gilaras@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Initialisation of dired-x for install-info guessing
Date: Wed, 06 May 2009 10:11:24 -0400	[thread overview]
Message-ID: <86bpq6iann.fsf@gmail.com> (raw)
In-Reply-To: 8363gfe2r1.fsf@gnu.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<---

> 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?

"dir" is a plain text file into which install-info adds entries.

Gilaras





  reply	other threads:[~2009-05-06 14:11 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
2009-05-06 14:11   ` Gilaras Drakeson [this message]
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=86bpq6iann.fsf@gmail.com \
    --to=gilaras@gmail.com \
    --cc=emacs-devel@gnu.org \
    /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.