* emacs -nw -f shell prompt way too blue
@ 2003-01-25 20:39 Dan Jacobson
0 siblings, 0 replies; 3+ messages in thread
From: Dan Jacobson @ 2003-01-25 20:39 UTC (permalink / raw)
Gentlemen, I get a pleasing blue prompt when I do
$ emacs --no-site-file -q -f shell
however, with
$ emacs --no-site-file -q -f shell -nw
we're talking way too dark blue. To dark to be readable here on my
terminal where I've slightly turned the juice down 'to save the bulb',
but anyway, can't you pick a color as bright as the one when one
doesn't use -nw?
OK, now let's leave X windows, using ALT CTRL F1, here we see no
special color given to the prompt, hmm, hence no objection.
--
http://jidanni.org/ Taiwan(04)25854780
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs -nw -f shell prompt way too blue
[not found] <mailman.992.1043532735.21513.bug-gnu-emacs@gnu.org>
@ 2003-01-26 1:00 ` Johan Bockgård
2003-01-27 6:40 ` Dan Jacobson
0 siblings, 1 reply; 3+ messages in thread
From: Johan Bockgård @ 2003-01-26 1:00 UTC (permalink / raw)
Dan Jacobson <jidanni@dman.ddts.net> writes:
> Gentlemen, I get a pleasing blue prompt when I do
> $ emacs --no-site-file -q -f shell
> however, with
> $ emacs --no-site-file -q -f shell -nw
> we're talking way too dark blue. To dark to be readable here on my
> terminal where I've slightly turned the juice down 'to save the bulb',
> but anyway, can't you pick a color as bright as the one when one
> doesn't use -nw?
Emacs doesn't know that your terminal has a dark background if you
don't tell it.
Try
emacs --no-site-file -q --eval "(setq frame-background-mode 'dark)" -f shell -nw
You have a line to that effect in your .emacs.
/Johan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: emacs -nw -f shell prompt way too blue
2003-01-26 1:00 ` emacs -nw -f shell prompt way too blue Johan Bockgård
@ 2003-01-27 6:40 ` Dan Jacobson
0 siblings, 0 replies; 3+ messages in thread
From: Dan Jacobson @ 2003-01-27 6:40 UTC (permalink / raw)
>>>>> "Johan" == Johan Bockgård <bojohan@helm.dd.chalmers.se> writes:
Johan> Dan Jacobson <jidanni@dman.ddts.net> writes:
>> Gentlemen, I get a pleasing blue prompt when I do
>> $ emacs --no-site-file -q -f shell
>> however, with
>> $ emacs --no-site-file -q -f shell -nw
>> we're talking way too dark blue. To dark to be readable here on my
>> terminal where I've slightly turned the juice down 'to save the bulb',
>> but anyway, can't you pick a color as bright as the one when one
>> doesn't use -nw?
Johan> Emacs doesn't know that your terminal has a dark background if you
Johan> don't tell it.
Johan> Try
Johan> emacs --no-site-file -q --eval "(setq frame-background-mode 'dark)" -f shell -nw
OK, by the way
frame-background-mode's value is dark
Documentation:
*The brightness of the background.
Set this to the symbol `dark' if your background color is dark, `light' if
your background is light, or nil (default) if you want Emacs to
examine the brightness for you. Don't set this variable with `setq';
this won't have the expected effect.
The docs should show us how to set it if not with setq.
Maybe (custom-set-variables '(frame-background-mode 'dark))
Ok, say so.
Also where to obtain the results of Emacs' said evaluation should be
mentioned.
--
http://jidanni.org/ Taiwan(04)25854780
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-27 6:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.992.1043532735.21513.bug-gnu-emacs@gnu.org>
2003-01-26 1:00 ` emacs -nw -f shell prompt way too blue Johan Bockgård
2003-01-27 6:40 ` Dan Jacobson
2003-01-25 20:39 Dan Jacobson
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).