home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!gatech!usenet.ins.cwru.edu!agate!ames!sun-barr!male.EBay.Sun.COM!jethro.Corp.Sun.COM!lestat!gregl
- From: gregl@lestat.Corp.Sun.COM (Gregory Layer)
- Newsgroups: gnu.emacs.help
- Subject: customizing question
- Date: 31 Dec 1992 23:18:59 GMT
- Organization: Sun Microsystems, Inc.
- Lines: 13
- Distribution: world
- Message-ID: <1hvv53INNbhb@jethro.Corp.Sun.COM>
- Reply-To: gregl@lestat.Corp.Sun.COM
- NNTP-Posting-Host: lestat.corp.sun.com
-
-
- I would like to change the key that binds to minibuffer-complete from a
- TAB to C-f. However, I don't want to lose the normal C-f functionality, so
- doing the following is not satisfactory: (in my .emacs)
-
- (define-key global-map "\C-f" 'minibuffer-complete)
-
- Any suggestions on how to do this?
-
-
- greg
- gregl@corp.sun.com
-
-