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 09:19:01 +0200 Message-ID: <5375BBE5.30706@easy-emacs.de> References: <53747E6C.7050503@easy-emacs.de> <8761l647bj.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 1400224793 2212 80.91.229.3 (16 May 2014 07:19:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2014 07:19:53 +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 09:19:46 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 1WlCQh-0007Na-9O for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 09:19:43 +0200 Original-Received: from localhost ([::1]:33863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlCQg-0002VC-S0 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 May 2014 03:19:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlCQO-0002RM-KC for help-gnu-emacs@gnu.org; Fri, 16 May 2014 03:19:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlCQH-0005WC-4K for help-gnu-emacs@gnu.org; Fri, 16 May 2014 03:19:24 -0400 Original-Received: from mout.kundenserver.de ([212.227.126.131]:57541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlCQG-0005W8-RQ for help-gnu-emacs@gnu.org; Fri, 16 May 2014 03:19:17 -0400 Original-Received: from [192.168.178.32] (brln-4dbc730e.pool.mediaWays.net [77.188.115.14]) by mrelayeu.kundenserver.de (node=mreue005) with ESMTP (Nemesis) id 0M4Vnk-1WzPJv1ZQC-00yjky; Fri, 16 May 2014 09:19:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Icedove/24.5.0 In-Reply-To: <8761l647bj.fsf@gmail.com> X-Provags-ID: V02:K0:pWCj/WWEv8z6RDusKC1Mn7eiTxFJRMoPNVr6JTTBS/b hdpPZ1rypjiIS1G/1MYl5+tMjsbN4z8dluLAEc0g3hnYYD30aq XS0GPTcfmSoj64gJ0cOhBfM+xoNOpDhcZQlErpoMoX1AkabQqC FwS6m8Dqu5vUhBX/ibsQKVTIjjp1asjdlNwodrvkslc/u/pBbH gQQCRwTwggq3HEsFs22oz+VaxRAUAbw6Oo7sRIDvXVQsSCJiCF 4WAfmuvLXPOQDn5LQjHaK3HbvHe7xmtC8zaisjQpcYy+Nc+Zp/ pZF/2t1ibwv+qKAUkwty+nynU3JDejH3KsNt/XF1KSKxWwSEtv Vxm7RirwdW1LuffvdLYEtIBdDFMOieLnIKK1uaU+8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.131 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:97690 Archived-At: 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?