From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sayth Renshaw Newsgroups: gmane.emacs.help Subject: Re: Best way to find and jump to tags and elements Date: Sat, 10 Jan 2015 15:30:01 -0800 (PST) Message-ID: <76b290e4-7fbb-4f06-a401-2cf29e9ce091@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1420932625 24269 80.91.229.3 (10 Jan 2015 23:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Jan 2015 23:30:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 11 00:30:21 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YA5U4-0007HS-Ja for geh-help-gnu-emacs@m.gmane.org; Sun, 11 Jan 2015 00:30:20 +0100 Original-Received: from localhost ([::1]:56464 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YA5U4-0000kb-0n for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2015 18:30:20 -0500 X-Received: by 10.50.12.42 with SMTP id v10mr7860263igb.0.1420932602991; Sat, 10 Jan 2015 15:30:02 -0800 (PST) X-Received: by 10.50.7.100 with SMTP id i4mr142626iga.11.1420932602905; Sat, 10 Jan 2015 15:30:02 -0800 (PST) Original-Path: usenet.stanford.edu!h15no2045998igd.0!news-out.google.com!qk8ni2634igc.0!nntp.google.com!h15no2957279igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=58.166.87.29; posting-account=5Cd8QAoAAAC6AxpkrISTgUBJ9ktgwNBm Original-NNTP-Posting-Host: 58.166.87.29 User-Agent: G2/1.0 Injection-Date: Sat, 10 Jan 2015 23:30:02 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209711 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101991 Archived-At: On Sunday, 11 January 2015 09:43:17 UTC+11, Sayth Renshaw wrote: > Hi > > Using emacs 24.4. > > What is the best way to search and jump to tags and elements especially in html and css. > > so if I had a div id in my html #chocolate and I want to edit the css associated with this in its separate styles/styles.css file what would be the best way. > > Is there a CTRL-P fuzzy match type search option to jump around? > > Many thanks > > Sayth Well the new isearch definetely does this for in document searching. http://ergoemacs.org/emacs/emacs_search_current_word.html