From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: bracket matching behavior Date: Wed, 18 Jan 2012 21:12:24 +0100 Message-ID: <4F1727A8.4030208@easy-emacs.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1326917566 18096 80.91.229.12 (18 Jan 2012 20:12:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2012 20:12:46 +0000 (UTC) To: "help-gnu-emacs@gnu.org List" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 18 21:12:41 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rnbs5-00032s-Vh for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Jan 2012 21:12:38 +0100 Original-Received: from localhost ([::1]:52463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnbs5-0004Tm-Cq for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Jan 2012 15:12:37 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnbs1-0004Th-Eg for help-gnu-emacs@gnu.org; Wed, 18 Jan 2012 15:12:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnbs0-0003TG-FN for help-gnu-emacs@gnu.org; Wed, 18 Jan 2012 15:12:33 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:57007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnbs0-0003Sm-6q for help-gnu-emacs@gnu.org; Wed, 18 Jan 2012 15:12:32 -0500 Original-Received: from [192.168.178.27] (brln-4d0c2394.pool.mediaWays.net [77.12.35.148]) by mrelayeu.kundenserver.de (node=mreu4) with ESMTP (Nemesis) id 0MG40o-1RqKtB1iy6-00EtHi; Wed, 18 Jan 2012 21:12:29 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.24) Gecko/20111101 SUSE/3.1.16 Thunderbird/3.1.16 In-Reply-To: X-Provags-ID: V02:K0:YN1yqbybWkyK4BdVRz2KKYdH+ZDNTJegkUeFVA8bLTA GhuBxGGfDEyc/m+5LoaLo6Lb4XcROzAngP4hHH4QSqm/Wdjf57 Zv3nhgcm3IEdF30KnLVc8hUlmqMbDUT7zPvRyuC6PcIWP5FhcL bFDZ9FnLxh1QlfECIaZqpIijBv2KjQxUHHmnTFDDdrCDtty/Ir 4PXLyvJm0Ot5rqF9Gc1AeAYMMM9/b5l8mXkzJXrNrbPnNCbHPV VNgOuijqzR860kRo0tvbjKki9MnPh8/4avgQzfLMaC4LIzD3PG XDbvbdVkQ50uMN1e4E2b/kD7IKfjN2uZ2FjoheQI9aYbpQqfPy 3peQDEQ/KI0jvb+TwJdXCCeIC4/Kw2QiyLgc+SZhf X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.126.186 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83522 Archived-At: Am 07.01.2012 22:21, schrieb Yuan Luo: > Hi, > > I have been annoyed by emacs23's bracket matching behavior: when saving > with unmatched bracket's, cursor jumps to the first unmatching left > bracket without returning to where i was editing, Is this a behavior that > I can toggle with? > > Thanks, > Yuan > Hi, can't reproduce that with regard to saving. That kind of things happens from M-x check-parens here. Maybe a hook calls that at your Emacs? Protect against with a C-space setting the mark before. HTH, Andreas