You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose that prettify-symbol-alist contains (lambda . 955), e.g.. Deleting the character with point on λ results in ambda, only the first letter is removed, and breaking the character of prettify.
This behavior is unexpected.
Enhancement request:
Instead, the function should replace λ, i.e. lambda entirely.
Affected are evil-deleta-char, evil-backward-char and evil-substitute.
Suppose that
prettify-symbol-alist
contains(lambda . 955)
, e.g.. Deleting the character with point onλ
results inambda
, only the first letter is removed, and breaking the character of prettify.This behavior is unexpected.
Enhancement request:
Instead, the function should replace
λ
, i.e.lambda
entirely.Affected are
evil-deleta-char
,evil-backward-char
andevil-substitute
.A workaround solution exists at emacs stackoverlow.
The text was updated successfully, but these errors were encountered: