home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!cis.ohio-state.edu!midget.towson.edu!tree
- From: tree@midget.towson.edu (Denise Tree)
- Subject: line numbers
- Message-ID: <9209020320.AA07133@midget.towson.edu>
- Sender: daemon@cis.ohio-state.edu
- Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu
- Date: Tue, 1 Sep 1992 19:20:10 GMT
- Lines: 27
-
-
- Hello Gnuish,
- I know that Emacs is not a line type editor but I've been doing
- a lot of patching lately and it would be helpful....
-
- I tried line-nos.el from the archive but it doesn't work for me.
- It's quite an amazing kluge though..
-
- Next I tried to write a keyboard macro that would combine next-line
- with what-line:
-
- (define-key SS3-map "q" 'line-nnum)
- (fset 'line-nnum
- "^N^[xwhat-line^M)
-
- It moves down a line but does not do what-line.
-
- Am I trying to do something that can't be done easily? It seems like
- it would work as a macro...but I am not elispoid.
- ______________________________________________________________________
- _______________ Denise Tree
- ____________________________tree@midget.towson.edu
- _________________________________________.... . . . . . . .
- .
- .
- *
-
-