home *** CD-ROM | disk | FTP | other *** search
- Is there a way in lucid emacs to get the functionality of the
- Gosling emacs search-forward and search-backward commands, in
-
- Try
-
- (global-set-key "\C-s" 'search-forward)
- (global-set-key "\C-r" 'search-backward)
-
- in your .emacs file.
-
- Thanks! I must have been misled into thinking this didn't exist because
- set-gosmacs-bindings sets these keys to isearch (which is clearly incorrect.)
-
-