all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacsclient ignores frame height
@ 2014-05-23 10:19 Sven Bretfeld
  0 siblings, 0 replies; only message in thread
From: Sven Bretfeld @ 2014-05-23 10:19 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-23 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 10:19 Emacsclient ignores frame height Sven Bretfeld

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.