Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!BADEN.AI.MIT.EDU!stone From: stone@BADEN.AI.MIT.EDU (David Goldstone) Newsgroups: gnu.emacs.bug Subject: Moving the mark Message-ID: <8901270153.AA02257@gabriell> Date: 27 Jan 89 01:53:22 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: stone@wheaties.ai.mit.edu (410 Memorial Dr. Cambridge 02139; Tel: 617-225-8261) Distribution: gnu Organization: GNUs Not Usenet Lines: 12 Is it possible to write a function (and then bind it to a key) which would do your next command to the mark. For example, doing the command, and then M-< would move the mark (instead of the point) to the beginnning of the file. This would be especially usefull on slow dialup lines. I would imagine the function could be written by setting the mark, waiting for the next command as input, doing it, and doing c-x c-x, but I dont know how to wait for input... stone