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

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

bug#59828: Fundamental Mode buffers fail to keep text properties


From: Eli Zaretskii
Subject: bug#59828: Fundamental Mode buffers fail to keep text properties
Date: Mon, 05 Dec 2022 17:00:57 +0200

> Date: Mon, 05 Dec 2022 14:54:47 +0000
> From: Heime <heimeborgia@protonmail.com>
> Cc: casouri@gmail.com, 59828@debbugs.gnu.org
> 
> > Conclusion: you need to turn on font-lock in that buffer.
> > 
> 
> When I use (text-mode) or (org-mode), I do not get the problem.
> 
> (with-current-buffer (get-buffer-create bufrn)
>  (text-mode)
>  (insert (propertize "G"
>  'font-lock-face '(:background "green"
>  :foreground "black"))))

Because those turn on font-lock by default.





reply via email to

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