bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gtags.el : find tag in other window


From: Shigio YAMAGUCHI
Subject: Re: gtags.el : find tag in other window
Date: Mon, 25 Aug 2008 19:58:00 +0900

On Thu, 21 Aug 2008 12:47:40 +0200
address@hidden wrote:

> Hello,
> 
> People like me who use split windows often in emacs will find this patch 
> useful. This patch introduces
> gtags-find-tag-other-window (bound to C-x-4-.) which is like 
> find-tag-other-window for etags.
> 
> It also creates a keybinding of C-o in GTAGS SELECT buffer which can be used 
> to split 
> windows, analogous to list-buffers window in emacs. Please include this patch 
> in the next
> release of global.
> 
> -K. Chowksey

Hello,

It's very convenient and profitable. Thank you very much.
Please let me take it into GLOBAL by all means.

By the way, I have a question.

It seems that [GTAGS SELECT MODE] is always displayed
in current window. Is this behavior what you indended?

For example, in the GLOBAL source code,

(1) When the target is one.

(Invoke gtags-find-tag-other-window)

Find tag: strbuf_open           <- There is only one strbuf_open.

        => Emacs open a new window and display the result there.
           Great!

(2) When the target is two or more. 

(Invoke gtags-find-tag-other-window)

Find tag: main                  <- GLOBAL has 8 main.

        => display [GTAGS SELECT MODE] in CURRENT window

(Select a tag)

        => display the result in CURRENT window
           (???)

I think that gtags-find-tag-other-window should open a new window
for [GTAGS SELECT MODE].
What do you think?

P.S.
If possible, would you please use the cvs version of gtags.el?
The release version and the cvs version are a little different.
You can download it from here:
http://cvs.savannah.gnu.org/viewvc/*checkout*/global/global/gtags.el?revision=1.19
Thank you!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]