From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Treseler Newsgroups: gmane.emacs.help Subject: Re: VHDL and Emacs (My experience) Date: Mon, 14 May 2007 10:07:19 -0700 Message-ID: <5arja8F2poodpU1@mid.individual.net> References: <86r6povroi.fsf@harnisch.dyndns.org> <1178889482.456786.95810@u30g2000hsc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179166835 5245 80.91.229.12 (14 May 2007 18:20:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 May 2007 18:20:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 14 20:20:33 2007 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 1Hnf9q-0007f6-On for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2007 20:20:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HnfHd-0005nM-2r for geh-help-gnu-emacs@m.gmane.org; Mon, 14 May 2007 14:28:33 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.lang.vhdl,gnu.emacs.help Original-Lines: 20 Original-X-Trace: individual.net nWBYnyLoo54ZNANXapaM9QFQsy8Oj5VPT2SCp0IvX7ISWQEuqv User-Agent: Thunderbird 1.5.0.10 (X11/20060911) In-Reply-To: <1178889482.456786.95810@u30g2000hsc.googlegroups.com> Original-Xref: shelby.stanford.edu comp.lang.vhdl:66793 gnu.emacs.help:148384 X-Mailman-Approved-At: Mon, 14 May 2007 14:22:30 -0400 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:43980 Archived-At: Andy wrote: > I had to set another couple of > options to get it to treat the selected text as "pending delete" too. I do that with query-replace. > I just wish there was a handy way to select a word or phrase in the > code and then search for other occurrences of it, with minimal > additional typing. There probably is, but I just don't know it yet! Like most tasks, it's easy once you know how to do it :) C-s Then type enough letters to see the instances light up. C-s again to jump to the next instance, etc. -- Mike Treseler