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

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

bug#48294: Use 'with-current-buffer' byte-compiler warning seems wrong


From: Eli Zaretskii
Subject: bug#48294: Use 'with-current-buffer' byte-compiler warning seems wrong
Date: Sun, 09 May 2021 21:24:41 +0300

> From: Robert Weiner <rswgnu@gmail.com>
> Date: Sun, 9 May 2021 14:09:23 -0400
> Cc: 48294@debbugs.gnu.org
> 
> Somtimes a nested function within the body of the with-current-buffer will 
> change the buffer and move point in the original buffer and this may largely 
> only be known at run-time.

Then I'd use save-excursion outside of with-current-buffer.





reply via email to

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