emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Missing tags


From: Eli Zaretskii
Subject: Re: Missing tags
Date: Mon, 16 Feb 2004 21:15:22 +0200

> From: Richard Stallman <address@hidden>
> Date: Sun, 08 Feb 2004 10:21:37 -0500
> 
> It appears to me that this would be right.  (It will also omit
> files names loaddefs.el.old, etc., in case you happen to put copies
> of loaddefs.el there, which would be natural to do.)
> 
> Does this work?
> 
> 
> TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
>       els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e 
> "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
>       ${ETAGS} $$els
> 
> TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
>       els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e 
> "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \
>       ${ETAGS} -o TAGS-LISP $$els

I installed this.




reply via email to

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