From unknown Fri Aug 15 17:21:50 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18675 <18675@debbugs.gnu.org> To: bug#18675 <18675@debbugs.gnu.org> Subject: Status: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 Reply-To: bug#18675 <18675@debbugs.gnu.org> Date: Sat, 16 Aug 2025 00:21:50 +0000 retitle 18675 Bug#730593: emacs24: fails to set fullscreen frame parameter = on gnome 3 reassign 18675 emacs submitter 18675 Rob Browning severity 18675 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 09 18:57:55 2014 Received: (at submit) by debbugs.gnu.org; 9 Oct 2014 22:57:55 +0000 Received: from localhost ([127.0.0.1]:39549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcMeg-0000R9-CS for submit@debbugs.gnu.org; Thu, 09 Oct 2014 18:57:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50120) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcMee-0000R1-4T for submit@debbugs.gnu.org; Thu, 09 Oct 2014 18:57:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcMeZ-000305-Mu for submit@debbugs.gnu.org; Thu, 09 Oct 2014 18:57:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcMeZ-000300-JX for submit@debbugs.gnu.org; Thu, 09 Oct 2014 18:57:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcMeV-00076P-EA for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 18:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcMeP-0002x7-C0 for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 18:57:43 -0400 Received: from defaultvalue.org ([70.85.129.156]:54250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcMeP-0002wi-7f for bug-gnu-emacs@gnu.org; Thu, 09 Oct 2014 18:57:37 -0400 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 2F0B720B0F; Thu, 9 Oct 2014 17:57:36 -0500 (CDT) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id C3BE714E422; Thu, 9 Oct 2014 17:57:35 -0500 (CDT) From: Rob Browning To: bug-gnu-emacs@gnu.org Subject: Re: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 In-Reply-To: <20131126223727.8297.88265.reportbug@fink> References: <20131126223727.8297.88265.reportbug@fink> User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Thu, 09 Oct 2014 17:57:35 -0500 Message-ID: <87tx3c26n4.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Pedro =?utf-8?Q?=C3=82ngelo?= , 730593@bugs.debian.org, control@bugs.debian.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) tags 730593 confirmed thanks [When possible, please preserve the -forward address in any replies.] I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs does shift to full screen. Pedro =C3=82ngelo writes: > Package: emacs24 > Version: 24.3+1-2 > Severity: normal > > Dear Maintainer, > > On my .emacs I use the following command to set the emacs window to fulls= creen > on startup: > > (set-frame-parameter nil 'fullscreen 'fullboth) > > This has stopped working in the Emacs24 package in debian testing since t= he > recent gnome updates. From the alternatives at > http://www.emacswiki.org/emacs/FullScreen, the following don't work: > > * Starting Emacs with the -fs parameter > > * Sending the fullscreen message directly to the window manager with > > (defun fullscreen () > (interactive) > (x-send-client-message nil 0 nil "_NET_WM_STATE" 32 > '(2 "_NET_WM_STATE_FULLSCREEN" 0))) > > What *does* work: > > * Setting the window to fullscreen via the *wmctrl* external program > > * Setting the window to fullscreen using the gnome key binding to toggle > fullscreen > > This looks like some change in gnome made emacs not able to request fulls= creen > as a frame property Further info: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D730593 Thanks --=20 Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 05:04:33 2014 Received: (at 18675) by debbugs.gnu.org; 10 Oct 2014 09:04:33 +0000 Received: from localhost ([127.0.0.1]:39728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcW7h-00014l-85 for submit@debbugs.gnu.org; Fri, 10 Oct 2014 05:04:33 -0400 Received: from mout.gmx.net ([212.227.15.15]:59368) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcW7c-00014Z-AS for 18675@debbugs.gnu.org; Fri, 10 Oct 2014 05:04:28 -0400 Received: from [88.117.63.91] ([88.117.63.91]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MSdz2-1XkFuY2lmO-00RVFa; Fri, 10 Oct 2014 11:04:10 +0200 Message-ID: <5437A100.7030705@gmx.at> Date: Fri, 10 Oct 2014 11:04:00 +0200 From: martin rudalics MIME-Version: 1.0 To: Rob Browning , 18675@debbugs.gnu.org Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> In-Reply-To: <87tx3c26n4.fsf@trouble.defaultvalue.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K0:6g3VTzv+Gd7YperKHmrRIjYCg6EyqeZk0wsMEzIwQeUTPObZ6Pi sCMdRFiISbC8YNKjN9KvKYQ7BjYMDtgaAYkeu2oHEBoxld4zFdmXS4WEHHAHvZeAoZorIfo LvTNNhxYy8EclwBspbE0vF0mWtNWuL7MNkZQLLKMTVMP2fpAurKAXHhnHxn5ylw/8p4zj3h EytGLC9rs+Bnz+spCCZGA== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18675 Cc: =?UTF-8?B?UGVkcm8gw4JuZ2Vsbw==?= , 730593@bugs.debian.org, control@bugs.debian.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs= > does shift to full screen. > > Pedro =C3=82ngelo writes: > >> Package: emacs24 >> Version: 24.3+1-2 >> Severity: normal >> >> Dear Maintainer, >> >> On my .emacs I use the following command to set the emacs window to f= ullscreen >> on startup: >> >> (set-frame-parameter nil 'fullscreen 'fullboth) Does this line have any impact at all or is it ignored completely? What happens when you write (set-frame-parameter nil 'fullscreen 'maximized) instead? Does anything change when you add (setq frame-resize-pixelwise t) to your .emacs? martin From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 11:14:03 2014 Received: (at 18675) by debbugs.gnu.org; 10 Oct 2014 15:14:03 +0000 Received: from localhost ([127.0.0.1]:40241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbtK-00047g-Df for submit@debbugs.gnu.org; Fri, 10 Oct 2014 11:14:02 -0400 Received: from defaultvalue.org ([70.85.129.156]:59281) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcbtI-00047G-6Y for 18675@debbugs.gnu.org; Fri, 10 Oct 2014 11:14:00 -0400 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 4BEF720A35; Fri, 10 Oct 2014 10:13:59 -0500 (CDT) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id EF64D14E422; Fri, 10 Oct 2014 10:13:58 -0500 (CDT) From: Rob Browning To: martin rudalics , 18675@debbugs.gnu.org Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 In-Reply-To: <5437A100.7030705@gmx.at> References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> <5437A100.7030705@gmx.at> User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 10 Oct 2014 10:13:58 -0500 Message-ID: <87d2a00xft.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 18675 Cc: Pedro =?utf-8?Q?=C3=82ngelo?= , 730593@bugs.debian.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) martin rudalics writes: > Does this line have any impact at all or is it ignored completely? Appears to be ignored. > What happens when you write > > (set-frame-parameter nil 'fullscreen 'maximized) Doesn't appear to have an effect either. > instead? Does anything change when you add > > (setq frame-resize-pixelwise t) > > to your .emacs? Not that I see (tested with fullboth and maximized). Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 12:09:23 2014 Received: (at 18675) by debbugs.gnu.org; 10 Oct 2014 16:09:23 +0000 Received: from localhost ([127.0.0.1]:40271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xccks-0005a3-Ui for submit@debbugs.gnu.org; Fri, 10 Oct 2014 12:09:23 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:51282) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xcckr-0005Zw-O5 for 18675@debbugs.gnu.org; Fri, 10 Oct 2014 12:09:22 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xcckq-000092-4G; Fri, 10 Oct 2014 12:09:20 -0400 From: Glenn Morris To: martin rudalics Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> <5437A100.7030705@gmx.at> X-Spook: counter intelligence Vickie Weaver monarchist Rule Psix X-Ran: H]OCCHmb\V3\yCMKHyN8oZEi%h'Q_TF#)f9H_f@'p\6x##N7".|CYbZ?YD*djTkoi(TEU' X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 10 Oct 2014 12:09:19 -0400 In-Reply-To: <5437A100.7030705@gmx.at> (martin rudalics's message of "Fri, 10 Oct 2014 11:04:00 +0200") Message-ID: <5ftx3bsy8g.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 18675 Cc: Pedro =?utf-8?Q?=C3=82ngelo?= , 730593@bugs.debian.org, 18675@debbugs.gnu.org, 730593-forwarded@bugs.debian.org, Rob Browning X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) martin rudalics wrote: >>> (set-frame-parameter nil 'fullscreen 'fullboth) [...] > (set-frame-parameter nil 'fullscreen 'maximized) I see the issue with 24.3 under Gnome on current Debian testing, but the current pretest, 24.3.94, works fine with either form, with no need for any other settings. So it seems to be a solved problem. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 12:10:33 2014 Received: (at control) by debbugs.gnu.org; 10 Oct 2014 16:10:33 +0000 Received: from localhost ([127.0.0.1]:40275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xccm1-0005cP-HE for submit@debbugs.gnu.org; Fri, 10 Oct 2014 12:10:33 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:51321) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xcclz-0005cE-Ae for control@debbugs.gnu.org; Fri, 10 Oct 2014 12:10:31 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xcclz-0000Y2-43 for control@debbugs.gnu.org; Fri, 10 Oct 2014 12:10:31 -0400 Date: Fri, 10 Oct 2014 12:10:31 -0400 Message-Id: Subject: control message for bug 18675 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) close 18675 24.4 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 10 12:55:42 2014 Received: (at 18675) by debbugs.gnu.org; 10 Oct 2014 16:55:43 +0000 Received: from localhost ([127.0.0.1]:40307 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcdTi-000895-8v for submit@debbugs.gnu.org; Fri, 10 Oct 2014 12:55:42 -0400 Received: from defaultvalue.org ([70.85.129.156]:59362) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XcdTe-00088t-Jx for 18675@debbugs.gnu.org; Fri, 10 Oct 2014 12:55:39 -0400 Received: from trouble.defaultvalue.org (localhost [127.0.0.1]) (Authenticated sender: rlb@defaultvalue.org) by defaultvalue.org (Postfix) with ESMTPSA id 3E07C20A30; Fri, 10 Oct 2014 11:55:37 -0500 (CDT) Received: by trouble.defaultvalue.org (Postfix, from userid 1000) id E90E714E422; Fri, 10 Oct 2014 11:55:36 -0500 (CDT) From: Rob Browning To: Glenn Morris , martin rudalics Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 In-Reply-To: <5ftx3bsy8g.fsf@fencepost.gnu.org> References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> <5437A100.7030705@gmx.at> <5ftx3bsy8g.fsf@fencepost.gnu.org> User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 10 Oct 2014 11:55:36 -0500 Message-ID: <877g0727av.fsf@trouble.defaultvalue.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 18675 Cc: Pedro =?utf-8?Q?=C3=82ngelo?= , 730593@bugs.debian.org, 18675@debbugs.gnu.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Glenn Morris writes: > I see the issue with 24.3 under Gnome on current Debian testing, but the > current pretest, 24.3.94, works fine with either form, with no need for > any other settings. So it seems to be a solved problem. OK, thanks -- I've marked it fixed-upstream in the Debian tracker. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 12 14:18:43 2014 Received: (at 18675) by debbugs.gnu.org; 12 Oct 2014 18:18:43 +0000 Received: from localhost ([127.0.0.1]:42098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdNj7-0000Ql-UL for submit@debbugs.gnu.org; Sun, 12 Oct 2014 14:18:43 -0400 Received: from li63-5.members.linode.com ([97.107.133.5]:59903 helo=mail.void.io) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XdIHC-0000Ce-1e for 18675@debbugs.gnu.org; Sun, 12 Oct 2014 08:29:30 -0400 Received: from [192.168.1.65] (bl14-219-147.dsl.telepac.pt [85.247.219.147]) by mail.void.io (Postfix) with ESMTPSA id A3ADA140B1; Sun, 12 Oct 2014 12:29:28 +0000 (UTC) Message-ID: <543A7427.20409@void.io> Date: Sun, 12 Oct 2014 13:29:27 +0100 From: =?UTF-8?B?UGVkcm8gw4JuZ2Vsbw==?= Organization: void.io User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: martin rudalics , Rob Browning , 18675@debbugs.gnu.org Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> <5437A100.7030705@gmx.at> In-Reply-To: <5437A100.7030705@gmx.at> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18675 X-Mailman-Approved-At: Sun, 12 Oct 2014 14:18:39 -0400 Cc: 730593@bugs.debian.org, control@bugs.debian.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) On 10/10/14 10:04, martin rudalics wrote: > > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs > > does shift to full screen. > > > > Pedro Ângelo writes: > > > >> Package: emacs24 > >> Version: 24.3+1-2 > >> Severity: normal > >> > >> Dear Maintainer, > >> > >> On my .emacs I use the following command to set the emacs window to > fullscreen > >> on startup: > >> > >> (set-frame-parameter nil 'fullscreen 'fullboth) > > Does this line have any impact at all or is it ignored completely? I think it is ignored completely. Emacs starts in a window attached to the right side of the screen occupying the full screen height and a bit less than half of the screen width, which I believe is the default. > What happens when you write > > (set-frame-parameter nil 'fullscreen 'maximized) > > instead? Does anything change when you add > > (setq frame-resize-pixelwise t) > > to your .emacs? > > martin > These lines have no effect. Cheers, P. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 19 13:47:16 2014 Received: (at 18675) by debbugs.gnu.org; 19 Oct 2014 17:47:16 +0000 Received: from localhost ([127.0.0.1]:55994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfuZY-0000gp-0F for submit@debbugs.gnu.org; Sun, 19 Oct 2014 13:47:16 -0400 Received: from mailfe09.swip.net ([212.247.155.1]:45101 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfuZW-0000gY-1F for 18675@debbugs.gnu.org; Sun, 19 Oct 2014 13:47:14 -0400 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 368008831; Sun, 19 Oct 2014 19:47:06 +0200 Message-ID: <5443F91A.8090402@swipnet.se> Date: Sun, 19 Oct 2014 19:47:06 +0200 From: =?UTF-8?B?SmFuIERqw6Rydg==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: =?UTF-8?B?UGVkcm8gw4JuZ2Vsbw==?= , martin rudalics , Rob Browning , 18675@debbugs.gnu.org Subject: Re: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3 References: <20131126223727.8297.88265.reportbug@fink> <87tx3c26n4.fsf@trouble.defaultvalue.org> <5437A100.7030705@gmx.at> <543A7427.20409@void.io> In-Reply-To: <543A7427.20409@void.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 18675 Cc: 730593@bugs.debian.org, control@bugs.debian.org, 730593-forwarded@bugs.debian.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello. I don't have Debiaon testing, but with Debian unstable and XFCE4, the Debian emacs package, the emacs 24.4 RC and emacs trunk all work with -fs and (set-frame-parameter nil 'fullscreen 'fullboth). Jan D. Den 2014-10-12 14:29, Pedro Ângelo skrev: > On 10/10/14 10:04, martin rudalics wrote: >> > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs >> > does shift to full screen. >> > >> > Pedro Ângelo writes: >> > >> >> Package: emacs24 >> >> Version: 24.3+1-2 >> >> Severity: normal >> >> >> >> Dear Maintainer, >> >> >> >> On my .emacs I use the following command to set the emacs window to >> fullscreen >> >> on startup: >> >> >> >> (set-frame-parameter nil 'fullscreen 'fullboth) >> >> Does this line have any impact at all or is it ignored completely? > > I think it is ignored completely. Emacs starts in a window attached to the > right side of the screen occupying the full screen height and a bit less than > half of the screen width, which I believe is the default. > > > What happens when you write >> >> (set-frame-parameter nil 'fullscreen 'maximized) >> >> instead? Does anything change when you add >> >> (setq frame-resize-pixelwise t) >> >> to your .emacs? >> >> martin >> > > These lines have no effect. > > Cheers, > P. > > From unknown Fri Aug 15 17:21:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 17 Nov 2014 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator