all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with colors in emacs
@ 2002-04-10 19:04 Dimitar Haralanov
  2002-04-10 21:12 ` Greg Hill
  0 siblings, 1 reply; 4+ messages in thread
From: Dimitar Haralanov @ 2002-04-10 19:04 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

	Hi all,

	I have been having a problem with emacs and its colors. I upgraded to
versoin 20.7.1 and that is when it started happening. Unfortunately,
along with emacs, I upgraded quite a few other packages, so I am not
sure whether the problem isn't in one of them.	I have attached a couple
of screen shots so you can see what is happening. As you can see, if the
text does not have coloring it appears on a white background.	Here is the
command line that I am using:	emacs -fn 6x13 -bg black -fg white -cr red -ms
yellow

	Please, let me know if you have any ideas about this?

	Thanx


========================================================================
     __  __  __________________ _________
    /  |/  |/  /__/__   ___/  |/  /     /      Dimitar Haralanov
   /          /  /  /  /  /      /  /  /       Software Engineer
  /   /   /  /  /  /  /  /  /\  \  /  /        Tahoe Networks
 /___/___/__/__/  /__/  /__/  |__|___/         mitko@tahoenetworks.com

========================================================================
"Don't discount flying pigs before you have good air defense."
-- jvh@clinet.FI

[-- Attachment #2: emacs1.jpg --]
[-- Type: image/jpeg, Size: 56344 bytes --]

[-- Attachment #3: emacs2.jpg --]
[-- Type: image/jpeg, Size: 69525 bytes --]

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

* Problem with colors in emacs
@ 2002-04-10 20:58 Dimitar Haralanov
  0 siblings, 0 replies; 4+ messages in thread
From: Dimitar Haralanov @ 2002-04-10 20:58 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1668 bytes --]


	Hi all,

	I have been having a problem with emacs and its colors. I upgraded to
version 20.7.1 and that is when it started happening. Unfortunately,
along with emacs, I upgraded quite a few other packages, so I am not
sure whether the problem isn't in one of them.	I have attached a couple
of screen shots so you can see what is happening. As you can see, if the
text does not have coloring it appears on a white background.	

	Here is the command line that I am using:	
	emacs -fn 6x13 -bg black -fg white -cr red -ms yellow

	Please, let me know if you have any ideas about this?

	Thanx


========================================================================
     __  __  __________________ _________
    /  |/  |/  /__/__   ___/  |/  /     /      Dimitar Haralanov
   /          /  /  /  /  /      /  /  /       Software Engineer
  /   /   /  /  /  /  /  /  /\  \  /  /        Tahoe Networks
 /___/___/__/__/  /__/  /__/  |__|___/         mitko@tahoenetworks.com

========================================================================
"Don't discount flying pigs before you have good air defense."
-- jvh@clinet.FI



========================================================================
     __  __  __________________ _________
    /  |/  |/  /__/__   ___/  |/  /     /      Dimitar Haralanov
   /          /  /  /  /  /      /  /  /       Software Engineer
  /   /   /  /  /  /  /  /  /\  \  /  /        Tahoe Networks
 /___/___/__/__/  /__/  /__/  |__|___/         mitko@tahoenetworks.com

========================================================================
No one knows like a woman how to say things that are at once gentle and
deep.		-- Hugo

[-- Attachment #2: emacs1.jpg --]
[-- Type: image/jpeg, Size: 56344 bytes --]

[-- Attachment #3: emacs2.jpg --]
[-- Type: image/jpeg, Size: 69525 bytes --]

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

* Re: Problem with colors in emacs
  2002-04-10 19:04 Problem with colors in emacs Dimitar Haralanov
@ 2002-04-10 21:12 ` Greg Hill
  2002-04-10 21:52   ` Dimitar Haralanov
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Hill @ 2002-04-10 21:12 UTC (permalink / raw)


Dimitar,

Try using M-x customize to set the value of your Default face (under 
Faces, Basic Faces) to white on black, and save it for future 
sessions.  This will put something like

(custom-set-faces
  '(default ((t (:foreground "white" :background "black")))))

in your .emacs file.

--Greg

At 12:04 PM -0700 4/10/02, Dimitar Haralanov wrote:
>	Hi all,
>
>	I have been having a problem with emacs and its colors. I upgraded to
>versoin 20.7.1 and that is when it started happening. Unfortunately,
>along with emacs, I upgraded quite a few other packages, so I am not
>sure whether the problem isn't in one of them.	I have attached a couple
>of screen shots so you can see what is happening. As you can see, if the
>text does not have coloring it appears on a white background.	Here is the
>command line that I am using:	emacs -fn 6x13 -bg black -fg white -cr red -ms
>yellow
>

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

* Re: Problem with colors in emacs
  2002-04-10 21:12 ` Greg Hill
@ 2002-04-10 21:52   ` Dimitar Haralanov
  0 siblings, 0 replies; 4+ messages in thread
From: Dimitar Haralanov @ 2002-04-10 21:52 UTC (permalink / raw)


	Thanx, that fixed the problem quite nicely!

		-- Mitko
	
On Wed, 10 Apr 2002 14:12:26 -0700
"Greg Hill" <ghill@synergymicro.com> wrote:

GH > Dimitar,
GH > 
GH > Try using M-x customize to set the value of your Default face
(under GH > Faces, Basic Faces) to white on black, and save it for
future GH > sessions.  This will put something like
GH > 
GH > (custom-set-faces
GH >   '(default ((t (:foreground "white" :background "black")))))
GH > 
GH > in your .emacs file.
GH > 
GH > --Greg
GH > 
GH > At 12:04 PM -0700 4/10/02, Dimitar Haralanov wrote:
GH > >	Hi all,
GH > >
GH > >	I have been having a problem with emacs and its colors. I
upgraded to GH > >versoin 20.7.1 and that is when it started happening.
Unfortunately, GH > >along with emacs, I upgraded quite a few other
packages, so I am not GH > >sure whether the problem isn't in one of
them.	I have attached a couple GH > >of screen shots so you can see what
is happening. As you can see, if the GH > >text does not have coloring
it appears on a white background.	Here is the GH > >command line that I am using:
emacs -fn 6x13 -bg black -fg white -cr red -ms GH > >yellow
GH > >
GH > 
GH > _______________________________________________
GH > Help-gnu-emacs mailing list
GH > Help-gnu-emacs@gnu.org
GH > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs


========================================================================
     __  __  __________________ _________
    /  |/  |/  /__/__   ___/  |/  /     /      Dimitar Haralanov
   /          /  /  /  /  /      /  /  /       Software Engineer
  /   /   /  /  /  /  /  /  /\  \  /  /        Tahoe Networks
 /___/___/__/__/  /__/  /__/  |__|___/         mitko@tahoenetworks.com

========================================================================
Women are just like men, only different.

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

end of thread, other threads:[~2002-04-10 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-10 19:04 Problem with colors in emacs Dimitar Haralanov
2002-04-10 21:12 ` Greg Hill
2002-04-10 21:52   ` Dimitar Haralanov
  -- strict thread matches above, loose matches on Subject: below --
2002-04-10 20:58 Dimitar Haralanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.