emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

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