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

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

Re: emacs colors in rxvt


From: Joe Corneli
Subject: Re: emacs colors in rxvt
Date: Sun, 1 Jun 2003 23:21:20 -0500 (CDT)

Ok, I loaded rxvt.el and tried to change my color-scheme a little bit with
customize, but I don't seem to be getting any colors. Maybe I'll have to
try Kai's suggestion? (That would involve thinking 'cause I'd have to
learn what frobbing is.)  Or maybe someone can see something that has been
left out of my (appended) .emacs file?

Joe

(setq auto-mode-alist (cons '("\\.max" . maxima-mode) auto-mode-alist))         
                                                                  
(setq load-path (cons  "/Users/joe/site-lisp" load-path ))                      
                                                                  
(autoload 'maxima "maxima" "Running Maxima interactively" t)                    
                                                                  
(autoload 'maxima-mode "maxima" "Maxima editing mode" t)                        
                                                                  
(global-font-lock-mode 1)                                                       
                                                                  
(menu-bar-mode -1)                                                              
                                                                  
(load "rxvt.el")                                                                
                                            
(custom-set-variables                                                           
                                                                  
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste
it!                                                                      
  ;; Your init file should contain only one such instance.                      
                                                                  
 )                                                                              
                                                                  
(custom-set-faces                                                               
                                                                  
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!        
                                                                  
  ;; Your init file should contain only one such instance.                      
                                                                  
 '(default ((t (:stipple nil :background "blue" :foreground
"red" :inverse-video nil :box nil :strike-through nil :overline nil
:underline nil :s\
lant normal :weight normal :height 1 :width normal :family "default"))))        
                                                                  
 '(mode-line ((t (:inverse-video nil)))))  





reply via email to

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