emacs-devel
[Top][All Lists]
Advanced

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

Re: broken tags-apropos


From: Masatake YAMATO
Subject: Re: broken tags-apropos
Date: Thu, 03 Apr 2003 20:51:54 +0900 (JST)

>     In addition, I put a file name for each item in *Tags List* buffer,
>     the result of tags-apropos.
> 
> I do not understand what this means--can you show me what the
> new output looks like, and what the old output looks like?

I'm sorry for my broken explanation. It is simple. See below.

Old output:
----------------------------------------------------------------------
Click mouse-2 to follow tags.

Tags matching regexp `schedule':

#define __NR_sched_setscheduler 
#define __NR_sched_getscheduler 
#define RESCHEDULE_VECTOR       
#define MAX_SCHEDULE_TIMEOUT    
#define SCHEDULE_OCCURRED 
static inline void __netif_schedule(
----------------------------------------------------------------------

New output(with my patch)
----------------------------------------------------------------------
Click mouse-2 to follow tags.

Tags matching regexp `schedule':

[/home/jet/src/linux-2.4.20/include/asm-i386/unistd.h]: #define 
__NR_sched_setscheduler 
[/home/jet/src/linux-2.4.20/include/asm-i386/unistd.h]: #define 
__NR_sched_getscheduler 
[/home/jet/src/linux-2.4.20/include/asm-i386/hw_irq.h]: #define 
RESCHEDULE_VECTOR       
[/home/jet/src/linux-2.4.20/include/linux/sched.h]: #define     
MAX_SCHEDULE_TIMEOUT    
[/home/jet/src/linux-2.4.20/include/linux/reiserfs_fs_sb.h]: #define 
SCHEDULE_OCCURRED 
[/home/jet/src/linux-2.4.20/include/linux/netdevice.h]: static inline void 
__netif_schedule(
----------------------------------------------------------------------

Masatake YAMATO




reply via email to

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