rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

use of modify-face messes up Emacs color-themes #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Many people are using the color-theme package with Emacs and setting the proper 
font faces depends on setting the face on creation - usually with defface. 

When you're using modify-face after make-empty-face you're making it impossible 
to use color-theme. I had to comment out the modify-face lines to get 
color-theme working. While not a real bug, it would be nice to use to change 
this code to defface usages.

Original issue reported on code.google.com by lord...@gmail.com on 30 Jun 2010 at 1:51

GoogleCodeExporter commented 8 years ago
Thanks for the bug report. I removed the calls to modify-face. Let me know if 
the new fontification is still causing problems for you.

Original comment by issac.tr...@gmail.com on 27 Dec 2010 at 3:57