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: Python mode and M-q Date: Fri, 2 Mar 2007 03:35:37 +0200 Message-ID: <200703020335.38363.pogonyshev@gmx.net> References: <200702270036.40588.pogonyshev@gmx.net> <200703012044.57441.pogonyshev@gmx.net> 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 1172798823 12755 80.91.229.12 (2 Mar 2007 01:27:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Mar 2007 01:27:03 +0000 (UTC) Cc: Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 02 02:26:55 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 1HMwXt-00081k-Ut for ged-emacs-devel@m.gmane.org; Fri, 02 Mar 2007 02:26:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMwXt-0004Fe-0T for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 20:26:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMwXf-0004Cv-PT for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:26:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMwXe-0004AI-Jo for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:26:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMwXe-0004A8-Dk for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:26:38 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.52) id 1HMwXd-0007Gc-TI for emacs-devel@gnu.org; Thu, 01 Mar 2007 20:26:38 -0500 Original-Received: (qmail invoked by alias); 02 Mar 2007 01:26:35 -0000 X-Provags-ID: V01U2FsdGVkX19RjfJr5tFRwXWFdUlHwMlCkmRLXreN72eHaTgTPw 6IdUucFT1ro/Qb User-Agent: KMail/1.7.2 In-Reply-To: <200703012044.57441.pogonyshev@gmx.net> 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:67182 Archived-At: I wrote: > Stefan Monnier wrote: > > >> > It would be great if Python mode didn't touch string boundaries if > > >> > M-q is invoked inside a string. For instance, currently > > >> > > >> > """ > > >> > Some documentation. > > >> > """ > > >> > > >> > is turned into > > >> > > >> > """ Some documentation. """ > > >> > > >> > If M-q command is issued. > > >> > > >> I believe I've fixed it, tho maybe not for all possible cases. > > > > > I'd appreciate if you commtted your changes. > > > > Sorry, I didn't notice that my commit failed. It should be committed now. > > Works fine, at least on my code. Thanks. Hm. Any reason it would not work after restarting Emacs (including with -Q) but works OK after evaluating `python.el'? I believe Emacs is properly installed, but to check, how do I find out which `python.el' it reads? Paul