help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs and several windows


From: vincent . marguerit
Subject: Re: Emacs and several windows
Date: Tue, 24 Jul 2007 05:32:10 -0700
User-agent: G2/1.0

On 24 juil, 12:43, Harald Hanche-Olsen <han...@math.ntnu.no> wrote:
> + vincent.margue...@gmail.com:
>
> | C-x 5 2 works fine, but it's strange, the new frame does not take my
> | settings from my .emacs file.
>
> What kind of settings?
>
> --
> * Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
> - It is undesirable to believe a proposition
>   when there is no ground whatsoever for supposing it is true.
>   -- Bertrand Russell

I have this in my .emacs file:

(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")))


Vincent.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]