From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: how to change mouse pointer color Date: Thu, 15 Mar 2007 12:59:33 +0100 Message-ID: <9FB98F4D-3316-402E-A4E1-0C974AE82F08@Web.DE> References: <1d1e6ea70703150320r1236f36bjb008ce3a4fc2559f@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173961622 8955 80.91.229.12 (15 Mar 2007 12:27:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2007 12:27:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "George Nurser" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 15 13:26:55 2007 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.50) id 1HRp2k-0006BF-Te for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Mar 2007 13:26:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRp3k-0001r0-63 for geh-help-gnu-emacs@m.gmane.org; Thu, 15 Mar 2007 07:27:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRp3X-0001qv-OL for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 08:27:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRp3W-0001qj-8e for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 08:27:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRp3W-0001qg-3K for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 07:27:42 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRp2V-0001ic-QV for help-gnu-emacs@gnu.org; Thu, 15 Mar 2007 08:26:39 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id A6ABC6B71165; Thu, 15 Mar 2007 12:59:36 +0100 (CET) Original-Received: from [62.134.227.96] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.107 #114) id 1HRocK-0006JD-00; Thu, 15 Mar 2007 12:59:36 +0100 In-Reply-To: <1d1e6ea70703150320r1236f36bjb008ce3a4fc2559f@mail.gmail.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-detected-kernel: Linux 2.4-2.6 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:41981 Archived-At: Am 15.03.2007 um 11:20 schrieb George Nurser: > How do I change its color? Via ~/.Xdefaults: Emacs*cursorColor: OrangeRed2 Emacs*pointerColor: DarkOrchid4 or via ~/.emacs: (setq initial-frame-alist '( (mouse-color . "midnightblue") (foreground-color . "grey20") (background-color . "alice blue") (internal-border-width . 2) (line-spacing . 1) (active-alpha . 0.875) (inactive-alpha . 0.75) (top . 25) (left . 650) (width . 91) (height . 50))) -- Greetings Pete "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin, Historical Review of Pennsylvania.