all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: emacs-devel@gnu.org
Subject: Font slants
Date: Sat, 05 Apr 2008 10:46:01 -0400	[thread overview]
Message-ID: <873aq09x7a.fsf@stupidchicken.com> (raw)

When I do M-x customize-face RET default RET, the value of the `default'
face is given as a Lisp expression instead of the usual value menus.
This occurs because the slant of the face, as supplied by the new font
engine, is "roman".

I just committed the following patch to fix this.  However, I'm not sure
these are the only values of the slant parameter.  Does anyone know if
other possible values could be generated?


*** trunk/lisp/cus-face.el.~1.53.~	2008-03-14 13:42:17.000000000 -0400
--- trunk/lisp/cus-face.el	2008-04-05 10:42:06.000000000 -0400
***************
*** 120,126 ****
  	     :value normal		; default
  	     (const :tag "italic" italic)
  	     (const :tag "oblique" oblique)
! 	     (const :tag "normal" normal)))
  
      (:underline
       (choice :tag "Underline"
--- 120,127 ----
  	     :value normal		; default
  	     (const :tag "italic" italic)
  	     (const :tag "oblique" oblique)
! 	     (const :tag "normal" normal)
! 	     (const :tag "roman" roman)))
  
      (:underline
       (choice :tag "Underline"




             reply	other threads:[~2008-04-05 14:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-05 14:46 Chong Yidong [this message]
2008-04-05 18:28 ` Font slants Stefan Monnier
2008-04-05 19:27   ` Chong Yidong
2008-04-05 20:30     ` Stefan Monnier
2008-04-05 21:12       ` Chong Yidong
2008-04-06  1:44         ` Stefan Monnier
2008-04-08  6:06           ` Kenichi Handa
2008-04-05 21:46       ` Chong Yidong
2008-04-06  1:45         ` Stefan Monnier

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

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

  git send-email \
    --in-reply-to=873aq09x7a.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.