unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Font slants
@ 2008-04-05 14:46 Chong Yidong
  2008-04-05 18:28 ` Stefan Monnier
  0 siblings, 1 reply; 9+ messages in thread
From: Chong Yidong @ 2008-04-05 14:46 UTC (permalink / raw)
  To: emacs-devel

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"




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-08  6:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-05 14:46 Font slants Chong Yidong
2008-04-05 18:28 ` 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

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