From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: conditional font faces Date: Sun, 28 Feb 2010 01:55:49 +0100 Message-ID: <4B89BF15.1070605@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267318552 29509 80.91.229.12 (28 Feb 2010 00:55:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 00:55:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 28 01:55:47 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 1NlXRi-000358-IR for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Feb 2010 01:55:46 +0100 Original-Received: from localhost ([127.0.0.1]:35342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlXRh-0000WP-Rh for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Feb 2010 19:55:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NlXRI-0000WA-Ka for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 19:55:20 -0500 Original-Received: from [140.186.70.92] (port=53476 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NlXRG-0000W2-Tb for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 19:55:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NlXRG-0002Om-4f for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 19:55:18 -0500 Original-Received: from mail-ew0-f222.google.com ([209.85.219.222]:56293) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NlXRG-0002Od-0J for help-gnu-emacs@gnu.org; Sat, 27 Feb 2010 19:55:18 -0500 Original-Received: by ewy22 with SMTP id 22so828539ewy.26 for ; Sat, 27 Feb 2010 16:55:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=AtGlTzwDW0mGY1ycIgIhMSPr1AMl5fJWdc/ffJKkKS8=; b=q9lsicpAAXXfDMfJzm29H2BeZnIZhGJbMyE0fIGS7eSxNEhsBAbDY+rxBELpJ5gRHS 9qSFo063rl05TdtAiHLPdnR68746I11IvNEg5ScdtndbZqDEq26ngu25KSv6W2nDSByq flwJFlngbrY8UdiJIoar8T3NkaSzlBWDjbVvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=LUaeOGVzBWqQ9n7QCE2B8fFu6+x8O0I03qgL9w7+9mE1EHHt8kXF8lG8zk+n5eZHtU C9BMS5/Ta+842V5faijgmhTqKDCUUr7znbnGSDssgcyYQpemDJRdhq9khhpEoGo21lY1 8vwTwBfzP4kcF/rEhojpuFZbMwWwcRVXjiLPc= Original-Received: by 10.213.109.219 with SMTP id k27mr1442910ebp.37.1267318516168; Sat, 27 Feb 2010 16:55:16 -0800 (PST) Original-Received: from localhost.localdomain (pb-d-128-141-230-153.cern.ch [128.141.230.153]) by mx.google.com with ESMTPS id 15sm1151525ewy.12.2010.02.27.16.55.14 (version=SSLv3 cipher=RC4-MD5); Sat, 27 Feb 2010 16:55:15 -0800 (PST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72226 Archived-At: 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. -- Suvayu Open source is the future. It sets us free.