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

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

bug#34765: 26.1; with-temp-buffer should not run buffer-list-update-hook


From: Eli Zaretskii
Subject: bug#34765: 26.1; with-temp-buffer should not run buffer-list-update-hook
Date: Fri, 26 Apr 2019 11:09:26 +0300

> Cc: 34765@debbugs.gnu.org, alexanderm@web.de, monnier@IRO.UMontreal.CA
> From: martin rudalics <rudalics@gmx.at>
> Date: Fri, 26 Apr 2019 09:40:48 +0200
> 
>  >> Then what about the buffers created by 'with-temp-file' or
>  >> 'with-output-to-string'?
>  >
>  > Fine with me.  But the former already uses with-temp-buffer, so I
>  > don't think we need anything special for it.
> 
> Here 'with-temp-file' uses
> 
> (get-buffer-create (generate-new-buffer-name " *temp file*"))
> 
> and 'with-output-to-string'
> 
> (get-buffer-create (generate-new-buffer-name " *string-output*"))

Oops.





reply via email to

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