| ||||||
| 5/17 |
| 1999/8/12-15 [Computer/SW/Editors/Emacs] UID:16301 Activity:low |
8/12 In emacs, can i highlight all the words that i search for? for
example, i'd like to highlight all the word "print". How?
\_ The same functionality can be done with grep -n
\_ Use "less" instead of emacs.
\- look for y2k-mode in gnu.emacs.source and riff off of that. --psb |