unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Emacs preferences.
@ 2007-07-16 11:22 vincent.marguerit
  2007-07-16 11:49 ` Jean Magnan de Bornier
  2007-07-16 15:43 ` Harald Hanche-Olsen
  0 siblings, 2 replies; 5+ messages in thread
From: vincent.marguerit @ 2007-07-16 11:22 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I am under Mac OS X and and changed my .emacs file to this:

(add-hook 'text-mode-hook 'iso-accents-mode)
(set-terminal-coding-system 'latin-1)
(set-keyboard-coding-system 'latin-1)
(set-language-environment 'latin-1)
(set-foreground-color "wheat")
(set-background-color "DarkSlateGray")
(set-cursor-color "white")
(menu-bar-mode -1)
(scroll-bar-mode -1)
(global-font-lock-mode 1)
(require 'php-mode)
(add-hook 'php-mode-user-hook 'turn-on-font-lock)
(add-hook 'php-mode-user-hook
'(lambda () (define-abbrev php-mode-abbrev-table "ex" "extends")))

But it's not working properly!

Any idea why this is not working ?

To be sure I put .emacs in the right directory I did a vi ~/.emacs to
modify it.  I installed Aquaemacs.

Thanks,
Vincent.

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

end of thread, other threads:[~2007-07-16 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16 11:22 Emacs preferences vincent.marguerit
2007-07-16 11:49 ` Jean Magnan de Bornier
2007-07-16 12:50   ` Jason Rumney
2007-07-16 13:04     ` vincent.marguerit
2007-07-16 15:43 ` Harald Hanche-Olsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).