home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0146.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  414 b   |  14 lines

  1.     Is there a way in lucid emacs to get the functionality of the
  2.     Gosling emacs search-forward and search-backward commands, in
  3.  
  4.   Try
  5.  
  6.         (global-set-key "\C-s" 'search-forward)
  7.         (global-set-key "\C-r" 'search-backward)
  8.  
  9.   in your .emacs file.
  10.  
  11. Thanks!  I must have been misled into thinking this didn't exist because
  12. set-gosmacs-bindings sets these keys to isearch (which is clearly incorrect.)
  13.  
  14.