Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Emacs Lisp question



(defun run-my-two-functions ()
  "Run my two functions."
  (function-one)
  (function-two)
  )

And then bind that to your key:

(global-set-key [C-f12] 'run-my-two-functions)

It should work with macros created with defmacro instead of functions but I'm not sure.  Not tested at all, never mind extensively, and I haven't seriously touched Emacs-Lisp in quite some time.

--Rich P.





BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org