emacs-devel
[Top][All Lists]
Advanced

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

Re: info-xref.el :tag support


From: Kevin Ryde
Subject: Re: info-xref.el :tag support
Date: Thu, 18 May 2006 10:27:09 +1000
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

I wrote:
>
> *** info-xref.el.~1.11.~      2006-02-13 07:38:01.000000000 +1100
> --- info-xref.el      2006-04-17 16:47:02.000000000 +1000
> ***************
> *** 301,306 ****
> --- 301,309 ----
>          (lambda (symbol)
>            (dolist (link (get symbol 'custom-links))
>              (when (memq (car link) '(custom-manual info-link))
> +              ;; skip :tag part of eg. (custom-manual :tag "Foo" "(foo)Node")
> +              (if (eq :tag (cadr link))
> +                  (setq link (cddr link)))

Could I have this applied please.

You can run M-x info-xref-check-all-custom to see the recently arisen
false positives that result without it.  (The report is clean apart
from them, which is good :-)




reply via email to

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