home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!nigel.msen.com!ilium!rphroy!kocrsv01!c23mts
- From: c23mts@kocrsv01.delcoelect.com (Mike Scheidler)
- Newsgroups: alt.lucid-emacs.help
- Subject: Way to bind C-RET?
- Message-ID: <1993Jan22.182213.2934@kocrsv01.delcoelect.com>
- Date: 22 Jan 93 18:22:13 GMT
- Sender: news@kocrsv01.delcoelect.com (Usenet News Account)
- Reply-To: c23mts@kocrsv01.delcoelect.com
- Organization: Delco Electronics Corp.
- Lines: 26
- Originator: c23mts@kocrsw12
-
-
- I'm having trouble binding a function to the C-RET (control return) key.
- I've tried several methods, such as
-
- (define-key global-map '(control RET) 'my-function)
-
- and
-
- (global-set-key '(control RET) 'my-function)
-
- and variations of these using \C-m in place of RET, but nothing works.
-
- If I list the key bindings, it shows that C-RET is bound to my-function,
- just as I specified (several times, in fact!), but I get the message
-
- C-RET not defined.
-
- whenever I attempt to use it.
-
- Has anyone been able to do this?
-
- --
- Mike Scheidler INTERNET: c23mts@kocrsv01.delcoelect.com
- Software Technology UUCP: deaes!c23mts
- Delco Electronics Corporation PHONE: (317) 451-0642
- Kokomo, IN 46904 GMNET: 8-322-0642
-