From: Jean Magnan de Bornier <jean@bornier.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs preferences.
Date: Mon, 16 Jul 2007 13:49:49 +0200 [thread overview]
Message-ID: <87hco4k1pe.fsf@bornier.net> (raw)
In-Reply-To: 1184584935.373519.178970@57g2000hsv.googlegroups.com
vincent.marguerit@gmail.com wrote :
| Hi,
>
| I am under Mac OS X and and changed my .emacs file to this:
>
| (add-hook 'text-mode-hook 'iso-accents-mode)
don't write:
| (set-terminal-coding-system 'latin-1)
but write:
(setq terminal-coding-system 'latin-1)
generally (setq VARIABLE VALUE)
| (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!
HTH
--
Jean
next prev parent reply other threads:[~2007-07-16 11:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-16 11:22 Emacs preferences vincent.marguerit
2007-07-16 11:49 ` Jean Magnan de Bornier [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hco4k1pe.fsf@bornier.net \
--to=jean@bornier.net \
--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.
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.