From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.emacs.bugs Subject: bug#18613: 24.3.94; fullscreen mode: extra pixels below minibuffer aren't repainted Date: Thu, 02 Oct 2014 22:41:32 -0400 Message-ID: <874mvl7u3n.fsf@yeeloong.lan> References: <8738b66xkm.fsf@netris.org> <87y4sy5iqi.fsf@netris.org> <542DB6DA.7020605@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412304206 30044 80.91.229.3 (3 Oct 2014 02:43:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2014 02:43:26 +0000 (UTC) Cc: 18613@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 03 04:43:19 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XZspy-0001zc-AU for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Oct 2014 04:43:18 +0200 Original-Received: from localhost ([::1]:37688 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZspx-0005sH-Lh for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Oct 2014 22:43:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZspp-0005sB-3D for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 22:43:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZspj-0007Ra-73 for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 22:43:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZspj-0007RW-3T for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 22:43:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XZspi-00081i-FZ for bug-gnu-emacs@gnu.org; Thu, 02 Oct 2014 22:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Oct 2014 02:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18613 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 18613-submit@debbugs.gnu.org id=B18613.141230412730791 (code B ref 18613); Fri, 03 Oct 2014 02:43:02 +0000 Original-Received: (at 18613) by debbugs.gnu.org; 3 Oct 2014 02:42:07 +0000 Original-Received: from localhost ([127.0.0.1]:59622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZsoo-00080Y-F2 for submit@debbugs.gnu.org; Thu, 02 Oct 2014 22:42:06 -0400 Original-Received: from world.peace.net ([96.39.62.75]:48008) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XZsok-0007zz-Oc for 18613@debbugs.gnu.org; Thu, 02 Oct 2014 22:42:04 -0400 Original-Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XZsoW-000704-EH; Thu, 02 Oct 2014 22:41:48 -0400 In-Reply-To: <542DB6DA.7020605@gmx.at> (martin rudalics's message of "Thu, 02 Oct 2014 22:34:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94072 Archived-At: martin rudalics writes: >>> When I enter fullscreen mode using 'toggle-frame-fullscreen', the extra >>> pixels below the minibuffer line (4 pixels in my case) are never >>> repainted, leaving whatever was there on the screen before issuing the >>> command. I'm using windowmaker-0.95.5. >> >> Sorry, I misinterpreted what happened here. In fact, the fullscreen >> window simply didn't cover those bottom pixels, and there was no >> decoration. I'm closing this bug now. > > You should be able to (re-)cover these four pixels (and maybe a few > more) by customizing `frame-resize-pixelwise' to t. That works, thanks! Mark