home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vtserf!vttcf.cc.vt.edu!tdunbar
- From: tdunbar@vttcf.cc.vt.edu (Thomas Dunbar)
- Newsgroups: comp.os.linux
- Subject: Re: Lucid GNU Emacs 19.2 available
- Message-ID: <5837@vtserf.cc.vt.edu>
- Date: 20 Aug 92 03:14:41 GMT
- References: <STEINBER.92Aug19120118@machtnix.ert.rwth-aachen.de>
- Sender: news@vtserf.cc.vt.edu
- Organization: Virginia Tech, Blacksburg, VA
- Lines: 5
-
-
- >how do you assign Ctrl-Pagedown?
- to answer my own question,
- (define-key global-map '(control next) 'end-of-buffer)
- for example. (the /usr/emacs/etc/NEWS file explains this)
-