From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: CamelHump word movement in Emacs Date: Fri, 20 Nov 2009 10:09:51 -0500 Message-ID: <87tywpgrls.fsf@stupidchicken.com> References: <873a4akikh.fsf@thinkpad.tsdh.de> <87skcaevsk.fsf@mandingo.thematica.it> <87y6m2ixl4.fsf@thinkpad.tsdh.de> <87aayipbbi.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 1258729817 25412 80.91.229.12 (20 Nov 2009 15:10:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 15:10:17 +0000 (UTC) Cc: Giuseppe Scrivano , Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 16:10:10 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 1NBV7h-0006Mb-HF for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 16:10:09 +0100 Original-Received: from localhost ([127.0.0.1]:47483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBV7g-0004bC-M8 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 10:10:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBV7a-0004XT-6m for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:10:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBV7V-0004Sp-BI for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:10:01 -0500 Original-Received: from [199.232.76.173] (port=41121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBV7V-0004Sa-8V for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:09:57 -0500 Original-Received: from pantheon-po24.its.yale.edu ([130.132.50.118]:38879) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBV7Q-0007A7-Sq; Fri, 20 Nov 2009 10:09:53 -0500 Original-Received: from furry (adsl-99-58-202-243.dsl.wlfrct.sbcglobal.net [99.58.202.243]) (authenticated bits=0) by pantheon-po24.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nAKF9p3x013895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 20 Nov 2009 10:09:51 -0500 Original-Received: by furry (Postfix, from userid 1000) id 2F80DC071; Fri, 20 Nov 2009 10:09:51 -0500 (EST) In-Reply-To: <87aayipbbi.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 19 Nov 2009 20:24:33 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:117361 Archived-At: Tassilo Horn writes: > Ok, here it is (attached to this mail). I removed all cc-mode > dependencies (which were all about XEmacs and old emacs version > compatibility anyway). The file should go into progmodes/, not the main lisp/ directory.