From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#11899: 24.1.50; Weird names and unhelpful docstrings for some python function Date: Fri, 13 Jul 2012 13:02:33 +0800 Message-ID: <87y5mogsnq.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1342155812 27504 80.91.229.3 (13 Jul 2012 05:03:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2012 05:03:32 +0000 (UTC) Cc: Ivan Andrus , "=?UTF-8?Q?Fabi=C3=A1n?= E. Gallina" , 11899@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 13 07:03:31 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpY2M-0000Ho-PD for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 07:03:30 +0200 Original-Received: from localhost ([::1]:56365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpY2M-00058l-2k for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Jul 2012 01:03:30 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpY2J-00058a-Qg for bug-gnu-emacs@gnu.org; Fri, 13 Jul 2012 01:03:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpY2J-0003uC-07 for bug-gnu-emacs@gnu.org; Fri, 13 Jul 2012 01:03:27 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpY2I-0003u8-T9 for bug-gnu-emacs@gnu.org; Fri, 13 Jul 2012 01:03:26 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SpY7i-0000th-BX for bug-gnu-emacs@gnu.org; Fri, 13 Jul 2012 01:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 13 Jul 2012 05:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11899 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11899-submit@debbugs.gnu.org id=B11899.13421561003394 (code B ref 11899); Fri, 13 Jul 2012 05:09:02 +0000 Original-Received: (at 11899) by debbugs.gnu.org; 13 Jul 2012 05:08:20 +0000 Original-Received: from localhost ([127.0.0.1]:38110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpY70-0000se-LC for submit@debbugs.gnu.org; Fri, 13 Jul 2012 01:08:19 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58689) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpY6x-0000sT-LU for 11899@debbugs.gnu.org; Fri, 13 Jul 2012 01:08:16 -0400 Original-Received: from [155.69.18.139] (port=40040 helo=ulysses) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1SpY1X-00056K-61; Fri, 13 Jul 2012 01:02:39 -0400 In-Reply-To: (Stefan Monnier's message of "Tue, 10 Jul 2012 18:23:57 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61873 Archived-At: Stefan Monnier writes: >> python-nav-sentence-start >> python-nav-sentence-end >> python-nav-forward-sentence >> python-nav-backward-sentence >> have weird names in the sense that they don't move by sentences. > > Indeed, thanks for catching that. Fabi=C3=A1n, can you take a look at it? For consistency with the rest of the Emacs code base, I suggest dropping the `nav', since other modes don't use that naming convention. As for the bug report, I don't have an opinion on whether it should be `python-sentence-start' or `python-statement-start'. If the former, it would be nice if the docstring explains what "sentence" means in the Python context.