emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Initialisation of dired-x for install-info guessing


From: Gilaras Drakeson
Subject: Re: Initialisation of dired-x for install-info guessing
Date: Wed, 06 May 2009 10:11:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

>> --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 via email to

[Prev in Thread] Current Thread [Next in Thread]