home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!boulder!news!grunwald
- From: grunwald@eclipse.cs.colorado.edu (Dirk Grunwald)
- Subject: Mark funniness
- Message-ID: <GRUNWALD.92Aug14120513@eclipse.cs.colorado.edu>
- Sender: news@colorado.edu (The Daily Planet)
- Nntp-Posting-Host: eclipse.cs.colorado.edu
- Reply-To: grunwald@foobar.cs.colorado.edu
- Organization: University of Colorado at Boulder
- Distribution: alt
- Date: 14 Aug 92 12:05:13
- Lines: 12
-
-
- I am used to using these functions to position on the display...
-
- (global-set-key "\M-'" 'move-to-window-line)
- (global-set-key "\M-," '(lambda() (interactive) (move-to-window-line 0)))
- (global-set-key "\M-." '(lambda() (interactive) (move-to-window-line -1)))
-
- A normal editing sequence for me is to mark something (\C-spc), move there
- (possibly using the move-to-window-line keys above) and then e.g, kill it.
-
- I can't do that in Lucid-19.2 -- it appears the mark gets cleared.
- Any reason why? Anyone have a plausible fix?
-