all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* define-key with command arguments
@ 2021-02-10 12:00 Adam Kandur via Users list for the GNU Emacs text editor
  2021-02-10 16:49 ` Omar Polo
  2021-02-10 17:37 ` Marcin Borkowski
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Kandur via Users list for the GNU Emacs text editor @ 2021-02-10 12:00 UTC (permalink / raw)
  To: help-gnu-emacs

hi everyone! is it possible to do something like his

(define-derived-mode test special-mode "test"
  (define-key test-func (kbd "SPC")     'test-func-with (arg)))
so, i wanna pass variable in function i'm going to run with keyboard binding. is it possible?




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-10 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 12:00 define-key with command arguments Adam Kandur via Users list for the GNU Emacs text editor
2021-02-10 16:49 ` Omar Polo
2021-02-10 17:37 ` Marcin Borkowski

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.