From: Joe Corneli <jcorneli@math.utexas.edu>
Subject: Re: How to *completely* disable font-lock mode in my .emacs?
Date: Fri, 30 Apr 2004 19:51:24 -0500 [thread overview]
Message-ID: <E1BJiiy-0002xY-00@linux183.ma.utexas.edu> (raw)
In-Reply-To: 200404302054.i3UKsfq01028@dell3.ma.utexas.edu
AFAIK, X resources aren't used on a text-terminal.
Hm, well I nevertheless have good results both under X and on a
terminal, and moreover, in the case of a terminal, the background
can be either dark or light background, and Emacs adjusts the
*default* face accordingly. The font lock setup I use is optimized
for a dark background, including plenty of yellow etc., so I don't
really advise using it on a terminal with a light background unless
you have to.
I should probably have posted this little .emacs snippet too, which
is useful in combination with the .Xdefaults config. This is only
relevant under X; its purpose is to keep flickering at startup time
down to a minimum.
(Cf. http://mail.gnu.org/archive/html/help-gnu-emacs/2004-02/msg00757.html)
(cond (window-system
(setq default-frame-alist
'((internal-border-width . 2)
(border-width . 2)
(left-fringe . 0)
(right-fringe . 0)
(menu-bar-lines . 0)
(tool-bar-lines . 0)
(tool-bar-lines . 0)
(modeline . t)
(width . 85)
(height . 32)
(background-mode . dark)
(display-type . color)
(cursor-color . "DeepPink1")
(background-color . "black")
(foreground-color . "white")
(border-width . 2)
(font
. "-misc-fixed-medium-r-*-*-13-*-*-*-*-*-*-*")))
(set-scroll-bar-mode nil)
(blink-cursor-mode -1)
(tooltip-mode -1)))
next parent reply other threads:[~2004-05-01 0:51 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200404302054.i3UKsfq01028@dell3.ma.utexas.edu>
2004-05-01 0:51 ` Joe Corneli [this message]
[not found] <mailman.2470.1083260541.1061.help-gnu-emacs@gnu.org>
2004-04-30 0:20 ` How to *completely* disable font-lock mode in my .emacs? Eric Smith
2004-04-30 18:32 ` Kevin Rodgers
2004-04-30 20:37 ` Stefan Monnier
2004-04-29 17:29 Joe Corneli
[not found] <qhfzba3sx4.fsf@ruckus.brouhaha.com>
[not found] ` <jwvad1gddzb.fsf-monnier+gnu.emacs.help@asado.iro.umontreal.ca>
2004-04-27 23:15 ` Eric Smith
2004-04-27 23:36 ` Matthieu Moy
2004-04-28 5:39 ` Eli Zaretskii
[not found] ` <mailman.2079.1083127076.1061.help-gnu-emacs@gnu.org>
2004-04-28 22:06 ` Eric Smith
2004-04-29 6:08 ` Eli Zaretskii
[not found] ` <mailman.2326.1083215256.1061.help-gnu-emacs@gnu.org>
2004-04-29 20:01 ` LEE Sau Dan
2004-05-02 14:04 ` Eli Zaretskii
2004-04-30 0:26 ` Eric Smith
2004-04-28 22:08 ` Eric Smith
2004-04-29 0:25 ` Thien-Thi Nguyen
2004-04-29 6:11 ` Eli Zaretskii
[not found] ` <87ekqu9e47.fsf@telia.com>
2004-04-27 23:26 ` Eric Smith
2004-04-28 15:12 ` Kevin Rodgers
2004-04-30 0:23 ` Eric Smith
2004-04-30 18:40 ` Kevin Rodgers
2004-05-02 14:01 ` Eli Zaretskii
[not found] ` <mailman.2916.1083503774.1061.help-gnu-emacs@gnu.org>
2004-05-03 14:14 ` Stefan Monnier
2004-04-28 22:46 ` Jason Rumney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1BJiiy-0002xY-00@linux183.ma.utexas.edu \
--to=jcorneli@math.utexas.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).