bugcolor-theme - Bugs: bug #33009, Automatic color theme install via...

 
 

bug #33009: Automatic color theme install via .emacs only partially loads color theme.

Submitter:  None
Submitted:  Wed 06 Apr 2011 06:55:04 PM UTC
   
 
Category:  Installation Severity:  3 - Normal
Item Group:  Installation problem Status:  None
Assigned to:  None Open/Closed:  Open
Reproducibility:  Every Time
Step by step reproducibility:  *

Instal color-theme per http://www.emacswiki.org/emacs/ColorTheme:

In .emacs:

; Add color theme path to load path
(add-to-list 'load-path' "~/elisp/color-theme/themes")
(load "~/elisp/color-theme/themes/color-theme.el")
(require 'color-theme)
(setq color-theme-is-global t)
(color-theme-deep-blue)

Run emacs.  Color theme only partially loads.

* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 06 Apr 2011 06:55:04 PM UTC, original submission:  

Successfully installed color-theme with the following instructions from http://www.emacswiki.org/emacs/ColorTheme:

M-x load-library RET color-theme RET M-x color-theme-select RET

If I select a color theme (my example here is "Deep Blue") using M-x color-theme-select, everything in the theme loads correctly.

However, I want the theme to automatically run on startup, so I put the following in my emacs (per EmacsWiki):

(require 'color-theme)
(setq color-theme-is-global t)
(color-theme-deep-blue)

The theme only partially loads.  The background color is correct, and a few items (preprocessor directives [I'm in c-mode], doxygen comments, select keywords [NULL, false]) load their respective color correctly, but everything else is the default text color.  Strings, comments, types, variables, most keywords (static, typedef, enum, if, else, void), and function names all fail to be displayed in the correct color.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code