emacs-devel
[Top][All Lists]
Advanced

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

Re: Patches for Emacs 25.2


From: Dmitry Gutov
Subject: Re: Patches for Emacs 25.2
Date: Mon, 2 Jan 2017 22:13:40 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Thunderbird/50.0

On 18.10.2016 15:32, Michael Albinus wrote:

I don't decide whether such a patch shall be applied; it shall be
decided by the vc maintainer. But in case of, the patch could be written
shorter:

Trying this patch again, I'm getting these byte-compilation warnings:

712  22 warning         reference to free variable ‘method’ (emacs-lisp)
712  29 warning         reference to free variable ‘user’ (emacs-lisp)
712  34 warning         reference to free variable ‘host’ (emacs-lisp)
713  50 warning         reference to free variable ‘v’ (emacs-lisp)
1503 1 warning the following functions are not known to be defined: with-parsed-tramp-file-name, tramp-make-tramp-file-name, tramp-make-tramp-temp-file (emacs-lisp)

Which probably means that we need to load Tramp somehow at least during compilation, for the macro. And also declare the missing functions.



reply via email to

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