From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: CamelHump word movement in Emacs Date: Fri, 20 Nov 2009 09:22:17 -0500 Message-ID: References: <873a4akikh.fsf@thinkpad.tsdh.de> <87skcaevsk.fsf@mandingo.thematica.it> <87y6m2ixl4.fsf@thinkpad.tsdh.de> <87aayipbbi.fsf@thinkpad.tsdh.de> <873a49wtcw.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258727028 15159 80.91.229.12 (20 Nov 2009 14:23:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 14:23:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Giuseppe Scrivano Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 15:23:41 2009 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 1NBUOZ-0008St-RE for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 15:23:32 +0100 Original-Received: from localhost ([127.0.0.1]:56325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBUOZ-0003ZJ-9Q for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 09:23:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBUNW-0002fN-Bd for emacs-devel@gnu.org; Fri, 20 Nov 2009 09:22:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBUNR-0002a6-F6 for emacs-devel@gnu.org; Fri, 20 Nov 2009 09:22:25 -0500 Original-Received: from [199.232.76.173] (port=56793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBUNP-0002ZX-JL for emacs-devel@gnu.org; Fri, 20 Nov 2009 09:22:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:31292 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBUNN-0005x3-M8; Fri, 20 Nov 2009 09:22:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEABI1BkvO+IIa/2dsb2JhbACBTtMbhDwEiXs X-IronPort-AV: E=Sophos;i="4.44,777,1249272000"; d="scan'208";a="49727273" Original-Received: from 206-248-130-26.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.26]) by ironport2-out.pppoe.ca with ESMTP; 20 Nov 2009 09:22:17 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 15C1380E3; Fri, 20 Nov 2009 09:22:17 -0500 (EST) In-Reply-To: <873a49wtcw.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Fri, 20 Nov 2009 08:25:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117356 Archived-At: > I've grepped all code, and it seems to be only cc-mode. That was my impression as well. > There, I changed the code to use the new names. Great, thanks. >> Also, I'd prefer to rename the functions so that they all share >> a `subword-' prefix. > In general I agree, but in this case I think fitting to naming of the > word movement functions is more desirable. No, this is a separate package not part of the core, so it has to follow the coding convention of using a distinguished prefix. Stefan