all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem: Keymap not working...
@ 2005-02-06 17:36 upro
  2005-02-06 19:49 ` Neon Absentius
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: upro @ 2005-02-06 17:36 UTC (permalink / raw)


Hi!

IU am writing a small mode for my daily work, but the keymap is not
working. Can someone please tell me, why?

I am using emacs 21.3 (btw: How do I get the minibuffer output
[e. g. on M-x emacs.version] to point in the main buffer?).

This is my smal function:

(defvar musman-mode-map
  (let ((musman-mode-map (make-sparse-keymap)))
;  (if musman-mode-map ()
;	(setq musman-mode-map (make-sparse-keymap))
    (define-key musman-mode-map "\C-ck" 'musman-Konzert)
    (define-key musman-mode-map "\C-ct" 'musman-Termin)
    (define-key musman-mode-map "\C-ca" 'musman-Anrufen)
    (define-key musman-mode-map "\C-c\C-g" 'musman-Angerufen)
    (define-key musman-mode-map "\C-c n" 'musman-Nächster)
    (define-key musman-mode-map "\C-c t" 'musman-Terminauswahl)
    (define-key musman-mode-map "\C-c v" 'musman-Vertrag)
    (define-key musman-mode-map "\C-c z" 'musman-Zurückrufen)))

Thank you in advance!

-- 
Michael

r-znvy: zvpunry.wryqra  jro.qr (chg gur "@" jurer vg svgf...)
ab fcnz cyrnfr

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

end of thread, other threads:[~2005-03-02 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-06 17:36 Problem: Keymap not working upro
2005-02-06 19:49 ` Neon Absentius
2005-02-07 18:53 ` Kevin Rodgers
2005-02-07 20:37   ` Kevin Rodgers
     [not found] ` <mailman.1043.1107720238.2841.help-gnu-emacs@gnu.org>
2005-03-02 15:59   ` David Combs

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.