emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build
Date: Fri, 17 May 2019 04:33:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

In pcomplete/tar:
pcmpl-gnu.el:162:47:Warning: ‘pcomplete-suffix-list’ is an obsolete variable
    (as of 24.1).

But pcomplete-suffix-alist is used several times in the pcomplete source
code, like in pcomplete.el:

      (when (and (not (memq (char-before) pcomplete-suffix-list))
                 addsuffix)
        (insert-and-inherit pcomplete-termination-string)

And in pcomplete/tar, there's stuff like:

    (let ((pcomplete-suffix-list (if (boundp 'pcomplete-suffix-list)
                                     (cons ?= pcomplete-suffix-list))))

which seems...  odd...  Is this part of a rewrite that was never
finished?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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