From: vincent.marguerit@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs and several windows
Date: Tue, 24 Jul 2007 05:32:10 -0700 [thread overview]
Message-ID: <1185280330.813710.211540@n60g2000hse.googlegroups.com> (raw)
In-Reply-To: <pcohcnuqb67.fsf@shuttle.math.ntnu.no>
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.
next prev parent reply other threads:[~2007-07-24 12:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 10:17 Emacs and several windows vincent.marguerit
2007-07-24 10:33 ` Arjen Wiersma
2007-07-24 10:51 ` poppyer
2007-07-24 11:19 ` Tassilo Horn
2007-07-24 11:10 ` Peter Dyballa
2007-07-24 11:25 ` Harald Hanche-Olsen
2007-07-24 11:38 ` vincent.marguerit
2007-07-24 11:43 ` Harald Hanche-Olsen
2007-07-24 12:32 ` vincent.marguerit [this message]
2007-07-24 17:20 ` Harald Hanche-Olsen
2007-07-24 15:31 ` Peter Dyballa
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=1185280330.813710.211540@n60g2000hse.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).