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

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

[no subject]


From: Budi
Subject:
Date: Thu, 2 May 2019 07:36:29 +0700

how to assign shortcut key i.e. bind a key to do M-x ielm <ret>
sequence in emacs

tried;

(defun d () (interactive)(command-execute (execute-extended-command "ielm")))
(global-set-key (kbd "<f1>") 'd)

to no avail...
Please help me!



reply via email to

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