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

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

RE: why is mouse-set-font reseting all face colors???


From: Ortmann, Daniel
Subject: RE: why is mouse-set-font reseting all face colors???
Date: Thu, 16 Jun 2005 11:59:01 -0500

Hello,

This turns out definately to be an emacs problem and is not an X configuration 
problem.  (Recap: When I resize emacs fonts with the shift-mouse-1 menus, I 
still get font colors messed up.)

The problem seems to be that the in-core font customization data structure gets 
changed to strange colors.

When I run list-faces-display and then re-customize the already-customized font 
colors --- I get NO DIFFERENCE between the original .emacs file and the new one.

Note that the offending colors are listed in custom-set-faces, namely:
font-lock-comment-face
font-lock-function-name-face and
font-lock-string-face

Any clues???

Here is the section from the bottom of my .emacs file:

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(cperl-array-face ((t (:foreground "yellow" :weight bold))))
 '(cperl-hash-face ((t (:foreground "deeppink" :slant italic :weight bold))))
 '(font-lock-comment-face ((t (:foreground "gray40"))))
 '(font-lock-function-name-face ((t (:foreground "blue"))))
 '(font-lock-string-face ((t (:foreground "chocolate"))))
 '(info-xref ((((class color) (background dark)) (:foreground "cyan")))))

--
address@hidden
Cardiac Rhythm Management
CRM Software Development & Technology
763-514-8230 (w) 763-514-3192 (f) 612-518-3147 (c)
address@hidden 651-455-1442 (h)


-----Original Message-----
From: Richard Stallman [mailto:address@hidden
Sent: Friday, May 20, 2005 4:57 PM
To: Ortmann, Daniel
Cc: address@hidden
Subject: Re: why is mouse-set-font reseting all face colors???


It does not fail for me, so I think it probably depends on
something like which version of X you are using.

Attachment: .emacs
Description: .emacs


reply via email to

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