help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How change color of 1. "mouse dragged" text & 2. mode line text????


From: Chris Seberino
Subject: Re: How change color of 1. "mouse dragged" text & 2. mode line text????
Date: Fri, 30 Nov 2001 23:33:51 -0800
User-agent: Mutt/1.2.5i

Jay

Thanks again! I tried your commands and now it looks great!!!
Actually, your commands worked *better* than I imagined they
*could* and I wanted to ask a question about that if you don't mind....

All of my color settings had to be put into "default-frame-alist"
so that they showed up in *all* windows/modes/etc.....

(setq default-frame-alist 
   '((cursor-color . "red") (background-color . "black") (foreground-color . 
"khaki")) )

However, YOUR commands seem to be universal without having
to be stuffed into an "alist" like above.  How come Emacs
likes your color commands and makes them universal but
my commands like "background-color" are not universal if
I set them with set- command like you did?????

Chris


On Fri, Nov 30, 2001 at 10:59:57AM -0600, Bingham, Jay wrote:
> Here is what I have in my .emacs:
> 
> ;; change the mode line colors
> (set-face-foreground 'modeline "Cornsilk")
> (set-face-background 'modeline "DodgerBlue3")
> 
> ;; change the region (mouse-drag) colors
> (set-face-foreground 'region "NavajoWhite")
> (set-face-background 'region "SteelBlue")
> 
> J_)
> C_)ingham
> .    COMPAQ NonStop Integrity Systems
> .    Austin, TX
> . Language is the apparel in which your thoughts parade in public.
> . Never clothe them in vulgar and shoddy attire. -Dr. George W. Crane-
> 
>  -----Original Message-----
> From:         Chris Seberino [mailto:seberino@spawar.navy.mil] 
> Sent: Friday, 30 November, 2001 12:08 a
> To:   help-gnu-emacs@gnu.org
> Subject:      How change color of 1. "mouse dragged" text & 2. mode
> line text????
> 
> I did my homework and can change color of cursor,
> background, foreground but not
> 
> 1. "mouse dragged text" (like when do a mouse
> based cut and paste in M$-Word)
> 
> 2. "mode line text" (stuff at bottom that tells your major mode, etc.)
> 
> Please help!!!
> 
> Chris
> -- 
> =======================================================
> | Dr. Christian Seberino  || (619) 553-7940 (office1) |
> | SPAWARSYSCEN 2733       || (619) 553-2564 (office2) |
> | 53560 HULL ST           || (619) 553-6307 (fax)     |
> | SAN DIEGO CA 92152-5001 || seberino@spawar.navy.mil |
> =======================================================
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
=======================================================
| Dr. Christian Seberino  || (619) 553-7940 (office1) |
| SPAWARSYSCEN 2733       || (619) 553-2564 (office2) |
| 53560 HULL ST           || (619) 553-6307 (fax)     |
| SAN DIEGO CA 92152-5001 || seberino@spawar.navy.mil |
=======================================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]