emacs-devel
[Top][All Lists]
Advanced

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

Re: master a3b3130 1/2: Fix cursor movement on the Linux console with ce


From: Stefan Monnier
Subject: Re: master a3b3130 1/2: Fix cursor movement on the Linux console with certain characters
Date: Mon, 16 Aug 2021 10:39:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>     Fix cursor movement on the Linux console with certain characters
[...]
> +  ;; Compositions confuse cursor movement.
> +  (global-auto-composition-mode -1)

While disabling composition in `linux` terminals makes sense, the above
code disables them in all frames, not just those attached to
`linux` terminals.


        Stefan




reply via email to

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