From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ivowel@gmail.com Newsgroups: gmane.emacs.help Subject: auctex font colors Date: Wed, 24 Sep 2014 09:01:49 -0700 (PDT) Message-ID: <5624b517-5765-4ce4-b7f3-b14ab5cfca16@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1411574732 22875 80.91.229.3 (24 Sep 2014 16:05:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 16:05:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 24 18:05:25 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWp4H-0001aX-4x for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2014 18:05:25 +0200 Original-Received: from localhost ([::1]:60907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWp4G-00083y-Ie for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Sep 2014 12:05:24 -0400 X-Received: by 10.66.196.193 with SMTP id io1mr5726586pac.28.1411574509854; Wed, 24 Sep 2014 09:01:49 -0700 (PDT) X-Received: by 10.182.250.164 with SMTP id zd4mr21260obc.25.1411574509711; Wed, 24 Sep 2014 09:01:49 -0700 (PDT) Original-Path: usenet.stanford.edu!a13no2747352igq.0!news-out.google.com!rp1ni10260igb.0!nntp.google.com!a13no2747345igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=164.67.176.151; posting-account=RgBppwoAAAB7iRnNR6lC4ndZAXnPSW33 Original-NNTP-Posting-Host: 164.67.176.151 User-Agent: G2/1.0 Injection-Date: Wed, 24 Sep 2014 16:01:49 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207851 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100126 Archived-At: dear emacs wizards: in auctex, I have absolutely perfect colors under linux in its gnome/X wind= ows. the '$' sign for a new line is a nice muted gray. but if I open emac= s inside a terminal window (with -nw), which I do when I ssh into my comput= er, the colors become a whole lot more garish and obtrusive. the '$' for a= new line is now a bright red. my guess is that a terminal window pretends= to be some sort of ansi (TERM=3Dxterm,COLORTERM=3Dgnome-terminal), which h= as more limited colors, so emacs picks something different from its more li= mited palette. correct? how can I make my with in-terminal colors in auctex similar to my in-Xgnome= colors in auctex? I could alter the colors that the terminal itself is di= splaying. this is probably not a good idea. the worst aspect is the brigh= t red on the $-newline, which I would love to switch to a muted gray. is t= here an easy way just to change at least this one item (permanently) in a t= erminal window only? regards, /iaw