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: aquamacs emacs Date: Fri, 4 Jan 2008 10:36:34 +0100 Message-ID: <700508FD-20B0-4BD6-9161-14932BC42186@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199439507 29136 80.91.229.12 (4 Jan 2008 09:38:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2008 09:38:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Oleg Oltar" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 04 10:38:47 2008 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 1JAj0n-0007ao-1z for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 10:38:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAj0Q-0002NJ-HH for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Jan 2008 04:38:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAj05-0002Mt-Rp for help-gnu-emacs@gnu.org; Fri, 04 Jan 2008 04:38:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAj04-0002Mh-33 for help-gnu-emacs@gnu.org; Fri, 04 Jan 2008 04:38:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAj03-0002Me-Vp for help-gnu-emacs@gnu.org; Fri, 04 Jan 2008 04:38:00 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAj03-0008RC-OE for help-gnu-emacs@gnu.org; Fri, 04 Jan 2008 04:37:59 -0500 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate03.web.de (Postfix) with ESMTP id 1CD5CC1F2D0C; Fri, 4 Jan 2008 10:36:37 +0100 (CET) Original-Received: from [195.4.204.190] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1JAiyi-0000Ld-00; Fri, 04 Jan 2008 10:36:37 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19wBWW7XY6GXN4jqAyrKPfsBfQc/7cSsvbEGuEu LMHQPnVfTaEAg0S2nef4w/aKQaX4ILa9OkKl5nDV2X9aM09wix fQbfnkR+vZUxH0clpoiA== X-detected-kernel: by monty-python.gnu.org: 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:50486 Archived-At: Am 03.01.2008 um 09:49 schrieb Oleg Oltar: > I am trying to customize my aquamacs. Could be this list will give you more help: ---------------------------- Info ----------------------------- List Post: List Archives: For my Emacsen (no Aquamacs Emacs, it does not like my ~/.emacs file) I use, for example: (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))) (setq default-frame-alist '( (border-color . "#4e3831") (foreground-color . "grey10") (background-color . "ghost white") (vertical-scroll-bars . left) (cursor-color . "purple") (cursor-type . box) (active-alpha . 0.75) (inactive-alpha . 0.875) (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0- mac-roman") (top . 50) (left . 150) (width . 89) (height . 56))) -- Greetings Pete Either this man is dead or my watch has stopped. - Groucho Marx