emacs-devel
[Top][All Lists]
Advanced

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

Re: Store tagname into `find-tag-marker-ring'


From: Masatake YAMATO
Subject: Re: Store tagname into `find-tag-marker-ring'
Date: Tue, 01 Jun 2004 16:20:30 +0900 (JST)

> Do you know vim's tag stack?  
> 
> This is the :tags command output of vim.
> 
>     :tags
>       # TO tag         FROM line  in file/text
>       1  1 schedule            1  drivers/char/drm-4.0/drmP.h
>       2  1 DRM_DMA_HISTOGRAM_SLOTS   378  drivers/char/drm-4.0/drmP.h
>       3  1 atomic_t          537  drivers/char/drm-4.0/drmP.h
>       4  1 LOCK               56  include/asm-i386/atomic.h
>       5  1 CONFIG_SMP         11  include/asm-i386/atomic.h
> 
> This is something like buffer list of Emacs, but the each line stands 
> for history of tag search. I want a similar things in Emacs. M-* is
> useful but not enough. To implementat such a function, it is better
> to store the searched tags to `find-tag-marker-ring'.
> 
> Regards,
> Masatake YAMATO
>  
> 2004-05-19  Masatake YAMATO  <address@hidden>
> 
>       * progmodes/etags.el (tags-reset-tags-tables, )
>       (find-tag-noselect, pop-tag-mark): Store tagname
>       to `find-tag-marker-ring'.

If there is no objection in a day, I will install my patch.

Regards,
Masatake YAMATO




reply via email to

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