From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: zwz Newsgroups: gmane.emacs.help Subject: Re: conditional font faces Date: Fri, 05 Mar 2010 00:57:46 +0800 Message-ID: <87aauokos5.fsf@gmail.com> References: <4B89BF15.1070605@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267727556 26030 80.91.229.12 (4 Mar 2010 18:32:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Mar 2010 18:32:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 04 19:32:30 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NnFqY-0002xg-DG for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2010 19:32:30 +0100 Original-Received: from localhost ([127.0.0.1]:39530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnFqX-0005Nd-SJ for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2010 13:32:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NnEsO-0005uD-CF for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 12:30:20 -0500 Original-Received: from [140.186.70.92] (port=44239 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NnEsN-0005ta-A5 for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 12:30:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NnEsM-0001fv-Ct for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 12:30:19 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34334) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NnEsM-0001fn-4b for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 12:30:18 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NnEsA-0006Or-Ey for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 18:30:06 +0100 Original-Received: from 61.164.42.188 ([61.164.42.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 18:30:06 +0100 Original-Received: from zhangweize by 61.164.42.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 18:30:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 61.164.42.188 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) Cancel-Lock: sha1:W4+yg8zxgz1QFA+9tDmHJVulgpU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72368 Archived-At: Not cutting to your problem but hope it helps a little. I work on tty quite much, and I have configured my emacs so that it presents a similar view no matter windowed or no-windowed. I did this based on the library "color-theme". And my consistent-theme is available at http://www.emacswiki.org/emacs/zwz. Suvayu Ali writes: > Hi Emacs users/experts, > > I was trying to customise the font face to make everything more > visible. Usually I use Emacs with a GUI but quite often I need to use > no-window. The default face for the minibuffer-prompt is medium blue > in no-window which makes it very difficult for me to see. I however > like the defaults when using the GUI. > > Is there some way I could keep the defaults when using GUI and set it > to something more readable when using no-window? > > Thanks for any insights.