From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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 13:30:22 -0400 Message-ID: References: <87wqt0xqiy.fsf@lifelogs.com> <87sj3ny4ca.fsf@lifelogs.com> <87ehf7zid3.fsf@fleche.redhat.com> <87obeby2ph.fsf@lifelogs.com> <878v5fxzjg.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363973432 6285 80.91.229.3 (22 Mar 2013 17:30:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 17:30:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 22 18:30:59 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 1UJ5ns-0000t1-W1 for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2013 18:30:57 +0100 Original-Received: from localhost ([::1]:48575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5nV-00069j-8f for ged-emacs-devel@m.gmane.org; Fri, 22 Mar 2013 13:30:33 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5nR-00069e-Rz for emacs-devel@gnu.org; Fri, 22 Mar 2013 13:30:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJ5nM-00058m-VT for emacs-devel@gnu.org; Fri, 22 Mar 2013 13:30:29 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:37143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ5nM-00058B-R7 for emacs-devel@gnu.org; Fri, 22 Mar 2013 13:30:24 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r2MHUMX0020514; Fri, 22 Mar 2013 13:30:23 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7B6C867C05; Fri, 22 Mar 2013 13:30:22 -0400 (EDT) In-Reply-To: <878v5fxzjg.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 22 Mar 2013 10:46:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4526=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4526> : streams <925795> : uri <1373634> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:158066 Archived-At: > 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. I use C-M-f, C-M-b, C-M-t for that. > 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? That looks right, yes, thank you, Stefan