unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Giving up on colors, I need help
@ 2013-02-22 18:27 William D. Colburn (Schlake)
  2013-02-22 21:05 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: William D. Colburn (Schlake) @ 2013-02-22 18:27 UTC (permalink / raw)
  To: help-gnu-emacs

Since October of 2007 I've fought an ever losing battle against emacs.
 I want to be able to see the words on the screen.  Either black words
on a white screen or white words on a black screen.

I'm finally defeated.  My last stand had been, for the past few years,
to always type ESC-x text-mode every time I started emacs to make the
screen readable.  But now, at my new job running 21.4.1 the colors
remain even in text mode.

Back in 2007 I did (global-font-lock-mode 0), but that stopped working
years ago.  I added (defun turn-on-font-lock () "Turn off Font Lock
mode because it sucks."  (global-font-lock-mode 0)) to keep it from
happened, but that doesn't do anything anymore.  I tried (setq
font-lock-maximum-size -1) and (setq font-lock-maximum-size 0) and
(setq font-lock-maximum-size 1) but none of those helped.  For my
frequently used mode I tried (add-hook 'python-mode-hook (lambda ()
(global-font-lock-mode nil))) and (add-hook 'python-mode-hook (lambda
() (font-lock-mode nil))) but that didn't work.  I had been using
--color=no on the command line, which didn't really work either, and
which no longer exists.

And now that ESC-x text-mode doesn't work anymore I'm stumped.  What
on earth do I have to do to turn off colors?  Why is this so hard?
What am I missing?


-- 
void *(*(*schlake(void *))[])(void *);



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-22 22:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 18:27 Giving up on colors, I need help William D. Colburn (Schlake)
2013-02-22 21:05 ` Stefan Monnier
2013-02-22 22:07   ` Óscar Fuentes
2013-02-22 22:19     ` Stefan Monnier
2013-02-22 22:32       ` William D. Colburn (Schlake)

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).