unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: vincent.marguerit@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Emacs preferences.
Date: Mon, 16 Jul 2007 04:22:15 -0700	[thread overview]
Message-ID: <1184584935.373519.178970@57g2000hsv.googlegroups.com> (raw)

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.

             reply	other threads:[~2007-07-16 11:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-16 11:22 vincent.marguerit [this message]
2007-07-16 11:49 ` Emacs preferences 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1184584935.373519.178970@57g2000hsv.googlegroups.com \
    --to=vincent.marguerit@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).