From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: How can I put the '_' into the elements that form a word use by forward-word? Date: Thu, 20 Nov 2008 14:33:51 -0800 Message-ID: <007601c94b60$10314da0$c2b22382@us.oracle.com> References: <32387729.10211227198536100.JavaMail.coremail@yeahapp3.yeah.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227220474 6840 80.91.229.12 (20 Nov 2008 22:34:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2008 22:34:34 +0000 (UTC) To: "'mgx0018'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 23:35:36 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3I7T-00085u-Vx for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 23:35:28 +0100 Original-Received: from localhost ([127.0.0.1]:58484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3I6L-00077f-7b for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2008 17:34:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3I60-00077J-Dj for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 17:33:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3I5y-000777-Vo for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 17:33:56 -0500 Original-Received: from [199.232.76.173] (port=41816 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3I5y-000774-QR for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 17:33:54 -0500 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:21113) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3I5y-0000fs-EQ for help-gnu-emacs@gnu.org; Thu, 20 Nov 2008 17:33:54 -0500 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAKMXcf6012467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Nov 2008 22:33:39 GMT Original-Received: from acsmt700.oracle.com (acsmt700.oracle.com [141.146.40.70]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAKMY3hs008991; Thu, 20 Nov 2008 22:34:05 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 20 Nov 2008 14:33:47 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AclLX1Br5wXMcj0uT8Cf67yIxY9fUwAAHZ/g In-Reply-To: <32387729.10211227198536100.JavaMail.coremail@yeahapp3.yeah.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt700.oracle.com [141.146.40.70] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4925E5CD.00E6:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59983 Archived-At: > In our project, there are many variables like "AA_BB_CC", the word > have many '_' in > it. If the point is before AA, I only move to > the point that before first "_" when use forward-word, > How can I move to the point after CC used forward-word directly? > In other word, How can I put "_" into the elements that form a word, > It make the forward-word to recognize AA_BB_CC is one word, not three word? Use forward-symbol, not forward-word. Or change the syntax class of _ from word-constituent to symbol-constituent. [Please use plain text, not HTML, mail for this mailing list.]