Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 18 Nov 2000 02:12:14 -0500 From: Jeffrey Juliano Reply-To: Jeffrey Juliano To: szeil AT notesmail DOT cs DOT odu DOT edu, cygwin AT sourceware DOT cygnus DOT com Subject: Re: Emacs with gdb Message-ID: <3850925804.974513534@dsl-64-34-95-237.telocity.com> In-Reply-To: X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On Oct 31, 2000 4:17 PM -0500 szeil AT notesmail DOT cs DOT odu DOT edu wrote: > 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 This is old. Check gnu.emacs.sources for an updated version I posted this summer. Also avail at http://www.cs.unc.edu/~juliano/my_emacs_files/cygwin32-mount.el I can't vouch for bug-less-ness, but other people also made changes between my changes and the version you keep. (can you even parse that sentence? I really need sleep.) I fixed another bug and improved regexps this week; my latest copy will appear on my web page soon. -jeff ;;; cygwin32-mount.el --- Teach EMACS about cygwin32 mount points. ;;; Michael Cook . ;;; modified Jun 18 1998 by Keisuke Mori ;;; to make it work with ange-ftp and enable mapping a drive letter ;;; modified Oct 25 1999 by Drew Moseley (drewmoseley AT mindspring DOT com) ;;; to support /cygdrive style drive maps and for better coexistence ;;; with ange-ftp. ;;; modified Feb 7 2000 by James Ganong (jeg AT bigseal DOT ucsc DOT edu) ;;; to work when / is mounted in a subdirectory instead of top level of a ;;; drive, and to check longest directory names first, to a / mount does ;;; not shadow. ;;; modified Mar 23 2000 by Jeff Juliano ;;; to make a user-callable function that performs the mapping. I use ;;; this in my .emacs file to find my non-version-specific site-lisp ;;; directory since NTemacs doesn't have one in its search path. ;;; modified July 2000 by Jeff Juliano ;;; ps-print to //machine/printer-name was broken. cygwin-mount would ;;; intercept and try to convert the name to a local path, even though one ;;; doesn't exist. Also, don't do mount table lookup as early as used to. ;;; warning: this isn't extensively tested, and may not be correct. --- my latest change fixes an outstanding bug related to my last mod -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com