* emacs and cygwin: directory mappings eg for Info-default
@ 2004-02-06 2:55 leo
2004-02-06 13:52 ` Kai Grossjohann
2004-02-07 15:31 ` Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: leo @ 2004-02-06 2:55 UTC (permalink / raw)
hi there
how can i make emacs and cygwin play nicely together?
i have installed emacs 21.3 in c:/free/emacs-21.3 and cygwin in c:/cygwin.
the Info-default-directory-list variable then contains:
("c:/free/emacs-21.3/site-info/" "c:/emacs/info/" "/usr/local/info/"
"/usr/local/share/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/"
"/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/"
"/usr/local/lib/info/" "/usr/local/lib/emacs/info/"
"c:/free/emacs-21.3/info/")
that's nearly right: all the paths without a drive letter just should be
understood as cygwin paths. is there a way to make emacs understand that
"/usr/local/..." in fact is under "c:/cygwin/usr/local/..."?
a quick fix obviously could be to modify the list directly, but a more
general approach would hopefully work file-find, etc as well.
thanks, leo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs and cygwin: directory mappings eg for Info-default
2004-02-06 2:55 emacs and cygwin: directory mappings eg for Info-default leo
@ 2004-02-06 13:52 ` Kai Grossjohann
2004-02-07 15:31 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 2004-02-06 13:52 UTC (permalink / raw)
"leo" <halloleo@noospaam.myrealbox.com> writes:
> how can i make emacs and cygwin play nicely together?
There is cygwin-mount.el which might help.
Kai
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs and cygwin: directory mappings eg for Info-default
2004-02-06 2:55 emacs and cygwin: directory mappings eg for Info-default leo
2004-02-06 13:52 ` Kai Grossjohann
@ 2004-02-07 15:31 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2004-02-07 15:31 UTC (permalink / raw)
> From: "leo" <halloleo@noospaam.myrealbox.com>
> Newsgroups: gnu.emacs.help
> Date: Fri, 6 Feb 2004 13:55:08 +1100
>
> ("c:/free/emacs-21.3/site-info/" "c:/emacs/info/" "/usr/local/info/"
> "/usr/local/share/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/"
> "/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/"
> "/usr/local/lib/info/" "/usr/local/lib/emacs/info/"
> "c:/free/emacs-21.3/info/")
>
> that's nearly right: all the paths without a drive letter just should be
> understood as cygwin paths. is there a way to make emacs understand that
> "/usr/local/..." in fact is under "c:/cygwin/usr/local/..."?
>
> a quick fix obviously could be to modify the list directly, but a more
> general approach would hopefully work file-find, etc as well.
Setting INFOPATH outside Emacs is the simplest way of achieving what
you want. If INFOPATH is set when Emacs starts, its value overrides
whatever is in Info-default-directory-list.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-07 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-06 2:55 emacs and cygwin: directory mappings eg for Info-default leo
2004-02-06 13:52 ` Kai Grossjohann
2004-02-07 15:31 ` Eli Zaretskii
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.