From unknown Fri Jun 20 05:35:54 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#7867 <7867@debbugs.gnu.org> To: bug#7867 <7867@debbugs.gnu.org> Subject: Status: 23.2.92; --fullscreen, --maximized Reply-To: bug#7867 <7867@debbugs.gnu.org> Date: Fri, 20 Jun 2025 12:35:54 +0000 retitle 7867 23.2.92; --fullscreen, --maximized reassign 7867 emacs submitter 7867 Francis Wright severity 7867 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 19 14:30:51 2011 Received: (at submit) by debbugs.gnu.org; 19 Jan 2011 19:30:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfdk2-0000v2-QZ for submit@debbugs.gnu.org; Wed, 19 Jan 2011 14:30:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pfdjz-0000uq-06 for submit@debbugs.gnu.org; Wed, 19 Jan 2011 14:30:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfdrX-0004VC-1c for submit@debbugs.gnu.org; Wed, 19 Jan 2011 14:38:36 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_NONE, RECEIVED_FROM_WINDOWS_HOST, RFC_ABUSE_POST autolearn=no version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:58751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfdrW-0004V1-T7 for submit@debbugs.gnu.org; Wed, 19 Jan 2011 14:38:35 -0500 Received: from [140.186.70.92] (port=45911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfdrU-0004R9-Sn for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 14:38:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfdrT-0004UL-AJ for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 14:38:32 -0500 Received: from snt0-omc1-s31.snt0.hotmail.com ([65.55.90.42]:25887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfdrT-0004U2-4A for bug-gnu-emacs@gnu.org; Wed, 19 Jan 2011 14:38:31 -0500 Received: from SNT133-DS10 ([65.55.90.8]) by snt0-omc1-s31.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 19 Jan 2011 11:37:01 -0800 X-Originating-IP: [89.242.94.106] X-Originating-Email: [f.j.wright@live.co.uk] Message-ID: From: Francis Wright To: Subject: 23.2.92; --fullscreen, --maximized Date: Wed, 19 Jan 2011 19:37:02 +0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01CBB810.3F2C0C70" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Acu4EDRDKX8Zgx/BSBaO07a70a/b1A== Content-Language: en-gb X-OriginalArrivalTime: 19 Jan 2011 19:37:01.0968 (UTC) FILETIME=[3E9D6100:01CBB810] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) ------=_NextPart_000_0039_01CBB810.3F2C0C70 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your report will be posted to the bug-gnu-emacs@gnu.org mailing list and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Execute "runemacs --fullscreen" at a Windows command prompt. I would expect that Emacs would open filling the screen, more or less, apart from the taskbar, but it doesn't. The Emacs window is about 20% too short, it is the width of the full screen but hides under the taskbar (which I have along the right side) and the top left corner of the window is below and to the right of the top left corner of the screen. Replacing "--fullscreen" with "--maximized" behaves similarly and the window is certainly not maximized because I can still maximize it by clicking on the maximize button at the top right corner of the window. If I add "-q" or "-Q" to the command line then "--fullscreen" and "--maximized" both seem to be ignored completely, with one exception: "runemacs -q --fullscreen" and "runemacs -q --maximized" both cause the Emacs logo to be positioned at the right side of the window so that half of it is outside the window, instead of being centred. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file c:/Emacs/emacs-23.2.92/etc/DEBUG. In GNU Emacs 23.2.92.1 (i386-mingw-nt6.1.7600) of 2011-01-16 on 3249CTO Windowing system distributor `Microsoft Corp.', version 6.1.7600 configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/imagesupport/include' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.utf8 value of $XMODIFIERS: nil locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: show-paren-mode: t recentf-mode: t delete-selection-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Loading delsel...done Loading recentf...done Loading paren...done Loading c:/Users/fjw/AppData/Roaming/.recentf...done Cleaning up the recentf list...done (0 removed) For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: c:/Users/fjw/Emacs/site-lisp/whitespace hides c:/Emacs/emacs-23.2.92/lisp/whitespace c:/Users/fjw/Emacs/site-lisp/ls-lisp hides c:/Emacs/emacs-23.2.92/lisp/ls-lisp Features: (shadow sort mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils mailheader canlock sha1 hex-util hashcash mail-utils emacsbug saveplace uniquify advice help-fns advice-preload paren recentf tree-widget wid-edit easymenu delsel cus-start cus-load server tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty emacs) ------=_NextPart_000_0039_01CBB810.3F2C0C70 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

This bug = report will be sent to the Free Software Foundation,

not to your local site managers!

Please write in English if possible, because the Emacs = maintainers

usually do not have = translators to read other languages for them.

 

Your report = will be posted to the bug-gnu-emacs@gnu.org mailing = list

and the gnu.emacs.bug news = group, and at http://debbugs.gnu.org.

 

Please = describe exactly what actions triggered the bug

and the precise symptoms of the bug.  If you can, = give

a recipe starting from `emacs = -Q':

 

Execute "runemacs --fullscreen" at a Windows = command prompt. I would

expect that = Emacs would open filling the screen, more or less, = apart

from the taskbar, but it = doesn't. The Emacs window is about 20% too

short, it is the width of the full screen but hides = under the taskbar

(which I have along = the right side) and the top left corner of the

window is below and to the right of the top left = corner of the screen.

Replacing = "--fullscreen" with "--maximized" behaves similarly = and the

window is certainly not = maximized because I can still maximize it by

clicking on the maximize button at the top right = corner of the window.

If I add = "-q" or "-Q" to the command line then = "--fullscreen" and

"--maximized" both seem to be ignored = completely, with one exception:

"runemacs -q --fullscreen" and = "runemacs -q --maximized" both cause the

Emacs logo to be positioned at the right side of the = window so that half

of it is outside = the window, instead of being centred.

 

If Emacs = crashed, and you have the Emacs process in the gdb = debugger,

please include the output = from the following gdb commands:

    `bt full' and = `xbacktrace'.

For information about = debugging Emacs, please read the file

c:/Emacs/emacs-23.2.92/etc/DEBUG.

 

 

In GNU Emacs = 23.2.92.1 (i386-mingw-nt6.1.7600)

of = 2011-01-16 on 3249CTO

Windowing = system distributor `Microsoft Corp.', version 6.1.7600

configured using `configure --with-gcc (4.4) --no-opt = --cflags -Ic:/imagesupport/include'

 

Important = settings:

  value of $LC_ALL: = nil

  value of $LC_COLLATE: = nil

  value of $LC_CTYPE: = nil

  value of $LC_MESSAGES: = nil

  value of $LC_MONETARY: = nil

  value of $LC_NUMERIC: = nil

  value of $LC_TIME: = nil

  value of $LANG: = en_GB.utf8

  value of = $XMODIFIERS: nil

  = locale-coding-system: cp1252

  = default enable-multibyte-characters: t

 

Major mode: = Lisp Interaction

 

Minor modes = in effect:

  show-paren-mode: = t

  recentf-mode: = t

  delete-selection-mode: = t

  tooltip-mode: = t

  mouse-wheel-mode: = t

  tool-bar-mode: = t

  menu-bar-mode: = t

  file-name-shadow-mode: = t

  global-font-lock-mode: = t

  font-lock-mode: = t

  blink-cursor-mode: = t

  auto-encryption-mode: = t

  auto-compression-mode: = t

  column-number-mode: = t

  line-number-mode: = t

  transient-mark-mode: = t

 

Recent input:

<help-echo> <help-echo> <help-echo> = <help-echo> <help-echo>

<help-echo> <help-echo> <help-echo> = <help-echo> <help-echo>

<help-echo> <help-echo> <menu-bar> = <help-menu> <se

nd-emacs-bug-report>

 

Recent = messages:

Loading = delsel...done

Loading = recentf...done

Loading = paren...done

Loading = c:/Users/fjw/AppData/Roaming/.recentf...done

Cleaning up the recentf list...done (0 = removed)

For information about GNU = Emacs and the GNU system, type C-h C-a.

 

Load-path = shadows:

c:/Users/fjw/Emacs/site-lisp/whitespace hides = c:/Emacs/emacs-23.2.92/lisp/whitespace

c:/Users/fjw/Emacs/site-lisp/ls-lisp hides = c:/Emacs/emacs-23.2.92/lisp/ls-lisp

 

Features:

(shadow = sort mail-extr message ecomplete rfc822 mml mml-sec

password-cache mm-decode mm-bodies mm-encode mailcap = mail-parse rfc2231

rfc2047 rfc2045 qp = ietf-drums mailabbrev nnheader gnus-util netrc

time-date mm-util mail-prsvr gmm-utils mailheader = canlock sha1 hex-util

hashcash = mail-utils emacsbug saveplace uniquify advice help-fns

advice-preload paren recentf tree-widget wid-edit = easymenu delsel

cus-start cus-load = server tooltip ediff-hook vc-hooks lisp-float-type

mwheel dos-w32 disp-table ls-lisp w32-win w32-vars = tool-bar dnd fontset

image fringe = lisp-mode register page menu-bar rfn-eshadow timer = select

scroll-bar mldrag mouse = jit-lock font-lock syntax facemenu font-core

frame cham georgian utf-8-lang misc-lang vietnamese = tibetan thai

tai-viet lao korean = japanese hebrew greek romanian slovak czech european

ethiopic indian cyrillic chinese case-table epa-hook = jka-cmpr-hook help

simple abbrev = button minibuffer faces cus-face files text-properties

overlay md5 base64 format env code-pages mule custom = widget

hashtable-print-readable = backquote make-network-process multi-tty = emacs)

------=_NextPart_000_0039_01CBB810.3F2C0C70-- From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 13 13:34:20 2015 Received: (at 7867) by debbugs.gnu.org; 13 Feb 2015 18:34:20 +0000 Received: from localhost ([127.0.0.1]:42209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YML4F-0000Q5-TI for submit@debbugs.gnu.org; Fri, 13 Feb 2015 13:34:20 -0500 Received: from mout.gmx.net ([212.227.17.22]:51003) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YML4D-0000Pt-AA for 7867@debbugs.gnu.org; Fri, 13 Feb 2015 13:34:18 -0500 Received: from [88.117.117.6] ([88.117.117.6]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MKYpv-1YKxt62YEh-001xB8; Fri, 13 Feb 2015 19:34:11 +0100 Message-ID: <54DE439A.2030605@gmx.at> Date: Fri, 13 Feb 2015 19:34:02 +0100 From: martin rudalics MIME-Version: 1.0 To: Francis Wright , 7867@debbugs.gnu.org Subject: Re: 23.2.92; --fullscreen, --maximized References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:268yUOGLAxnfh/UwgwvwzNctJV8qgceIdLn2BrHioxEpBvshA68 IyU+tN5P5MwvOk/wK9nMixNYQPzgzGleyVdGCR/jcutdgbuvCZB8Y1W8LpGh0tuhMSsJkIk +hSXPeVvrSL19WgO31vig38P4a05mlQUGDaszu5Omhg/SHwJmtIRnw+Lb0gbgRrpuCKBbwZ Iw1kU68Uvbjy7bBqAvygw== X-UI-Out-Filterresults: notjunk:1; X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 7867 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 (/) > Execute "runemacs --fullscreen" at a Windows command prompt. I would > > expect that Emacs would open filling the screen, more or less, apart > > from the taskbar, but it doesn't. The Emacs window is about 20% too > > short, it is the width of the full screen but hides under the taskbar > > (which I have along the right side) and the top left corner of the > > window is below and to the right of the top left corner of the screen. > > Replacing "--fullscreen" with "--maximized" behaves similarly and the > > window is certainly not maximized because I can still maximize it by > > clicking on the maximize button at the top right corner of the window. > > If I add "-q" or "-Q" to the command line then "--fullscreen" and > > "--maximized" both seem to be ignored completely, with one exception: > > "runemacs -q --fullscreen" and "runemacs -q --maximized" both cause the > > Emacs logo to be positioned at the right side of the window so that half > > of it is outside the window, instead of being centred. Hi Francis Sorry for not responding earlier but I had no idea whether --fullscreen was supposed to work on Windows at all. I recently made a number of changes in this area and hopefully fixed this particular problem too. So if you have a chance to access current master/trunk, please try it. Thank you very much for the report, martin From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 06 07:06:54 2015 Received: (at 7867-done) by debbugs.gnu.org; 6 Jul 2015 11:06:54 +0000 Received: from localhost ([127.0.0.1]:41536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZC4Ef-0005KR-67 for submit@debbugs.gnu.org; Mon, 06 Jul 2015 07:06:54 -0400 Received: from mout.gmx.net ([212.227.17.22]:62643) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZC4Ed-0005K9-6e for 7867-done@debbugs.gnu.org; Mon, 06 Jul 2015 07:06:51 -0400 Received: from [188.22.238.62] ([188.22.238.62]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MLvLE-1Z6b7p2VmG-007jAd; Mon, 06 Jul 2015 13:06:45 +0200 Message-ID: <559A6144.8010606@gmx.at> Date: Mon, 06 Jul 2015 13:06:44 +0200 From: martin rudalics MIME-Version: 1.0 To: Francis Wright , 7867-done@debbugs.gnu.org Subject: Re: bug#7867: 23.2.92; --fullscreen, --maximized References: <54DE439A.2030605@gmx.at> In-Reply-To: <54DE439A.2030605@gmx.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:cv5CSTmHlcTFXEOh9vuSomT/RfA9ie0um6Oc9r8vn/Xfp+wdeqY ubmkMMeaGbN6Rn1nn00D/gkYO0hGAMWFE6HRIoVh7hFDsdDOLWusuAMvIkmou2iGs4QYXMl +qUla5baMJ9cGugMPsYOlB/v/0E+QfHvKiejhVuPegbCpg/ZFaEp3NB0AIqbLnHh88JU7WD p5gFDA+ySpOd3pKZ256vA== X-UI-Out-Filterresults: notjunk:1;V01:K0:eRpH/VPbIsM=:9sc7UiHxy/Yq1pK8mJdgG3 E+j39URDofdrSjB9lEs/yXOZrqCEQINHPFqpdWKTJ5F9J9QUC788hym08kyNrHdV5mhCWELn0 f+s8ZXkvONQn6qnVa83p1UiHQsC9ak4AEquqPk8qihWYNl83xlh00lWldenSoqmR81K0b9ueK Y39QJMMfbl4dRvkJrm4TU5Xw3i21hK/uydwvW1i+OdwVZcbl/TsnRfcn3jpo21DK4eqeH0C/n vWbz6S+7CBDfYoCJPA5Ee/5uqc5HYpWNUGU01CUr50L3ne12VUSdfis7pwm9Xco8MFCvj5Ffo KT9lwFVDgX08lfE7+N7Fxy9Smxky7QvVSS6qjtPvzQr3WBAqTRN5wBAcQWe5OzBczCSl2uSzL jVkWXAKdy0KOTxzPJN7hEwZ42R/lchAA5CXVJDh/sWq7yjQZXmUsZ/fRuAw/cK2v2S1QDChji PkeFfIjy8W/HFfayddhX71xA3nWrMF8gNECsjOI6zRquXLZM59eDYa0cs0XOxOHVQIl/g6LHW W2L/scKx9A9wK0bAfQCzqRE0uejqfIbhRe0CrITozkJ80exUUkgHJ4Hdmi8czZgkbGNUAg7R5 b3VHt6eYL9KV3jK6ey5MSJ7jUg0PSqgZkGGdGbdkOxESOdx2uCbknASNnnr+dXT1CwCAeJrGf xpr5r8RODo174VWSMxwIfm/ShrOmI3iGcFHm5grNx9w6gQ0rgyYLcos1SC9XJOnwn/FI= X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 7867-done 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 (/) Version: 25.1 > Sorry for not responding earlier but I had no idea whether --fullscreen > was supposed to work on Windows at all. I recently made a number of > changes in this area and hopefully fixed this particular problem too. > So if you have a chance to access current master/trunk, please try it. Closing this bug. martin From unknown Fri Jun 20 05:35:54 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, 03 Aug 2015 11:24:05 +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