From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112104: * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word syntax. Date: Fri, 22 Mar 2013 15:13:09 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <871ub7xn7e.fsf@lifelogs.com> References: <87wqt0xqiy.fsf@lifelogs.com> <87sj3ny4ca.fsf@lifelogs.com> <87ehf7zid3.fsf@fleche.redhat.com> <87obeby2ph.fsf@lifelogs.com> <878v5fxzjg.fsf@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363979614 5599 80.91.229.3 (22 Mar 2013 19:13:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 19:13:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 22 20:13:54 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UJ7PV-0004Xe-Gq for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2013 20:13:53 +0100 Original-Received: from localhost ([::1]:39289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ7P7-0003v1-Sq for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2013 15:13:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ7P4-0003uL-DZ for emacs-devel@gnu.org; Fri, 22 Mar 2013 15:13:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ7P1-0008KY-Si for emacs-devel@gnu.org; Fri, 22 Mar 2013 15:13:26 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ7P1-0008KG-MT for emacs-devel@gnu.org; Fri, 22 Mar 2013 15:13:23 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UJ7PL-0004RX-GV for emacs-devel@gnu.org; Fri, 22 Mar 2013 20:13:43 +0100 Original-Received: from pool-72-70-75-213.bstnma.east.verizon.net ([72.70.75.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Mar 2013 20:13:43 +0100 Original-Received: from tzz by pool-72-70-75-213.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Mar 2013 20:13:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-70-75-213.bstnma.east.verizon.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:CyQZ7BwTtGzkEY/D1BLJOmW2rpo= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158067 Archived-At: On Fri, 22 Mar 2013 13:30:22 -0400 Stefan Monnier wrote: >> Yes! In particular, context expressions in CFEngine are things like >> "a_b_c.d_e" and it's a pain to skip over them with the usual `M-f' or >> CUA keybindings. SM> I use C-M-f, C-M-b, C-M-t for that. Right. Well, do you want me to work on the symbol-word minor mode or will you? It seems like a pretty useful change. >> I modified cfengine.el to use \_< and \_> for all the regular >> expressions; can you take a look at the attached patch and see if it's >> closer to the expected behavior? SM> That looks right, yes, thank you, Great, pushed. Thank you for the patient explanation. Ted