From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: CamelHump word movement in Emacs Date: Fri, 20 Nov 2009 15:43:11 +0200 Message-ID: <83r5rtpb0w.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1258724615 6117 80.91.229.12 (20 Nov 2009 13:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 13:43:35 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@IRO.UMontreal.CA, gscrivano@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 14:43:27 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 1NBTln-00043n-C0 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 14:43:27 +0100 Original-Received: from localhost ([127.0.0.1]:44786 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBTlm-0000rV-Pf for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 08:43:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBTlf-0000r7-V4 for emacs-devel@gnu.org; Fri, 20 Nov 2009 08:43:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBTla-0000qX-PX for emacs-devel@gnu.org; Fri, 20 Nov 2009 08:43:18 -0500 Original-Received: from [199.232.76.173] (port=34339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBTla-0000qU-KP for emacs-devel@gnu.org; Fri, 20 Nov 2009 08:43:14 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:43946) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBTlX-0007Qp-Ib; Fri, 20 Nov 2009 08:43:11 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KTE00300SBWL200@a-mtaout20.012.net.il>; Fri, 20 Nov 2009 15:43:05 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KTE00HARU3Q1N61@a-mtaout20.012.net.il>; Fri, 20 Nov 2009 15:43:03 +0200 (IST) In-reply-to: <873a49wtcw.fsf@thinkpad.tsdh.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:117349 Archived-At: > From: Tassilo Horn > Date: Fri, 20 Nov 2009 08:25:19 +0100 > Cc: Giuseppe Scrivano , emacs-devel@gnu.org > > Stefan Monnier writes: > > >> Is it ok to commit? > > > > It needs to add some compatibility aliases or adjust the CC-mode (and > > maybe other?) code that refers to those functions with their old name. > > I've grepped all code, and it seems to be only cc-mode. There, I > changed the code to use the new names. > > > 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. > > I'll try to compile emacs with those changes now, and then I'll commit. It looks like you didn't make the necessary changes in lisp/Makefile.in and lisp/makefile.w32-in. They still refer to cc-subword.el and cc-subword.elc.