home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3537 < prev    next >
Encoding:
Text File  |  1992-07-28  |  970 b   |  28 lines

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!think.com!barmar
  2. From: barmar@think.com (Barry Margolin)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: elisp: interactive calling of C subroutines
  5. Date: 29 Jul 1992 00:59:58 GMT
  6. Organization: Thinking Machines Corporation, Cambridge MA, USA
  7. Lines: 15
  8. Distribution: gnu
  9. Message-ID: <154qieINN8qm@early-bird.think.com>
  10. References: <ACEVEDO.92Jul28095546@hippocrene.mit.edu>
  11. NNTP-Posting-Host: telecaster.think.com
  12.  
  13. In article <ACEVEDO.92Jul28095546@hippocrene.mit.edu> acevedo@mit.edu (Raul Acevedo) writes:
  14. >    (setq foo (symbol-function 'forward-char))  ; so you can recover it
  15. >    (fset 'forward-char 'backward-char)
  16. >
  17. >This will not work.
  18.  
  19. It works for me.  After doing that, C-f goes backward.
  20.  
  21. Are you sure you have C-f bound to forward-char?  Maybe you have a
  22. customization that binds it to something else.
  23. -- 
  24. Barry Margolin
  25. System Manager, Thinking Machines Corp.
  26.  
  27. barmar@think.com          {uunet,harvard}!think!barmar
  28.