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

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

Re: different fonts in Emacs and Emacsclient!?


From: Peter Tury
Subject: Re: different fonts in Emacs and Emacsclient!?
Date: Sun, 10 Jan 2010 11:41:36 -0800 (PST)
User-agent: G2/1.0

On jan. 10, 10:27, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:

> Maybe it helps to set default- and initial-frame-alist...

Thanks, Peter, for the suggestion!

In fact I already have these (related to frame-settings) in my .emacs:

 '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines .
1))))
 '(display-buffer-reuse-frames t)
 '(emacsw32-style-frame-title t) ;; I use EmacsW32 on MS Windows and
try to use the same .emacs...
 '(initial-frame-alist (quote ((top . 20) (left . 430) (height . 58)
(width . 100))))
 '(special-display-frame-alist (quote ((height . 44) (width . 75)
(unsplittable . t) (user-size . t) (left . 10) (top . 10) (user-
position . t))))
 '(w32-feeling-max-frames nil)

It seems for me that fonts are OK when I start "emacs". If I run
`server-start' and then connect to it with "emacsclient -c", then
fonts remain OK. I guess maybe the '-a=""' option starts the server
(daemon) in a different (faulty?) way...?


reply via email to

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