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 16:36:53 -0500 Message-ID: <8763947ua2.fsf@stupidchicken.com> 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> <874oopus4u.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 1258753037 9983 80.91.229.12 (20 Nov 2009 21:37:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 21:37: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 22:37: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 1NBbAD-00041i-O2 for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 22:37:10 +0100 Original-Received: from localhost ([127.0.0.1]:33575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBbAD-0003c8-Bv for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 16:37:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBbA7-0003bt-DK for emacs-devel@gnu.org; Fri, 20 Nov 2009 16:37:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBbA2-0003bJ-SV for emacs-devel@gnu.org; Fri, 20 Nov 2009 16:37:02 -0500 Original-Received: from [199.232.76.173] (port=33768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBbA2-0003bG-Lb for emacs-devel@gnu.org; Fri, 20 Nov 2009 16:36:58 -0500 Original-Received: from pantheon-po45.its.yale.edu ([130.132.50.79]:54483) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBb9z-0004t4-TC; Fri, 20 Nov 2009 16:36:56 -0500 Original-Received: from furry (dhcp-18-111-38-36.dyn.mit.edu [18.111.38.36]) (authenticated bits=0) by pantheon-po45.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id nAKLarJ4029454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 20 Nov 2009 16:36:54 -0500 Original-Received: by furry (Postfix, from userid 1000) id C4B0CC071; Fri, 20 Nov 2009 16:36:53 -0500 (EST) In-Reply-To: <874oopus4u.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Fri, 20 Nov 2009 16:34:41 +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:117381 Archived-At: Tassilo Horn writes: > 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. The cap-words, glasses, and hideshow packages are also in progmodes/. Being in that directory does not mean the package is *only* useful for programming, just that it's mostly useful for it. Subword mode should go into progmodes/.