From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 8A78F1EF69C; Sun, 27 Jul 2014 10:45:48 -0400 (EDT) Received: from hurricane.the-brannons.com (hurricane.the-brannons.com [64.62.188.119]) by befuddled.reisers.ca (Postfix) with ESMTP id 532401EF69A for ; Sun, 27 Jul 2014 10:45:47 -0400 (EDT) Received: from localhost (unknown [IPv6:2602:47:2256:a900:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 9859277D56 for ; Sun, 27 Jul 2014 07:41:17 -0700 (PDT) From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: python programming References: <87a97w81sf.fsf@mushroom.PK5001Z> <20140727101028.GA29489@jdc.jasonjgw.net> Date: Sun, 27 Jul 2014 07:40:41 -0700 In-Reply-To: <20140727101028.GA29489@jdc.jasonjgw.net> (Jason White's message of "Sun, 27 Jul 2014 20:10:28 +1000") Message-ID: <871tt6985y.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 14:45:48 -0000 Jason White writes: > Blocks are also marked by indentation, which is part of Python's syntax, not a > purely stylistic convention as it is in C, for instance. Yes, but the reason some people mark blocks is so that the ends can be found quickly, with a text search. It's not fool-proof, but it works for people who don't have a syntax-aware editor. But python-mode is much better for moving through code. > In Python and other code editing modes, Emacspeak reads the indentation of > each line. I don't know whether Speakup can be configured to do this. Not automatically. Someone has a patch out to do something similar with tones, I think. In Speakup, to hear the indentation, you press numpad 8 twice on the line that you're reading with the review cursor. -- Chris