From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: dedent in Python-mode Date: Mon, 25 Jun 2007 21:18:37 +0300 Message-ID: <200706252118.38137.pogonyshev@gmx.net> References: <200706242344.06799.pogonyshev@gmx.net> <200706250130.30535.pogonyshev@gmx.net> <864pkw534v.fsf@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182794703 20883 80.91.229.12 (25 Jun 2007 18:05:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2007 18:05:03 +0000 (UTC) Cc: Markus Triska To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 20:05:01 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I2svs-0001q6-3j for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 20:05:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2svr-0006HC-JZ for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2007 14:04:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2svo-0006Gx-Vl for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:04:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2svo-0006Gl-FJ for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:04:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2svo-0006Gi-7q for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:04:56 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I2svn-0005hm-HN for emacs-devel@gnu.org; Mon, 25 Jun 2007 14:04:55 -0400 Original-Received: (qmail invoked by alias); 25 Jun 2007 18:04:54 -0000 Original-Received: from unknown (EHLO [80.94.230.31]) [80.94.230.31] by mail.gmx.net (mp043) with SMTP; 25 Jun 2007 20:04:54 +0200 X-Authenticated: #16844820 X-Provags-ID: V01U2FsdGVkX1/6uc9s3Tr6WXvpY8vfkJMvtxgV0di0NhrwpryXCP dsQTSlFCh+eMmp User-Agent: KMail/1.7.2 In-Reply-To: <864pkw534v.fsf@gmx.at> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73840 Archived-At: Markus Triska wrote: > Paul Pogonyshev writes: > > > Can it then behave like TAB, but if this doesn't change indentation > > at all, then start dedenting from what TAB proposes as default? > > Put this in your .emacs: [...] Yeah. In principle, I could write backtab function in my .emacs as well. But don't you agree that if I press Shift+Tab and nothing in the buffer changes, not even the point position, it looks like a little broken? I mean, given that it doesn't have "final perfect state" like TAB in other modes, but cycles through possible indentations? Paul