This is the mail archive of the cygwin@sources.redhat.com 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]

Re: Emacs with gdb


>At 01:34 AM 10/29/2000, ­E¤¯ wrote:
>After i typed M-x gdb myprogram. And then i type
>
>b main
>run
>
>     In theory,the Emacs will open the source file
>that contain main() and have an arrow pointed to main().
>But the Emacs now try to open /cygdrive/c/myprogrampath/main.c!
>Emacs dont know this kind of path naming.Therfore,it cant
>open the source file correctly.
>
>

For NTEmacs, get Michael Cook's cygwin32-mount.el (I keep a copy available
for my students' at
http://www.cs.odu.edu/~zeil/software/cygwin32-mount.el), put it in the
directory where you keep your other emacs .el and .elc files, and add
    (require 'cygwin32-mount)
to your .emacs file.

SJZ


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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