[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacsclient settings
|
From: |
henry atting |
|
Subject: |
emacsclient settings |
|
Date: |
Thu, 19 Jun 2008 10:04:39 +0200 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
When I start emacs in X a new frame on a terminal ignores my
colour settings for the terminal. More precisely I get a
black forground colour (on a black terminal). On the other side when I
start emacs on a terminal and then open a frame in X then I get somewhat
terminal colours and non anti-aliased fonts.
The according settings are (shortenend):
(if window-system
(progn
(setq initial-frame-alist
(append
' ((font . "DejaVu Sans Mono-11")
(background-color . "grey10") (foreground-color . "grey30")...
(if window-system
(progn
(setq default-frame-alist
(append
'((font . "DejaVu Sans Mono-11")
(background-color . "grey10") (foreground-color . "grey30")...
(if window-system nil
(set-foreground-color "yellow")...
henry
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacsclient settings,
henry atting <=