home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!veritas!sef
- From: sef@Veritas.COM (Sef Kloninger)
- Newsgroups: gnu.emacs.help
- Subject: newline in certain modes only
- Message-ID: <1992Sep10.222007.16203@Veritas.COM>
- Date: 10 Sep 92 22:20:07 GMT
- Organization: VERITAS Software
- Lines: 20
-
-
- I currently use the newline.el package posted on the net recently
- to display the line number and colume position on the mode line.
- As this slows down scrolling, I would like to be able to enable it
- only in certain major modes.
-
- Here is the current entry in my .emacs file:
- (setq term setup hook
- '(lambda ()
- (load-library "newline")))
-
- I want to turn it off for text mode, others too.
-
- thanks in advance for any help
- -sef
- --
- ------------------
- Sef Kloninger
- Veritas Software Stanford University
- sef@veritas.com sef@cs.stanford.edu
-