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

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

Emacsclient ignores frame height


From: Sven Bretfeld
Subject: Emacsclient ignores frame height
Date: Fri, 23 May 2014 12:19:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi to all

Given the following init-file:

----.emacs-test.el

(setq default-frame-alist '(
          (active-alpha          . 0.85)
          (inactive-alpha        . 0.85)
          (font . "-unknown-DejaVu Sans 
Mono-medium-r-normal--24-240-75-75-m-150-iso8859-1")
          (width . 102) 
          (height . 81)))
----

Start with:

$ emacs -q -l .emacs-test.el

fine.

Start with:

$ emacs --daemon -q -l .emacs-test.el
$ emacsclient -c

ignores the frame height given in the init file. Width is correct but
the frame height is about half the size intended. Seems like a bug to me.
Any ideas?

My system: 

- Emacs 24.3.1
- Arch Linux
- KDE 4.13.1

Thanks for help,

Sven



reply via email to

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