From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: CamelHump word movement in Emacs Date: Fri, 20 Nov 2009 08:10:49 -0800 (PST) Message-ID: <200911201610.nAKGAnVX024430@godzilla.ics.uci.edu> 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 1258733752 7847 80.91.229.12 (20 Nov 2009 16:15:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 16:15:52 +0000 (UTC) Cc: Giuseppe Scrivano , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 17:15:45 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 1NBW9A-00072V-0A for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 17:15:44 +0100 Original-Received: from localhost ([127.0.0.1]:36887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBW99-00073w-7i for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 11:15:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBW7a-0006aR-Ok for emacs-devel@gnu.org; Fri, 20 Nov 2009 11:14:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBW7V-0006Yo-Li for emacs-devel@gnu.org; Fri, 20 Nov 2009 11:14:06 -0500 Original-Received: from [199.232.76.173] (port=60135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBW7V-0006YW-10 for emacs-devel@gnu.org; Fri, 20 Nov 2009 11:14:01 -0500 Original-Received: from paul-mcgann-v0.ics.uci.edu ([128.195.1.147]:53797) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBW7S-0000Tw-Fb; Fri, 20 Nov 2009 11:13:58 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by paul-mcgann-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nAKGAnNk001187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Nov 2009 08:10:49 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nAKGAnVX024430; Fri, 20 Nov 2009 08:10:49 -0800 (PST) In-Reply-To: <87aayipbbi.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 19 Nov 2009 20:24:33 +0100") Original-Lines: 20 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nAKGAnNk001187 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117364 Archived-At: Tassilo Horn writes: > Stefan Monnier writes: > > Hi Stefan, > > >> I think this feature is generally useful and has nothing to do with > >> C, so I propose to rename it (and its commands and the file) to > >> `subword-mode' or `camelcase-mode'. > > > > IIRC the same suggestion to make it generic came up right around the > > Emacs-23 freeze, which is why it didn't happen. If someone wants to > > make this generic *right now* he'd better hurry. > > 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). BTW, I think this mode should also be listed in `mode-line-mode-menu', glasses-mode which helps in similar ways is listed there.