all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* aquamacs emacs
@ 2008-01-03  8:49 Oleg Oltar
  2008-01-04  9:36 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Oltar @ 2008-01-03  8:49 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 490 bytes --]

Please help me!

I am trying to customize my aquamacs.  So  I have created  ~/.emacs file to
do this.  And added there;

(set-cursor-color "Blue")

Then I have closed -> Opened my emacs, but no changes was visible (I
expected cursor to be Blue) it seems the .emacs wasn't excecuted

I also tried to add this string to ~/Library/Preferences/Aqaemacs Emacs/
Preferences.el (and customize.el) but no  result  as well

Please tell me how can I make aquamacs use  .emacs properly?

Thanks,
Oleg

[-- Attachment #1.2: Type: text/html, Size: 593 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: aquamacs emacs
  2008-01-03  8:49 aquamacs emacs Oleg Oltar
@ 2008-01-04  9:36 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2008-01-04  9:36 UTC (permalink / raw)
  To: Oleg Oltar; +Cc: help-gnu-emacs


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: <mailto:macosx-emacs@email.esm.psu.edu>
List Archives: <http://dir.gmane.org/gmane.emacs.macintosh.osx>


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-04  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-03  8:49 aquamacs emacs Oleg Oltar
2008-01-04  9:36 ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.