home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!think.com!barmar
- From: barmar@think.com (Barry Margolin)
- Newsgroups: gnu.emacs.help
- Subject: Re: elisp: interactive calling of C subroutines
- Date: 29 Jul 1992 00:59:58 GMT
- Organization: Thinking Machines Corporation, Cambridge MA, USA
- Lines: 15
- Distribution: gnu
- Message-ID: <154qieINN8qm@early-bird.think.com>
- References: <ACEVEDO.92Jul28095546@hippocrene.mit.edu>
- NNTP-Posting-Host: telecaster.think.com
-
- In article <ACEVEDO.92Jul28095546@hippocrene.mit.edu> acevedo@mit.edu (Raul Acevedo) writes:
- > (setq foo (symbol-function 'forward-char)) ; so you can recover it
- > (fset 'forward-char 'backward-char)
- >
- >This will not work.
-
- It works for me. After doing that, C-f goes backward.
-
- Are you sure you have C-f bound to forward-char? Maybe you have a
- customization that binds it to something else.
- --
- Barry Margolin
- System Manager, Thinking Machines Corp.
-
- barmar@think.com {uunet,harvard}!think!barmar
-