Re: [PATCH] emacs: Fix applying stickiness to the :notmuch-part property

Subject: Re: [PATCH] emacs: Fix applying stickiness to the :notmuch-part property

Date: Tue, 04 Jun 2013 08:43:51 -0300

To: Austin Clements, notmuch@notmuchmail.org

Cc:

From: David Bremner


Austin Clements <amdragon@MIT.EDU> writes:

> Previously, we simply called pushnew to add :notmuch-part to the
> front-sticky and rear-nonsticky text property lists.  This works if
> these are nil or lists, but they can also have the value t, meaning
> that all properties are front-sticky/rear-nonsticky.  In this case,
> pushnew will signal an error because t is not a list.  We never set
> these properties to t ourselves, but since we apply these property
> changes over arbitrary renderer output, we have to deal with this
> possibility.

Pushed,

d

Thread: