home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / help / 5216 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  796 b 

  1. 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
  2. From: gregl@lestat.Corp.Sun.COM (Gregory Layer)
  3. Newsgroups: gnu.emacs.help
  4. Subject: customizing question
  5. Date: 31 Dec 1992 23:18:59 GMT
  6. Organization: Sun Microsystems, Inc.
  7. Lines: 13
  8. Distribution: world
  9. Message-ID: <1hvv53INNbhb@jethro.Corp.Sun.COM>
  10. Reply-To: gregl@lestat.Corp.Sun.COM
  11. NNTP-Posting-Host: lestat.corp.sun.com
  12.  
  13.  
  14. I would like to change the key that binds to minibuffer-complete from a 
  15. TAB to C-f.  However, I don't want to lose the normal C-f functionality, so
  16. doing the following is not satisfactory: (in my .emacs)
  17.  
  18.     (define-key global-map "\C-f" 'minibuffer-complete)
  19.  
  20. Any suggestions on how to do this?
  21.  
  22.  
  23. greg
  24. gregl@corp.sun.com
  25.  
  26.