Re: master e4df903f6b5 2/2: ; Fix last change

Stefan Monnier <[email protected]>
Newsgroups gmane.emacs.devel
Message-ID <[email protected]>
>>>     * lisp/net/tramp.el (with-tramp-progress-reporter):
>>>     Deactivate `progress-reporter-echo-area' when calling
>>>     `progress-reporter-done'.  We call `tramp-message' instead.
>> [...]
>>> +	 (when (and tm pr)
>>> +	   (cancel-timer tm)
>>> +	   (cl-letf (((symbol-function #'progress-reporter-echo-area)
>>> +		      #'ignore))
>>> +	     (progress-reporter-done pr)))
>> Yuck.
> Could you, pls, be more verbose?

I'm just saying that I find

    	   (cl-letf (((symbol-function #'progress-reporter-echo-area)
    		      #'ignore))

to be an ugly hack (like most other "letf symbol-function").


=== Stefan
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.