unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Colour customization in LaTeX mode
@ 2003-09-19  6:55 vanad
  0 siblings, 0 replies; 2+ messages in thread
From: vanad @ 2003-09-19  6:55 UTC (permalink / raw)


Has there been any progress on allowing colour preferences
in 21.2.1 ? I acquired 21.2.1 as part of RH9. I've been using
20.7.1 under RH7.2 and had colours in LaTeX mode selected 
so as to give light foreground colours on a dark background. 
I have weak eyes, need a full screen window, and find the 
white background too dazzling. I'm not particularly worried 
which colours go with math, display, environments, etc,
except that grey for comments seems sensible. Below is the
personal part of my ~/.emacs file. I also have a lot in
~/.Xdefaults.

All comments will be greatly appreciated!

;;;;;;;;;;;;;;;;;;;;;;;personal from here on

(setq-default latex-mode t)
(setq-default transient-mark-mode t)
(setq default-major-mode 'latex-mode)
; (add-hook 'latex-mode-hook 'turn-on-font-lock)
; (add-hook 'tex-mode-hook 'turn-on-font-lock)
; next line added 27-05-03, see p146
(setq european-calendar-style 't)
; next line added 01-08-03, see info file
(setq cal-tex-diary t)
; next line added 01-08-03, see p265
(setq tex-dvi-print-command "dvips")
; next two lines added 13-4-01. See p64
(setq-default case-fold-search nil)
(setq-default case-replace nil)
; next line added 27-07-01 from FAQ 29
(setq frame-title-format "%b")
(desktop-load-default)
(desktop-read)
(custom-set-variables)
(custom-set-faces
 '(font-lock-comment-face ((((class color) (background dark)) (:foreground 
"Grey"))))
 '(font-lock-string-face ((((class color) (background dark)) (:foreground 
"Green")))))

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <mailman.410.1063954177.21628.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-09-19 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-19  6:55 Colour customization in LaTeX mode vanad
     [not found] <mailman.410.1063954177.21628.help-gnu-emacs@gnu.org>
2003-09-19 16:08 ` Kevin Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).