Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Mon, 10 Feb 2003 17:32:28 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Scott Evans cc: cygwin AT cygwin DOT com Subject: Re: cygwin-link-mode for emacs In-Reply-To: Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Feb 2003, Scott Evans wrote: > Just found this, posted by Edward O'Connor on > gnu.emacs.sources. It's a nice little hack. He posted it or NTemacs > but it works fine in the native XEmacs too. (which I still use because > it's faster than the Cygwin XEmacs.) > > ;;--------------------------------------------------------------------------- > (defun cygwin-link-mode () > (goto-char (point-max)) > (search-backward (string 0)) > (forward-char 1) > (find-alternate-file (buffer-substring (point) (point-max)))) > > (add-to-list 'auto-mode-alist '("\\.lnk\\'" . cygwin-link-mode)) > > (provide 'cygwin-link-mode) > ;;--------------------------------------------------------------------------- Neat. Note: this won't work for old-style symlinks. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/