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

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

bug#9870: Completion breaks text properties


From: Štěpán Němec
Subject: bug#9870: Completion breaks text properties
Date: Wed, 26 Oct 2011 00:11:47 +0200

In-buffer completion as performed by `completion-at-point' is really
just another form of user text insertion (i.e., typing) and should
respect text properties just as `self-insert-command' does. But it
doesn't.

Replacing `insert' with `insert-and-inherit' inside
`completion--replace' seems to fix things for me.

-- 
Štěpán




reply via email to

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