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

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

[debbugs-tracker] bug#9870: closed (Completion breaks text properties)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#9870: closed (Completion breaks text properties)
Date: Tue, 25 Oct 2011 23:38:02 +0000

Your message dated Wed, 26 Oct 2011 01:30:12 +0200
with message-id <address@hidden>
and subject line Re: bug#9870: Completion breaks text properties
has caused the debbugs.gnu.org bug report #9870,
regarding Completion breaks text properties
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
9870: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9870
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#9870: Completion breaks text properties Date: Wed, 26 Oct 2011 01:30:12 +0200 User-agent: Mutt/1.5.21 (2010-09-15)
On Tue, Oct 25, 2011 at 07:18:51PM -0400, Glenn Morris wrote:
> This was done last week.
> 
> 2011-10-17  Stefan Monnier  <monnier at iro.umontreal.ca>
> 
>   * minibuffer.el (completion--replace): Inherit surrounding properties
>     (bug#114).

Great, thank you!

(And sorry for the noise.)

-- 
Štěpán


--- End Message ---

reply via email to

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