This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

cygwin-link-mode for emacs


Just found this, posted by Edward O'Connor <oconnor@soe.ucsd.edu> 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)
;;---------------------------------------------------------------------------



--
 scott evans :: www.antisleep.com


--
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/


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