[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH] Per-window face support
From: |
Eli Zaretskii |
Subject: |
Re: [RFC PATCH] Per-window face support |
Date: |
Sat, 16 Jun 2018 13:29:53 +0300 |
> Date: Fri, 08 Jun 2018 12:15:44 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
Daniel, you never answered my question below:
> > + if (w) {
> > + Lisp_Object found = assq_no_quit (parameter, w->window_parameters);
> > + if (!NILP (found) && EQ (XCDR (found), value))
> > + match = true;
> > + }
>
> [...]
>
> Also, I wonder whether EQ should actually be equal_no_quit, because
> the latter would allow parameters with values that are not just
> integers or symbols.
I still wonder why we only allow EQ there, it sounds unnecessarily
restrictive.
- [RFC PATCH] Per-window face support, dancol, 2018/06/07
- Re: [RFC PATCH] Per-window face support, Stefan Monnier, 2018/06/07
- Re: [RFC PATCH] Per-window face support, Eli Zaretskii, 2018/06/08
- Re: [RFC PATCH] Per-window face support,
Eli Zaretskii <=
- Re: [RFC PATCH] Per-window face support, Daniel Colascione, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Eli Zaretskii, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Daniel Colascione, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Eli Zaretskii, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Stefan Monnier, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Daniel Colascione, 2018/06/16
- Re: [RFC PATCH] Per-window face support, Stefan Monnier, 2018/06/17
- Re: [RFC PATCH] Per-window face support, Daniel Colascione, 2018/06/17
- Re: [RFC PATCH] Per-window face support, Stefan Monnier, 2018/06/17
- Re: [RFC PATCH] Per-window face support, Daniel Colascione, 2018/06/17