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: Thu, 1 Mar 2007 20:44:57 +0200 Message-ID: <200703012044.57441.pogonyshev@gmx.net> References: <200702270036.40588.pogonyshev@gmx.net> <200703010052.09002.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 1172774190 15143 80.91.229.12 (1 Mar 2007 18:36:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 18:36:30 +0000 (UTC) Cc: Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 19:36:21 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 1HMq8a-0001Nh-7l for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 19:36:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMq8c-0001sT-4q for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 13:36:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMq8P-0001qZ-Io for emacs-devel@gnu.org; Thu, 01 Mar 2007 13:36:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMq8L-0001pp-2X for emacs-devel@gnu.org; Thu, 01 Mar 2007 13:36:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMq8L-0001pm-0V for emacs-devel@gnu.org; Thu, 01 Mar 2007 13:36:05 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.52) id 1HMq8K-00032m-HF for emacs-devel@gnu.org; Thu, 01 Mar 2007 13:36:04 -0500 Original-Received: (qmail invoked by alias); 01 Mar 2007 18:36:03 -0000 X-Provags-ID: V01U2FsdGVkX18Mq1xfTqoMfxQP/7G8ycJsKtBLX3UuK51uErG07b luNL4jO6S6HAT4 User-Agent: KMail/1.7.2 In-Reply-To: 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:67159 Archived-At: 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. Paul