bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

customize-face


From: Alex Schroeder
Subject: customize-face
Date: Sun, 04 Nov 2001 23:04:36 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu)

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-31 on confusibombus
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_CH
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


I want to customize the look of a face on various displays.
Here's what I do:

 M-x customize-face RET default RET
 Click on [State] and choose "Show all display specs"
 Click on INS
 Click on Display
 Choose checklist
 Click on Type:
 Click on TTY
 Click on Background
 Choose color
 
The default color is black, which is ok.

 Click on [State] and choose "Set for current session"



   State: you have edited the value as text, but you have not set the face.
Basic default face.
Parent groups: Basic Faces
INS DEL Display: [X] Type: [ ] X [ ] PM [ ] W32 [ ] DOS [X] TTY
                     [ ] Class: [ ] Color [ ] Grayscale [ ] Monochrome
                     [ ] Background brightness: [ ] Light [ ] Dark
            Attributes: [ ] Font family: Value Menu *
                        [ ] Width: Value Menu *
                        [ ] Height: Value Menu *
                        [ ] Weight: Value Menu *
                        [ ] Slant: Value Menu *
                        [ ] Underline: Value Menu *
                        [ ] Overline: Value Menu *
                        [ ] Strike-through: Value Menu *
                        [ ] Box around text: Value Menu *
                        [ ] Inverse-video: Value Menu *
                        [X] Foreground: Value Menu Color: white       (sample)
                        [X] Background: Value Menu Color: black       (sample)
                        [ ] Stipple: Value Menu *
                        [ ] Inherit:
                            INS
INS DEL Display: all
            Attributes: [X] Font family: Value Menu Family: misc-fixed
                        [X] Width: Value Menu medium
                        [X] Height: Value Menu Height in 1/10 pt: 135
                        [X] Weight: Value Menu medium
                        [X] Slant: Value Menu normal
                        [X] Underline: Value Menu Off
                        [X] Overline: Value Menu Off
                        [X] Strike-through: Value Menu Off
                        [X] Box around text: Value Menu Off
                        [X] Inverse-video: Value Menu Off
                        [X] Foreground: Value Menu Color: navajo white  (sample)
                        [X] Background: Value Menu Color: #304020     (sample)
                        [X] Stipple: Value Menu None
                        [ ] Inherit:
                            INS
INS


 Click on [State]
 Choose "Show as Lisp expression"

This is what you get.  The value is wrong.


   State: you have set this face, but not saved it for future sessions. (lisp)
Basic default face.
Parent groups: Basic Faces
Lisp expression: 
((t
  (:family "misc-fixed" :width normal :height 135 :weight normal
  :slant normal :underline off :overline off :strike-through off :box
  off :inverse-video off :foreground "navajo white" :background
  "#304020" :stipple off)))


 Click on [State]
 Choose "Set for current session"

This is what you get.  The changes I made are gone.  This is a bug --
either the display is wrong, or the information got lost.


   State: you have set this face, but not saved it for future sessions.
Basic default face.
Parent groups: Basic Faces
INS DEL Display: all
            Attributes: [X] Font family: Value Menu Family: misc-fixed
                        [X] Width: Value Menu medium
                        [X] Height: Value Menu Height in 1/10 pt: 135
                        [X] Weight: Value Menu medium
                        [X] Slant: Value Menu normal
                        [X] Underline: Value Menu Off
                        [X] Overline: Value Menu Off
                        [X] Strike-through: Value Menu Off
                        [X] Box around text: Value Menu Off
                        [X] Inverse-video: Value Menu Off
                        [X] Foreground: Value Menu Color: navajo white  (sample)
                        [X] Background: Value Menu Color: #304020     (sample)
                        [X] Stipple: Value Menu None
                        [ ] Inherit:
                            INS
INS



Alex.



reply via email to

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