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: Re: 23.0.60; M-( and M-) should not be bound in ESC map Date: Thu, 10 Apr 2008 08:33:29 +0200 Organization: disorganized Message-ID: <87zls22p8m.fsf@localhorst.mine.nu> References: <003801c89a85$fcd95ad0$c2b22382@us.oracle.com> <003d01c89a8f$2899fb80$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207809518 31681 80.91.229.12 (10 Apr 2008 06:38:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 06:38:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 08:39:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JjqR9-0007qG-UW for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 08:39:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjqQW-000173-E3 for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 02:38:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjqQR-00016W-Hr for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:38:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjqQQ-00016C-A7 for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:38:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjqQQ-000169-7g for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:38:22 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JjqQQ-0003S6-0Q for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:38:22 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JjqQO-00027Y-Jg for emacs-devel@gnu.org; Thu, 10 Apr 2008 02:38:20 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JjqQK-0005XC-Jm for emacs-devel@gnu.org; Thu, 10 Apr 2008 06:38:16 +0000 Original-Received: from e178031073.adsl.alicedsl.de ([85.178.31.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Apr 2008 06:38:16 +0000 Original-Received: from david.hansen by e178031073.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Apr 2008 06:38:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178031073.adsl.alicedsl.de User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Mail-Copies-To: nobody Cancel-Lock: sha1:MEW/R7Bb+sXvIuNoYms3iXTsLeo= X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94841 Archived-At: On Wed, 9 Apr 2008 15:15:02 -0700 Drew Adams wrote: > Balancing parens is important for programming languages that allow nested > parens. I have bound `(' to insert pair globally. I don't know of any case where I want non balanced parenthesis (except when writing a mail about the use of (non) balanced parenthesis ;). David