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: Fri, 29 Aug 2008 10:57:12 +0900

On Thu, 28 Aug 2008 17:15:01 +0200
address@hidden wrote:

> > (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)
> 
> You should press C-o to show the result in other window, not just the C-m 
> (enter) key. This is very
> similar to emacs's list-buffers command where C-m is the some window and C-o 
> is the other window.

As you say, we can separate the selection screen and the result screen.
But it is possible anytime in [GTAGS SELECT MODE], I think.

The issure which seems a problem is the undermentioned non-symmetry
in gtags-find-tag-other-window.

(1) When the target is one.
        Create a new window and display the result there.
        => FORMER SCREEN IS NOT OVERWRITED.
(2) When the target is two or more.
        Display [GTAGS SELECT MODE] in current screen.
        => FORMER SCREEN IS OVERWRITED.

What do you think?




reply via email to

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