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

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

bug#51613: Eww buffer creation


From: Lars Ingebrigtsen
Subject: bug#51613: Eww buffer creation
Date: Sat, 06 Nov 2021 00:17:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

André A. Gomes <andremegafone@gmail.com> writes:

> Find my suggestion attached.  I took the opportunity to simplify the
> underlying logic.

[...]

> +   (if (and (eq major-mode 'eww-mode) (null arg))
> +       (current-buffer)
> +     (generate-new-buffer "*eww*")))

I don't think that's correct?  Then `M-x eww' in a different buffer will
generate a new name.

So I've now fixed this in a different way in Emacs 29 (and renamed the
arguments to be more sensible).

-- 
(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]