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

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

Re: Browse skeleton positions


From: Ian Zimmerman
Subject: Re: Browse skeleton positions
Date: 02 Nov 2003 08:10:31 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Stefan> How 'bout:

  (defvar s-p-c-prefix [?\C-c ?+])
  (defvar s-p-c-m-m
     (let ((map (make-sparse-keymap)))
       (define-key map s-p-c-prefix skeleton-position-mode-map)))

Stefan> So you avoid redundancy.  The prefix variable is so that people
Stefan> can use another prefix (ESC is often a good choice for some
Stefan> users although it's a bad default choice).

Excellent idea, thanks.

-- 
"Rap music is our punishment for neglecting music education."
An anonymous teacher



reply via email to

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