From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: MelloBob Newsgroups: gmane.emacs.help Subject: Re: problem with fullheight for inital window Date: Tue, 25 Apr 2017 11:04:37 -0700 (PDT) Message-ID: References: <10db6967-784d-48b5-b82c-2c88fa8390b1@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: blaine.gmane.org 1493143529 31414 195.159.176.226 (25 Apr 2017 18:05:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 25 Apr 2017 18:05:29 +0000 (UTC) Injection-Date: Tue, 25 Apr 2017 18:04:38 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 25 20:05:26 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d34q5-00085C-P5 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Apr 2017 20:05:25 +0200 Original-Received: from localhost ([::1]:50750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d34qB-0006Uy-M2 for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Apr 2017 14:05:31 -0400 X-Received: by 10.36.40.82 with SMTP id h79mr7527913ith.30.1493143478432; Tue, 25 Apr 2017 11:04:38 -0700 (PDT) X-Received: by 10.157.37.213 with SMTP id q79mr353883ota.11.1493143478388; Tue, 25 Apr 2017 11:04:38 -0700 (PDT) Original-Path: usenet.stanford.edu!c26no1379933itd.0!news-out.google.com!v18ni4368ita.0!nntp.google.com!c26no1379923itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=162.245.242.234; posting-account=ABEwJgoAAAC1F6nSxfugvLwMw0aH_wrF Original-NNTP-Posting-Host: 162.245.242.234 Original-Xref: usenet.stanford.edu gnu.emacs.help:219101 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112883 Archived-At: 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?