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

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

bug#29153: 25.3; Eshell can't quit when read-only commands have been run


From: Noam Postavsky
Subject: bug#29153: 25.3; Eshell can't quit when read-only commands have been run
Date: Sun, 05 Nov 2017 06:39:42 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

close 29153 
severity 29153 minor
merge 29153 28700
quit

Pierre Neidhardt <ambrevar@gmail.com> writes:

> - emacs -Q
>
> - M-x eshell
>
> - M-:
> (let ((prompt "echo foo"))
>      (add-text-properties 0 (length prompt)
>         '(read-only t
>           font-lock-face eshell-prompt
>           front-sticky (font-lock-face read-only)
>           rear-nonsticky (font-lock-face read-only))
>         prompt)
>      (insert prompt))
>
> - RET
>
> - C-x k: "Text is read-only"

This has been reported and fixed in #28700 "Cannot kill Eshell buffer".







reply via email to

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