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: New Frame is different Date: Wed, 23 Nov 2011 15:53:18 +0100 Message-ID: <38650B8A-2371-4A26-9545-88D6BCA1BA6A@Web.DE> References: <4ECC140B.5080402@gmail.com> <87ty5vjw4g.fsf@gmail.com> <4ECC3CC6.5080606@gmail.com> <87y5v71eyf.fsf@mean.albasani.net> <4ECCD9C5.4000200@mousecar.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1322060028 19290 80.91.229.12 (23 Nov 2011 14:53:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Nov 2011 14:53:48 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gebser@mousecar.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 23 15:53:43 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RTECj-0001GL-EE for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Nov 2011 15:53:41 +0100 Original-Received: from localhost ([::1]:40828 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTECi-00056Y-TY for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Nov 2011 09:53:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:42424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTECY-0004zB-53 for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 09:53:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTECQ-0000LH-Bh for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 09:53:30 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:47781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTECP-0000D0-Oc for help-gnu-emacs@gnu.org; Wed, 23 Nov 2011 09:53:22 -0500 Original-Received: from moweb001.kundenserver.de (moweb001.kundenserver.de [172.19.20.114]) by fmmailgate02.web.de (Postfix) with ESMTP id 9E56F1BB05925 for ; Wed, 23 Nov 2011 15:53:19 +0100 (CET) Original-Received: from peter-dyballas-macbook-pro.fritz.box ([88.153.242.186]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0M3Slc-1QcdXr18ds-00r0FE; Wed, 23 Nov 2011 15:53:19 +0100 In-Reply-To: <4ECCD9C5.4000200@mousecar.com> X-Mailer: Apple Mail (2.1084) X-Provags-ID: V02:K0:yhYjWzhmCjqvH1ffAPto5aHNzjCmzuJLXkoThlV42fi uHL3qqNlUWzmgXwmVpAq1jgNBWv3IxNhQJYGM/lmqYuM7o6Qct xMCSD1DY1aGG+5+OO7OUwEFf7AyMWpMN4RIhMhFm7GiO8A6aFO n3jF+XYfH39QmfQPMQLZivYSMMpIaRWfj4jBQ35m9LkS88E86N R9SnsGaEGF403hR5KyOUg== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.227 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:83019 Archived-At: Am 23.11.2011 um 12:32 schrieb ken: > But what's the variable name for cursor color? And for font size? I = looked for these in the "Help" and some googling, but no help. (setq initial-frame-alist (append (list '(border-color . "#4e3832") '(foreground-color . "grey10") ; '(background-color . "light steel blue") '(background-color . "azure") ; '(active-alpha . 0.875) ; '(inactive-alpha . 0.75) ; '(font . "fontset-10pt_free_mono") ; '(font . "fontset-09pt_lucida_sans_typewriter") ; '(font . "fontset-09pt_vera_sans_mono") ; '(font . "fontset-09pt_luxi mono") '(top . 136) '(left . 666) '(width . 100) '(height . 57) ) initial-frame-alist)) (setq default-frame-alist (append (list ; '(background-color . "MintCream") ; '(background-color . "azure") '(cursor-type . box) '(active-alpha . 0.875) '(inactive-alpha . 0.75) '(vertical-scroll-bars . left) ;+ '(font . "Latin Modern Mono Light-8") ; '(top . 25) '(left . 50) '(width . 89) '(height . 50) ) default-frame-alist)) (if (=3D 22 emacs-major-version) (setq default-frame-alist (append (list '(foreground-color . "grey10") '(background-color . "honeydew") '(cursor-color . "DarkGreen") '(font . "fontset-10pt_lucida_sans_typewriter") '(top . 40) '(left . 518) '(width . 85) '(height . 45) ) default-frame-alist))) (if (=3D 23 emacs-major-version) (setq default-frame-alist (append (list '(foreground-color . "NavyBlue") '(background-color . "LightCyan") '(cursor-color . "firebrick") '(top . 66) '(left . 636) '(width . 100) '(height . 57) '(font . "fontset-11pt_lucida_sans_typewriter") ;+ '(font . "Lucida Sans Typewriter-8") ) default-frame-alist))) (if (=3D 24 emacs-major-version) (progn (setq default-frame-alist (append (list '(foreground-color . "purple4") '(background-color . "MintCream") '(cursor-color . "IndianRed") '(top . 66) '(left . 636) '(width . 100) '(height . 57) ;+ '(font . "fontset-09pt_lucida_sans_typewriter") ; '(font . "fontset-10pt_vera_sans_mono") ) default-frame-alist)) (setq initial-frame-alist (append (list '(font . "LucidaTypewriter-8") ) initial-frame-alist)) )) Colour names and colours: M-x list-colors-display. -- Greetings Pete Well done is better than well said. =96 Benjamin Franklin