help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Brain cramp re: global-set-key


From: Peter Dyballa
Subject: Re: Brain cramp re: global-set-key
Date: Fri, 17 Jul 2009 23:35:28 +0200


Am 17.07.2009 um 23:17 schrieb William Case:

(global-set-key [(control f1)] (find-file-other-window "~/.emacs")t)


(global-set-key [(control f1)] (lambda () (interactive) (find-file- other-window "~/.emacs")))

Or write an interactive function which does (find-file-other-window "~/.emacs") and bind that to C-F1.

--
Greetings

  Pete

The day Microsoft makes something that doesn't suck is the day they start selling vacuum cleaners.
                                – Ernest Jan Plugge







reply via email to

[Prev in Thread] Current Thread [Next in Thread]