From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jrwats Newsgroups: gmane.emacs.help Subject: jump to end of search substring Date: Tue, 17 Feb 2009 18:12:25 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234924899 18017 80.91.229.12 (18 Feb 2009 02:41:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 02:41:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 03:42:54 2009 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 1LZcOf-0001FX-Vm for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2009 03:42:50 +0100 Original-Received: from localhost ([127.0.0.1]:56033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZcNL-00005y-Vz for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Feb 2009 21:41:28 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g1g2000pra.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 131.107.0.104 Original-X-Trace: posting.google.com 1234923145 15222 127.0.0.1 (18 Feb 2009 02:12:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 18 Feb 2009 02:12:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g1g2000pra.googlegroups.com; posting-host=131.107.0.104; posting-account=bFjqRgoAAAA1g2eFs8HouoaeO5EHoWR2 User-Agent: G2/1.0 X-HTTP-Via: 1.1 RED-PRXY-30 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022; InfoPath.2),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166863 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:62171 Archived-At: When you search for a substring in a word such as 'eLong' in someLongStringVarName the cursor is placed at the beginning of the search predicate (in the example that'd be the first 'e') Is there a commadn that can set the cursor to the end of the substring searched for (the 'g' or 'V' in the example)? Thanks!