From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Skeleton Pairs in some Modes Date: Thu, 07 Sep 2006 14:55:27 +0200 Organization: disorganized Message-ID: <87lkovq1j4.fsf@robotron.kosmorama> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157634569 18796 80.91.229.2 (7 Sep 2006 13:09:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 13:09:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 07 15:09:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLJdG-0006lF-4b for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 15:09:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLJdF-000276-M8 for ged-emacs-devel@m.gmane.org; Thu, 07 Sep 2006 09:09:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLJd3-00022G-F0 for emacs-devel@gnu.org; Thu, 07 Sep 2006 09:09:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLJd1-0001th-JT for emacs-devel@gnu.org; Thu, 07 Sep 2006 09:09:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLJd1-0001tN-GZ for emacs-devel@gnu.org; Thu, 07 Sep 2006 09:09:11 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GLJdO-0005xy-NH for emacs-devel@gnu.org; Thu, 07 Sep 2006 09:09:34 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GLJci-0006dN-1Q for emacs-devel@gnu.org; Thu, 07 Sep 2006 15:08:52 +0200 Original-Received: from e178034081.adsl.alicedsl.de ([85.178.34.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 15:08:52 +0200 Original-Received: from david.hansen by e178034081.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 15:08:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 7 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178034081.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:8xLRD+2Saqv00N7jAtTrGDcNScQ= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59507 Archived-At: Hello, wouldn't it make more sense to pair "`" with "`" instead of "'" in shell-mode, make-file-mode, perl-mode and cperl-mode? It's already done this way in shell-script-mode. David