From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: how to highlight block end in Python-mode indentation Date: Fri, 19 May 2017 17:31:28 +0530 Message-ID: <2d520b33-249a-f112-8ab6-1b89c3c76512@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1495195342 14045 195.159.176.226 (19 May 2017 12:02:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 19 May 2017 12:02:22 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 19 14:02:19 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dBgbo-0003Ty-E2 for geh-help-gnu-emacs@m.gmane.org; Fri, 19 May 2017 14:02:16 +0200 Original-Received: from localhost ([::1]:58398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBgbs-0005s1-Gp for geh-help-gnu-emacs@m.gmane.org; Fri, 19 May 2017 08:02:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBgbQ-0005rt-6B for help-gnu-emacs@gnu.org; Fri, 19 May 2017 08:01:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBgbM-0006bP-2j for help-gnu-emacs@gnu.org; Fri, 19 May 2017 08:01:52 -0400 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:54600 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBgbL-0006bI-Qx for help-gnu-emacs@gnu.org; Fri, 19 May 2017 08:01:48 -0400 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id C2D9E510114; Fri, 19 May 2017 14:01:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495195305; bh=ryIiHHiTiQgEj3c3QShUUdt99chSgvkM9u4QWNK6vag=; h=To:From:Subject:Date:From; b=UwkETwEZcLDv0+4kAk0fXHhcuLrhFDEXIN/dUUiGVavqbwRyJlTqObCSN6jajfeJw J7w0FRyQKdqnunSajHoE5ognuxrITmYy99ZrkjEvTj4JMsuS+q/NjY6SH7UFvhSaSp /eEsDm2UHLYl7ka1O6d5Vf9Pzbj2OXwhtZ/elW/A= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1495195305; bh=ryIiHHiTiQgEj3c3QShUUdt99chSgvkM9u4QWNK6vag=; h=To:From:Subject:Date:From; b=UwkETwEZcLDv0+4kAk0fXHhcuLrhFDEXIN/dUUiGVavqbwRyJlTqObCSN6jajfeJw J7w0FRyQKdqnunSajHoE5ognuxrITmYy99ZrkjEvTj4JMsuS+q/NjY6SH7UFvhSaSp /eEsDm2UHLYl7ka1O6d5Vf9Pzbj2OXwhtZ/elW/A= Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:113069 Archived-At: Hi, let's say I have my cursor on a def func(): I wish to know if there is a way to highlite where this indented block of function ends? Same applies to if, for and while etc. It comes in very handy when there is nested indentation. Happy hacking. Krishnakant.