[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with fullheight for inital window
From: |
MelloBob |
Subject: |
Re: problem with fullheight for inital window |
Date: |
Tue, 25 Apr 2017 11:04:37 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Tuesday, April 25, 2017 at 5:14:17 AM UTC-7, Javier wrote:
> > I've been using this in my .emacs file for years to set up the
> > initial window size:
> >
> > (setq default-frame-alist '((width . 110) (height . fullheight) ))
> >
> > I think it's due to a recent OS update (Ubuntu to 17.04 and XFCE4),
> > but now the window is 1 line too tall and the bottom buffer is cut
> > off. Suggestions on how to fix this would be appreciated.
>
> Try replacing the emacs package with emacs24-lucid or emacs25-lucid.
> That should honor your config.
Okay, just tried that. No difference found (well, worse actually since it is
missing the bottom 2 lines now instead of 1). I also tried adding the
(setq frame-resize-pixelwise 't)
into my .emacs. Again, no difference.
It might be an issue with xfce4. I logged into cinnamon and mate sessions and
it seems to be fine there.
Any other suggestions?