From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 27 21:51:21 2010 Received: (at submit) by debbugs.gnu.org; 28 Apr 2010 01:51:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6wQq-00065Z-Bf for submit@debbugs.gnu.org; Tue, 27 Apr 2010 21:51:21 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6wQm-00065T-TD for submit@debbugs.gnu.org; Tue, 27 Apr 2010 21:51:19 -0400 Received: from lists.gnu.org ([199.232.76.165]:57929) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1O6wQg-00064r-Pu for submit@debbugs.gnu.org; Tue, 27 Apr 2010 21:51:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6wQd-0001lB-D9 for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 21:51:07 -0400 Received: from [140.186.70.92] (port=35836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6wQY-0001ji-8I for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 21:51:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6wQT-0008P0-26 for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 21:51:00 -0400 Received: from mail-qy0-f194.google.com ([209.85.221.194]:47345) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6wQS-0008Ov-Um for bug-gnu-emacs@gnu.org; Tue, 27 Apr 2010 21:50:57 -0400 Received: by qyk32 with SMTP id 32so10553366qyk.12 for ; Tue, 27 Apr 2010 18:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:references:to:message-id :mime-version:x-mailer; bh=Le+Zld6IzZiEbnruNm4g4DYbfVrtXFV02oxTtexPXyc=; b=jsbQ60hJd8SWg8rnd6MOu7gbEreydad1YouAC1WZCNIVAfnSZPOOvLNJ3z0nWfGwyv SA6IcpGSN92AjaQh0X2ikzmtpzrDuAFcorqwUBMSkmwRSrq1IzshCljG8pZj2wbw/+8E sLGJYtcsFdjl5ouECZclWyputRiF045OkaZRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:references :to:message-id:mime-version:x-mailer; b=E5vZnUcUSBcH0EA6/6tFQ90NUcI5S5sqtFXIXb1aIrNzuL6EIRP5f2eWoGe0T3s7wK zbp6ysKX7M3a5LNOpdByG8Hw1ZvbZUUhTLiNxxTjvZqVQVDs5uaPZP0hXO5//5qQfm4z +BdrVri37R3HTxmFecCmY5+79aMS5CN6P4FNs= Received: by 10.229.234.68 with SMTP id kb4mr457488qcb.103.1272419456080; Tue, 27 Apr 2010 18:50:56 -0700 (PDT) Received: from [192.168.1.42] (pool-72-95-200-56.pitbpa.east.verizon.net [72.95.200.56]) by mx.google.com with ESMTPS id f5sm2902190qcg.14.2010.04.27.18.50.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Apr 2010 18:50:55 -0700 (PDT) From: David Reitter Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: 23: py-indent-region broken Date: Tue, 27 Apr 2010 21:50:52 -0400 References: To: Bug-Gnu-Emacs Message-Id: <8554C113-BAB1-4A76-BA32-9AB2FC7FE9B7@gmail.com> Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.6 (----) X-Debbugs-Cc: Warren Harris py-indent-region seems dysfunctional when we're at column 0. Enter this: if 1=3D1: print 5 print 8 if 1=3D1: print 6 else: print 6 print 5 Then mark lines 2-5 (incl), which could be seen as a consistently = indented block of code that was pasted there. C-c TAB should now shift = it to the right, but it does nothing. Contrast this with a situation where the block is already indented: if 0=3D0: if 1=3D1: print 5 print 8 if 1=3D1: print 6 else: print 6 print 5 Select lines 3-6 (incl) and hit C-c TAB. Works. This is python.el from lisp/progmodes. Begin forwarded message: > From: Warren Harris > Date: April 27, 2010 6:41:23 PM EDT > To: Bug reports for Aquamacs Emacs > Cc: David Reitter > Subject: Re: [Aquamacs-bugs] 23.1.93; cursor column position not = preserved across short lines > 3. indent-region in python mode does nothing. (This happens in 2.0b5 = too.) However, line-by-line indention (with tab) works. In GNU Emacs 23.1.96.48 (x86_64-apple-darwin10.3.0, NS = apple-appkit-1038.29) of 2010-04-26 on scarlett.local - Aquamacs Distribution 2.0preview6 Windowing system distributor `Apple', version 10.3.1038 configured using `configure '--with-ns'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Python Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t which-function-mode: t savehist-mode: t smart-frame-positioning-mode: t aquamacs-autoface-mode: t recentf-mode: t osx-key-mode: t tabbar-mwheel-mode: t tabbar-mode: t show-paren-mode: t delete-selection-mode: t pc-selection-mode: t cua-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: - I N D E N T - R E G ^C =20 =20 =20 =20 ^H F =20 =20 =20 ^C =20 ^C =20 ^C =20 E L S E=20 : P R I N T SPC 6 =20 P R I N T SPC 8 I F SPC 1 =3D 1 : =20 P R I N T SPC 6 =20 ^C =20 =20 ^C =20 =20 =20 =20 =20 ^C > =20 I F SPC 0 =3D 0 : =20 =20 ^C ^C =20 =E2=8C=98Z =20 =20 ^C < ^C =20 ^C =20 SPC =E2=8C=98Z =E2=8C=98A =E2=8C=98C = =20 =20 I F SPC 0 =3D 0 : =20 ^C > =E2=8C=98A =E2=8C=98C = =20 ^C=20 =E2=8C=98Z =20 ^C ^C =20 =E2=8C=98Z =E2=8C=98Z =E2=8C=98Z =E2=8C=98Z = =20 ^C =20 Recent messages: Undo... Undo! Undo... Undo! Undo... Undo! Undo... Undo! Undo... Undo! Load-path shadows: /Users/dr/Library/Preferences/Aquamacs Emacs/Recent Files hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/Recent = Files /Users/dr/Library/Preferences/Aquamacs Emacs/Preferences hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/Preferences /Users/dr/Library/Preferences/Aquamacs Emacs/places hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/places /Users/dr/Library/Preferences/Aquamacs Emacs/minibuffer-history hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs = Emacs2/minibuffer-history /Users/dr/Library/Preferences/Aquamacs Emacs/frame-positions hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs = Emacs2/frame-positions /Users/dr/Library/Preferences/Aquamacs Emacs/customizations hides = /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs = Emacs2/customizations /Users/dr/Library/Application Support/Aquamacs Emacs/JDEE/site-start = hides /Library/Application Support/Aquamacs Emacs/SLIME/site-start /Users/dr/Library/Application Support/Aquamacs Emacs/JDEE/site-start = hides = /Users/dr/ae.git/nextstep/Aquamacs.app/Contents/Resources/lisp/aquamacs/si= te-start Features: (shadow sort mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils emacsbug jka-compr find-func python-mode info-look info ansi-color compile animate eldoc slime-banner slime-asdf slime-fancy slime-fontifying-fu slime-package-fu slime-references slime-xref-browser slime-scratch slime-presentations slime-highlight-edits slime-fuzzy slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl slime derived apropos edmacro kmacro hideshow hyperspec ess-help skeleton newcomment ess-toolbar ess-mous mouseme browse-url ess-menu ess-swv ess-noweb noweb-font-lock-mode essl-bugs essd-omg essl-omg essd-els essd-sas essl-sas essa-sas executable shell essd-arc essd-vst essd-xls essl-lsp essd-sta essl-sta make-regexp essd-sp6 essd-sp5 essd-sp3 essd-r essd-r-args essl-s ess-inf ess-utils comint ess-mode noweb-mode ess ess-cust ess-emcs ess-site cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs log-edit ring pcvs-util add-log diff-mode vc vc-dispatcher pp multi-isearch vc-git which-func imenu slime-autoloads load-emacs-plugins aquamacs-mode-defaults auctex-config server tex-site smart-dnd aquamacs-aux savehist mouse-sel one-buffer-one-frame smart-frame-positioning drews_init color-theme-autoloads saveplace visual-line aquamacs-bug aquamacs-autoface-mode aquamacs-editing sendmail recentf tree-widget cus-edit osxkeys emulate-mac-keyboard-mode frame-cmds strings misc-fns thingatpt+ thingatpt frame-fns avoid aquamacs-mac-fontsets fit-frame aquamacs-frame-setup aquamacs-tabbar tabbar-window cl cl-19 tabbar easy-mmode cus-start cus-load load-emacs-pre-plugins aquamacs-site-start cocoa-compatibility filladapt aquamacs-redo check-for-updates aquamacs-menu osx_defaults aquamacs-tool-bar aquamacs mac-extra-functions aquamacs-tools aquamacs-macros parse-time timezone time-date paren delsel pc-select cua-base wid-edit regexp-opt advice advice-preload byte-opt bytecomp byte-compile debug help-fns help-mode view image-file disp-table tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process ns multi-tty emacs) Command line: = (/Users/dr/ae.git/nextstep/Aquamacs.app/Contents/MacOS/Aquamacs) PATH: = /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/b= in:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/Current/b= in:/opt/local/lib/postgresql82/bin:/opt/local/bin:/opt/local/sbin:/usr/bin= :/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/texbin:/usr/X= 11/bin:/Users/dr/Applications:/Users/dr/Applications/bin:/Users/dr/Project= s/openccg/bin:/usr/texbin/powerpc-apple-darwin-current:/usr/local/git/bin:= /Developer/Platforms/iPhoneFOSS.platform/Developer/bin:/usr/bin:/bin:/usr/= sbin:/sbin:/usr/texbin:/usr/local/texlive/2009/bin exec-path: (/opt/local/bin /opt/local/sbin /opt/local/bin = /opt/local/sbin /opt/local/bin /opt/local/sbin = /Library/Frameworks/Python.framework/Versions/Current/bin = /opt/local/lib/postgresql82/bin /opt/local/bin /opt/local/sbin /usr/bin = /bin /usr/sbin /sbin /usr/local/bin /usr/local/git/bin /usr/texbin = /usr/X11/bin /Users/dr/Applications /Users/dr/Applications/bin = /Users/dr/Projects/openccg/bin /usr/texbin/powerpc-apple-darwin-current = /usr/local/git/bin = /Developer/Platforms/iPhoneFOSS.platform/Developer/bin /usr/bin /bin = /usr/sbin /sbin = /Users/dr/ae.git/nextstep/Aquamacs.app/Contents/MacOS/bin = /usr/local/texlive/2009/bin)= From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 27 22:11:59 2010 Received: (at 6057) by debbugs.gnu.org; 28 Apr 2010 02:12:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6wkp-0006Ew-2b for submit@debbugs.gnu.org; Tue, 27 Apr 2010 22:11:59 -0400 Received: from mail-qy0-f171.google.com ([209.85.221.171]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6wkm-0006Ep-Ha for 6057@debbugs.gnu.org; Tue, 27 Apr 2010 22:11:57 -0400 Received: by qyk1 with SMTP id 1so18341769qyk.15 for <6057@debbugs.gnu.org>; Tue, 27 Apr 2010 19:11:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=FPaC5skh8Xf8hC2lGGAcPl7XEZk50jSUtDAGQXln0bc=; b=ii25qbNMiTBAdxsiAAo1wNk/nKA6RiY/njr+fnaKC3WFnbV4fN47MIHIF25wiHJASc rxpi0IqhJ3d2tBkoSzF+LrRaRjRHIdnGjRaepN9Kkr2oj/U38y19Fgtwmelev8uQj8cT fZVZPk/I6yHab//SIKfISyx7qDK4IpzZiAIE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=QzQzmSdMHvOYU31EfPzK6LABeLgRBDWngqtTW92QQx69sOSPI6B0Xdb1X6SUrJ2AZd pJFYM3KnJmZmLfBppObq7kJdfB/fFXgpdTKOnOV8kue8jdm1YOpHqUBBN8vjHT1ClxEr dhOsGjCu11tdXGrGE3O02QlvRyHziTc8N2NYk= Received: by 10.224.93.2 with SMTP id t2mr2032813qam.42.1272420712609; Tue, 27 Apr 2010 19:11:52 -0700 (PDT) Received: from [192.168.0.33] (c-24-5-88-93.hsd1.ca.comcast.net [24.5.88.93]) by mx.google.com with ESMTPS id 5sm9393631qwh.5.2010.04.27.19.11.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Apr 2010 19:11:51 -0700 (PDT) Message-Id: <203F1D0B-5CD4-4351-8C67-29A5043F74F8@gmail.com> From: Warren Harris To: David Reitter In-Reply-To: <8554C113-BAB1-4A76-BA32-9AB2FC7FE9B7@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: bug#6057: 23: py-indent-region broken Date: Tue, 27 Apr 2010 19:11:49 -0700 References: <8554C113-BAB1-4A76-BA32-9AB2FC7FE9B7@gmail.com> X-Mailer: Apple Mail (2.936) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6057 Cc: 6057@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) David, Thanks for filing this against gnu emacs. A couple of other things to =20= note (if they're not apparent already): 1. python-mode now seems to be indenting automatically, without =20 hitting tab -- You'll notice this whenever breaking a line in the =20 middle by hitting return. This is a change from the previous behavior. =20= (This one doesn't matter to me one way or the other... but I'm not =20 sure the change was intentional.) 2. indentation is *extremely* slow -- I routinely have one-line nested =20= python dictionaries (often many KB in length) that I'd like format, =20 and I do this via keyboard macro that searches for the commas and =20 inserts returns after them. Doing this in the latest version of =20 aquamacs will max out my cpu for many minutes on end. The previous =20 version could do this very quickly. Warren On Apr 27, 2010, at 6:50 PM, David Reitter wrote: > X-Debbugs-Cc: Warren Harris > > py-indent-region seems dysfunctional when we're at column 0. > > Enter this: > > if 1=3D1: > print 5 > print 8 > if 1=3D1: > print 6 > else: > print 6 > print 5 > > Then mark lines 2-5 (incl), which could be seen as a consistently =20 > indented block of code that was pasted there. C-c TAB should now =20 > shift it to the right, but it does nothing. > > Contrast this with a situation where the block is already indented: > > if 0=3D0: > if 1=3D1: > print 5 > print 8 > if 1=3D1: > print 6 > else: > print 6 > print 5 > > Select lines 3-6 (incl) and hit C-c TAB. Works. > > This is python.el from lisp/progmodes. > > Begin forwarded message: > >> From: Warren Harris >> Date: April 27, 2010 6:41:23 PM EDT >> To: Bug reports for Aquamacs Emacs >> Cc: David Reitter >> Subject: Re: [Aquamacs-bugs] 23.1.93; cursor column position not =20 >> preserved across short lines > > > >> 3. indent-region in python mode does nothing. (This happens in =20 >> 2.0b5 too.) However, line-by-line indention (with tab) works. > > > > In GNU Emacs 23.1.96.48 (x86_64-apple-darwin10.3.0, NS apple-=20 > appkit-1038.29) > of 2010-04-26 on scarlett.local - Aquamacs Distribution 2.0preview6 > Windowing system distributor `Apple', version 10.3.1038 > configured using `configure '--with-ns'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > value of $XMODIFIERS: nil > locale-coding-system: utf-8-unix > default enable-multibyte-characters: t > > Major mode: Python > > Minor modes in effect: > shell-dirtrack-mode: t > diff-auto-refine-mode: t > which-function-mode: t > savehist-mode: t > smart-frame-positioning-mode: t > aquamacs-autoface-mode: t > recentf-mode: t > osx-key-mode: t > tabbar-mwheel-mode: t > tabbar-mode: t > show-paren-mode: t > delete-selection-mode: t > pc-selection-mode: t > cua-mode: t > tooltip-mode: t > mouse-wheel-mode: t > menu-bar-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > blink-cursor-mode: t > auto-encryption-mode: t > auto-compression-mode: t > column-number-mode: t > line-number-mode: t > transient-mark-mode: t > > Recent input: > - I N D E N T - R E G ^C > > > > ^H F > > > ^C > ^C > ^C > E L S E > : P R I N T SPC 6 > P R I N T SPC 8 I F SPC 1 =3D 1 : > P R I N T SPC 6 > ^C > > ^C > > > > > ^C > > I F SPC 0 =3D 0 : > > ^C ^C > =E2=8C=98Z > > ^C < ^C > ^C > SPC =E2=8C=98Z =E2=8C=98A =E2=8C=98C = > > I F SPC 0 =3D 0 : > ^C > =E2=8C=98A =E2=8C=98C = > ^C > =E2=8C=98Z > ^C ^C > =E2=8C=98Z =E2=8C=98Z =E2=8C=98Z =E2=8C=98Z = > ^C > > > > Recent messages: > Undo... > Undo! > Undo... > Undo! > Undo... > Undo! > Undo... > Undo! > Undo... > Undo! > > Load-path shadows: > /Users/dr/Library/Preferences/Aquamacs Emacs/Recent Files hides /=20 > Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/Recent =20 > Files > /Users/dr/Library/Preferences/Aquamacs Emacs/Preferences hides /=20 > Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/=20 > Preferences > /Users/dr/Library/Preferences/Aquamacs Emacs/places hides /Users/dr/=20= > Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/places > /Users/dr/Library/Preferences/Aquamacs Emacs/minibuffer-history =20 > hides /Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/=20 > minibuffer-history > /Users/dr/Library/Preferences/Aquamacs Emacs/frame-positions hides /=20= > Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/frame-=20 > positions > /Users/dr/Library/Preferences/Aquamacs Emacs/customizations hides /=20 > Users/dr/Library/Preferences/Aquamacs Emacs/Aquamacs Emacs2/=20 > customizations > /Users/dr/Library/Application Support/Aquamacs Emacs/JDEE/site-start =20= > hides /Library/Application Support/Aquamacs Emacs/SLIME/site-start > /Users/dr/Library/Application Support/Aquamacs Emacs/JDEE/site-start =20= > hides /Users/dr/ae.git/nextstep/Aquamacs.app/Contents/Resources/lisp/=20= > aquamacs/site-start > > Features: > (shadow sort mail-extr message ecomplete rfc822 mml mml-sec > password-cache mm-decode mm-bodies mm-encode mailcap mail-parse =20 > rfc2231 > rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc > mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash > mail-utils emacsbug jka-compr find-func python-mode info-look info > ansi-color compile animate eldoc slime-banner slime-asdf slime-fancy > slime-fontifying-fu slime-package-fu slime-references slime-xref-=20 > browser > slime-scratch slime-presentations slime-highlight-edits slime-fuzzy > slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc > slime-parse slime-repl slime derived apropos edmacro kmacro hideshow > hyperspec ess-help skeleton newcomment ess-toolbar ess-mous mouseme > browse-url ess-menu ess-swv ess-noweb noweb-font-lock-mode essl-bugs > essd-omg essl-omg essd-els essd-sas essl-sas essa-sas executable shell > essd-arc essd-vst essd-xls essl-lsp essd-sta essl-sta make-regexp > essd-sp6 essd-sp5 essd-sp3 essd-r essd-r-args essl-s ess-inf ess-utils > comint ess-mode noweb-mode ess ess-cust ess-emcs ess-site cc-mode > cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs > log-edit ring pcvs-util add-log diff-mode vc vc-dispatcher pp > multi-isearch vc-git which-func imenu slime-autoloads load-emacs-=20 > plugins > aquamacs-mode-defaults auctex-config server tex-site smart-dnd > aquamacs-aux savehist mouse-sel one-buffer-one-frame > smart-frame-positioning drews_init color-theme-autoloads saveplace > visual-line aquamacs-bug aquamacs-autoface-mode aquamacs-editing > sendmail recentf tree-widget cus-edit osxkeys emulate-mac-keyboard-=20 > mode > frame-cmds strings misc-fns thingatpt+ thingatpt frame-fns avoid > aquamacs-mac-fontsets fit-frame aquamacs-frame-setup aquamacs-tabbar > tabbar-window cl cl-19 tabbar easy-mmode cus-start cus-load > load-emacs-pre-plugins aquamacs-site-start cocoa-compatibility =20 > filladapt > aquamacs-redo check-for-updates aquamacs-menu osx_defaults > aquamacs-tool-bar aquamacs mac-extra-functions aquamacs-tools > aquamacs-macros parse-time timezone time-date paren delsel pc-select > cua-base wid-edit regexp-opt advice advice-preload byte-opt bytecomp > byte-compile debug help-fns help-mode view image-file disp-table =20 > tooltip > ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu tool-bar =20= > dnd > fontset image fringe lisp-mode register page menu-bar rfn-eshadow =20 > timer > select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu > font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan > thai tai-viet lao korean japanese hebrew greek romanian slovak czech > european ethiopic indian cyrillic chinese case-table epa-hook > jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces > cus-face files text-properties overlay md5 base64 format env code-=20 > pages > mule custom widget hashtable-print-readable backquote > make-network-process ns multi-tty emacs) > > Command line: (/Users/dr/ae.git/nextstep/Aquamacs.app/Contents/MacOS/=20= > Aquamacs) > > PATH: /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/=20= > opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/=20 > Versions/Current/bin:/opt/local/lib/postgresql82/bin:/opt/local/bin:/=20= > opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/=20 > local/git/bin:/usr/texbin:/usr/X11/bin:/Users/dr/Applications:/Users/=20= > dr/Applications/bin:/Users/dr/Projects/openccg/bin:/usr/texbin/=20 > powerpc-apple-darwin-current:/usr/local/git/bin:/Developer/Platforms/=20= > iPhoneFOSS.platform/Developer/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/=20= > texbin:/usr/local/texlive/2009/bin > > exec-path: (/opt/local/bin /opt/local/sbin /opt/local/bin /opt/local/=20= > sbin /opt/local/bin /opt/local/sbin /Library/Frameworks/=20 > Python.framework/Versions/Current/bin /opt/local/lib/postgresql82/=20 > bin /opt/local/bin /opt/local/sbin /usr/bin /bin /usr/sbin /sbin /=20 > usr/local/bin /usr/local/git/bin /usr/texbin /usr/X11/bin /Users/dr/=20= > Applications /Users/dr/Applications/bin /Users/dr/Projects/openccg/=20 > bin /usr/texbin/powerpc-apple-darwin-current /usr/local/git/bin /=20 > Developer/Platforms/iPhoneFOSS.platform/Developer/bin /usr/bin /bin /=20= > usr/sbin /sbin /Users/dr/ae.git/nextstep/Aquamacs.app/Contents/MacOS/=20= > bin /usr/local/texlive/2009/bin) > > From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 12 16:10:28 2012 Received: (at 6057-done) by debbugs.gnu.org; 12 Dec 2012 21:10:28 +0000 Received: from localhost ([127.0.0.1]:39537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TitZT-00084p-Um for submit@debbugs.gnu.org; Wed, 12 Dec 2012 16:10:28 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:45482) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TitZS-00084j-G1 for 6057-done@debbugs.gnu.org; Wed, 12 Dec 2012 16:10:27 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TitYf-0001iH-4I; Wed, 12 Dec 2012 16:09:37 -0500 From: Glenn Morris To: 6057-done@debbugs.gnu.org Subject: Re: bug#6057: 23: py-indent-region broken References: <8554C113-BAB1-4A76-BA32-9AB2FC7FE9B7@gmail.com> X-Spook: MP5K-SD SDI BCCI Aladdin AMW Waco, Texas Honduras X-Ran: jP#xyp/=b`cfEo_SE}0m'hmN0VWtmgoy?[oY)-HHiL=>(XB,K112-1x.X&{~Jy,OlrK7C. X-Hue: green X-Attribution: GM Date: Wed, 12 Dec 2012 16:09:36 -0500 In-Reply-To: <8554C113-BAB1-4A76-BA32-9AB2FC7FE9B7@gmail.com> (David Reitter's message of "Tue, 27 Apr 2010 21:50:52 -0400") Message-ID: <4wvcc7vuy7.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 6057-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.0 (-----) Version: 24.3 I don't know what command C-c TAB was supposed to run (python-find-imports in 23.1), and there's never been a "py-indent-region" command in Emacs AFAICS; but using M-x indent-region on this example seems t DTRT now AFAICS. From unknown Tue Sep 09 13:16:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Jan 2013 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator