From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: CamelHump word movement in Emacs Date: Fri, 20 Nov 2009 16:34:41 +0100 Message-ID: <874oopus4u.fsf@thinkpad.tsdh.de> References: <873a4akikh.fsf@thinkpad.tsdh.de> <87skcaevsk.fsf@mandingo.thematica.it> <87y6m2ixl4.fsf@thinkpad.tsdh.de> <87aayipbbi.fsf@thinkpad.tsdh.de> <87tywpgrls.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258731311 31132 80.91.229.12 (20 Nov 2009 15:35:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 15:35:11 +0000 (UTC) Cc: Giuseppe Scrivano , Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 16:35:04 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 1NBVVn-0002OC-DI for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 16:35:03 +0100 Original-Received: from localhost ([127.0.0.1]:57829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBVVm-0007UD-Uh for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 10:35:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBVVg-0007QI-B6 for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:34:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBVVb-0007KO-7L for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:34:55 -0500 Original-Received: from [199.232.76.173] (port=60779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBVVb-0007K9-03 for emacs-devel@gnu.org; Fri, 20 Nov 2009 10:34:51 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:34584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBVVW-00037L-Sj; Fri, 20 Nov 2009 10:34:47 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 35BFDC1050; Fri, 20 Nov 2009 10:34:46 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 20 Nov 2009 10:34:46 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=Y+Dz6ykhuFswYoB+A1givNiZuhI=; b=bfUY/1D2d6qpKPuoBPw6RjyGJKthW9NyaGB9EYm9CF64n9SiSel5y70KHaCt61OcviiS3kX2nDqpTkTnSaQgm5T5lsqMI43E/Gcayr9PTWdG8RifQjdnmqVEQIncVxvUy9QBlcNU2KualsnxHSnnw4m/Y72fG0AD7cABtHs0Db8= X-Sasl-enc: 2hZM2IY8vEA+AjJhmZlOsfwjy54r5IvqBQDcpeEb2edj 1258731285 Original-Received: from thinkpad.tsdh.de (p54AF24EE.dip0.t-ipconnect.de [84.175.36.238]) by mail.messagingengine.com (Postfix) with ESMTPA id 60C314B4651; Fri, 20 Nov 2009 10:34:44 -0500 (EST) Mail-Copies-To: never Mail-Followup-To: Chong Yidong , emacs-devel@gnu.org, Giuseppe Scrivano , Stefan Monnier In-Reply-To: <87tywpgrls.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 20 Nov 2009 10:09:51 -0500") 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:117363 Archived-At: Chong Yidong writes: Hi! >> 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. I don't think so. CamelCase in words is common in programming languages, but not restricted to them. I enabled global-subword-mode, because I want this behavior also when writing mail or plain text files. Of course, YMMV, and if you still think it should go into progmodes/, I'll move it there. Bye, Tassilo