unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: Change in face-spec-set
Date: Mon, 29 Oct 2007 02:39:25 -0400	[thread overview]
Message-ID: <mapryy8lwi.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1IlvHJ-0006Sy-Iw@fencepost.gnu.org> (Richard Stallman's message of "Sat, 27 Oct 2007 19:41:17 -0400")

Richard Stallman wrote:

> Because face-spec-set is supposed to completely override the settings
> of the face, setting it from zero.
>
> With the current code, and without my patch, does that work?

Give me a test case starting from emacs -Q and I'll tell you.

If I try to guess what you might mean, then with the current code:

emacs -Q
(describe-face 'font-lock-warning-face)
  -> weight = bold

(face-spec-set 'font-lock-warning-face '((t :underline t)))
(make-frame)

On new frame:
(describe-face 'font-lock-warning-face)
  -> weight = unspecified

Is this the kind of thing you are talking about?

  reply	other threads:[~2007-10-29  6:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-19 17:42 Change in face-spec-set Richard Stallman
2007-10-19 20:10 ` Glenn Morris
2007-10-19 21:12   ` Glenn Morris
2007-10-20 23:47     ` Johan Bockgård
2007-10-20 14:57   ` Richard Stallman
2007-10-27 23:41   ` Richard Stallman
2007-10-29  6:39     ` Glenn Morris [this message]
2007-10-29 14:02       ` Johan Bockgård
2007-10-29 23:35       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mapryy8lwi.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).