This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Emacs from cygwin in X mode with no X running


On Fri, 26 Aug 2005 12:46:38 GMT, Harry Putnam wrote:

> Andy Moreton <andy.moreton@artimi.com> writes:
> 
>> On Fri, 26 Aug 2005 11:39:39 GMT, Harry Putnam wrote:
[snipped]
>>
>> You may find it easier to teach NTemacs about cygwin paths:
>>
>> http://www.emacswiki.org/cgi-bin/wiki/cygwin-mount.el
> 
> What is supposed to happen with this?  Once loaded is it supposed to
> make emacs know about /cygdrive?  Doesn't seem to have much of an
> effect here.
> 
> M-x load-file ./cygwin-mount.el
> C-x d /usr/bin
> 
> Doesn't work
> 
> C-x d /cygdrive/c
> 
> Doesn't work
> 
> It does seem to have tought emacs thate C:/ = / but in cygwineze that
> isn't what is used.  There you have C:/Cygwin = /
> 
> So that doesn't help much with cygdrive.  Still /usr/bin is
> unknown for example

Try a little reading - its all documented in the file.
Either use the "Cygwin Mount" group in Customize, or add the following:

(require 'cygwin-mount)
(cygwin-mount-activate)


    	AndyM


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]