From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rustom Newsgroups: gmane.emacs.help Subject: Re: search for identifier at point Date: Thu, 19 Aug 2010 06:04:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <5457dcd2-2a11-4c19-b562-1f7f7cb2db98@m17g2000prl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291859287 8868 80.91.229.12 (9 Dec 2010 01:48:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 01:48:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 02:48:01 2010 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.69) (envelope-from ) id 1PQVby-0003Px-4t for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 02:47:58 +0100 Original-Received: from localhost ([127.0.0.1]:52627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQVbx-0004dC-Cw for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 20:47:57 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!u31g2000pru.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 116.73.35.230 Original-X-Trace: posting.google.com 1282223086 12657 127.0.0.1 (19 Aug 2010 13:04:46 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 19 Aug 2010 13:04:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u31g2000pru.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180830 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:76412 Archived-At: On Aug 19, 5:56=A0pm, Marc Mientki wrote: > Am 19.08.2010 14:51, schrieb rustom: > > > Is there any (simple) way when I am navigating a file to search for > > occurrences of identifier at point? > > In other words I want find-tag without having tags but just the mode's > > notion of identifier > > Incremental search? > C-s C-w at begin of indentifier. > > regards > Marc