From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Frazer Newsgroups: gmane.emacs.help Subject: Re: How to use etags-select Date: Tue, 25 Sep 2007 11:41:23 -0400 Organization: Ye 'Ol Disorganized NNTPCache groupie Message-ID: <1190734883.476040@sj-nntpcache-3.cisco.com> References: <1185011823.491178.262070@d55g2000hsg.googlegroups.com> <1185197038.360649@sj-nntpcache-3.cisco.com> <1185265027.418651.315530@m3g2000hsh.googlegroups.com> <1185296113.195452@sj-nntpcache-3.cisco.com> <1185550332.397562.17110@b79g2000hse.googlegroups.com> <1185561317.788809@sj-nntpcache-2.cisco.com> <1188648321.765941.18960@y42g2000hsy.googlegroups.com> <1188912686.245407@sj-nntpcache-2.cisco.com> <1188921369.769489@sj-nntpcache-3.cisco.com> <1188980849.574940.72080@o80g2000hse.googlegroups.com> <1189269664.714541.247600@50g2000hsm.googlegroups.com> <1189434792.450554@sj-nntpcache-3.cisco.com> <1189850582.840136.296170@r29g2000hsg.googlegroups.com> <1190120923.600388@sj-nntpcache-2.cisco.com> <1190215377.360258.16490@d55g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190738445 6610 80.91.229.12 (25 Sep 2007 16:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 25 Sep 2007 16:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 25 18:40:41 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 1IaDSf-0001Vl-8R for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Sep 2007 18:40:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaDSc-0002TJ-DA for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Sep 2007 12:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!out02b.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!cycny01.gnilink.net!hwmnpeer01.lga!news.highwinds-media.com!hw-filter.phx!newsfe09.phx.POSTED!53ab2750!not-for-mail User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) Original-Newsgroups: gnu.emacs.help In-Reply-To: <1190215377.360258.16490@d55g2000hsg.googlegroups.com> Cache-Post-Path: sj-nntpcache-3.cisco.com!unknown@dhcp-64-102-76-175.cisco.com X-Cache: nntpcache 3.0.2 (see http://www.nntpcache.com/) Original-Lines: 20 Original-NNTP-Posting-Host: 171.70.140.16 Original-X-Complaints-To: newsadmin@cisco.com Original-X-Trace: newsfe09.phx 1190734883 171.70.140.16 (Tue, 25 Sep 2007 08:41:23 MST) Original-NNTP-Posting-Date: Tue, 25 Sep 2007 08:41:23 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:152334 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:47844 Archived-At: Rafal Kurcz wrote: > Great thanks Scott. > I'm using Your tool a lot. It is realy powerful now. > I found another issue that may work better in my opinion. > > When I create the new window with "C-x 3" and then execute etags- > select-find-tag-at-point then it uses my newly created window to show > the list of tags and closes it after jumping to the code point. After > this operation I have 1 window on my screen. It would be nice the > etags-select to work as follows: > 1. Always create the new window for the list of tags and close it > after jumping to the code point. > OR > 2. Use another window for the list of tags and restore it's content > after jumping to code point. > New version is on the wiki. Scott