unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
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

  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

  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=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.
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).