From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: missing highlight Date: Fri, 16 May 2014 17:50:53 +0200 Message-ID: <537633DD.2000801@easy-emacs.de> References: <53747E6C.7050503@easy-emacs.de> <8761l647bj.fsf@gmail.com> <5375BBE5.30706@easy-emacs.de> <871tvt4xsw.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1400255554 26983 80.91.229.3 (16 May 2014 15:52:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2014 15:52:34 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 16 17:52:26 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WlKQn-0003oK-O5 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 17:52:21 +0200 Original-Received: from localhost ([::1]:36489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlKQn-0003qu-6h for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 11:52:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlKPm-0002bo-B8 for help-gnu-emacs@gnu.org; Fri, 16 May 2014 11:51:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlKPe-0005AC-Rn for help-gnu-emacs@gnu.org; Fri, 16 May 2014 11:51:18 -0400 Original-Received: from mout.kundenserver.de ([212.227.126.130]:62363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlKPe-00059E-J2 for help-gnu-emacs@gnu.org; Fri, 16 May 2014 11:51:10 -0400 Original-Received: from [192.168.178.32] (brln-4dbc6052.pool.mediaWays.net [77.188.96.82]) by mrelayeu.kundenserver.de (node=mreue005) with ESMTP (Nemesis) id 0MWfMN-1WITeT3KHb-00XtmJ; Fri, 16 May 2014 17:51:07 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Icedove/24.5.0 In-Reply-To: <871tvt4xsw.fsf@gmail.com> X-Provags-ID: V02:K0:Iu0Qh321kcNl4I07No9uLHyjCa2wNM9ad3HUZgumAAQ iMXma42ot+ZmIpuJanOgLqBEugAuBrGmkmWBH9qIW5Ha+qq3se nko7af280CQQZIA3Ly2nBRFDA0EPF3haDJhiGyvSRWPyYcXlDY tLvy8m/OpTiE29zWJQCdPq953rFXEi35Y3zxF9UO26ypTQZW0h GdSo/U6SSvjRqRlXAWNE2AI+TKj8Sqw6BFkkO6x85MACob1RIv Gm+SZtObWqaSbTjiS/Y/SPeLbmG7mu2u/r5GOiB6/gL1jBPLjO 8k5MCbvaTw4G72MpTgYD0LeFD7hD9maUnmXUl74apVK+cFTUdr 1dgjSCKBY1FPIPDkIN3SYfBJ15F6PdV2yNfap3NrF X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.130 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:97708 Archived-At: On 16.05.2014 16:12, Alex Kost wrote: > Andreas Röhler (2014-05-16 11:19 +0400) wrote: > >> On 16.05.2014 07:32, Alex Kost wrote: >>> Andreas Röhler (2014-05-15 12:44 +0400) wrote: >>> >>>> Hi, >>>> >>>> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before. >>>> >>>> See attachment. >>>> >>>> Don't get it with v24. Unfortunately can't see where it comes from. >>>> >>>> Any idea? >>> >>> Perhaps, you disabled `show-paren-mode' in your .emacs. >>> Try "M-x show-paren-mode". Also look if what you want works in "emacs -q". >>> >> >> The behaviour described needs show-paren-mode on. However, at v24 only >> works with cursor on last paren, while v23 worked with cursor after. >> Maybe a deliberate change? > > For me (I use 24.3.1) parentheses are highlighted when the cursor is > placed on the first (opening) parenthesis or after the second (closing) > one, i.e. exactly the same behaviour as in your screenshot. > > Did you try "emacs -q"? > > Even with "emacs -Q" :) Seems a bug in latest pretest, will report it. Thanks caring for it, Andreas