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

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

bug#51589: 29.0.50; term-mode hooks are executed twice


From: Lars Ingebrigtsen
Subject: bug#51589: 29.0.50; term-mode hooks are executed twice
Date: Thu, 04 Nov 2021 19:02:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Raymond <raymond@jug.gl> writes:

> A possible reason might be that inside `(defun term)` you'll see
> `(term-mode)` being invoked:
>
>     ...
>     (set-buffer (make-term "terminal" program))
>     (term-mode)
>     ...
>
> Yet, `(defun make-term)` also contains an invocation of `(term-mode)`.

Yup.  I've now fixed this in Emacs 29.

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