From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ian Zimmerman Newsgroups: gmane.emacs.help Subject: Re: Browse skeleton positions Date: 02 Nov 2003 08:10:31 -0800 Organization: http://extra.newsguy.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87y8uy69ag.fsf@newsguy.com> References: <87vfqnygi7.fsf@newsguy.com> <877k32jumc.fsf@newsguy.com> <87k76muvma.fsf@newsguy.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067791678 15853 80.91.224.253 (2 Nov 2003 16:47:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 Nov 2003 16:47:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 02 17:47:56 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGLOO-0004si-00 for ; Sun, 02 Nov 2003 17:47:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGLNF-0004X7-9W for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Nov 2003 11:46:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!tethys.csu.net!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!enews2 Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: p-977.newsdawg.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:117793 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13730 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