From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: insert pair doesn't work with *, $ and % Date: Thu, 07 Dec 2006 04:09:19 +0100 Organization: The Church of Emacs Message-ID: <87hcw8e71c.fsf@hans.local.net> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165460996 8447 80.91.229.10 (7 Dec 2006 03:09:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 03:09:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 07 04:09:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gs9dx-0000BH-73 for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Dec 2006 04:09:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gs9dw-0004kY-NM for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Dec 2006 22:09:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gs9dl-0004kC-6C for help-gnu-emacs@gnu.org; Wed, 06 Dec 2006 22:09:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gs9di-0004jQ-4E for help-gnu-emacs@gnu.org; Wed, 06 Dec 2006 22:09:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gs9di-0004jN-0x for help-gnu-emacs@gnu.org; Wed, 06 Dec 2006 22:09:38 -0500 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gs9dh-0006vK-Jp for help-gnu-emacs@gnu.org; Wed, 06 Dec 2006 22:09:37 -0500 Original-Received: from [84.167.67.19] (helo=duenenhof-wilhelm.de) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1Gs9df3dyk-0004ed; Thu, 07 Dec 2006 04:09:36 +0100 Original-Received: by duenenhof-wilhelm.de (Postfix, from userid 1000) id 9E7BE722B2; Thu, 7 Dec 2006 04:09:19 +0100 (CET) Original-To: help-gnu-emacs@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:d7ab225b98a136e1c2910381f940ecb9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39299 Archived-At: Hi For a special mode I'd like to have key bindings duplicating various characters like e. g. (global-set-key "\C-c{" 'insert-pair) this does work as expected (I'm getting a pair of {} and the point is within the pair). But I can't get the analogous with *, $ and % to run, I'm just getting one of these characters back and not a pair. What am I missing here? -- Best wishes H. Dieter Wilhelm Darmstadt, Germany