GNU bug report logs -
#13935
24.3.50; `fullscreen' frame parameter is wrong, on MS Windows at least
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Tue, 12 Mar 2013 20:58:02 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 23 Mar 2013 11:34:35 +0200
with message-id <83fvzm4fys.fsf <at> gnu.org>
and subject line Re: bug#13935: 24.3.50; `fullscreen' frame parameter is wrong, on MS Windows at least
has caused the debbugs.gnu.org bug report #13935,
regarding 24.3.50; `fullscreen' frame parameter is wrong, on MS Windows at least
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
13935: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13935
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
emacs -Q
M-: (modify-frame-parameters nil '((fullscreen . fullboth)))
The frame is not wide enough - about a centimeter too narrow.
M-: (modify-frame-parameters nil '((fullscreen . maximized)))
This does maximize the frame.
However, the Elisp manual, node `Size Parameters', is incorrect in
saying that either `maximized' or `fullboth' does not have
window-manager decorations.
Beyond that, I suspect that the text is anyway mistaken wrt the order,
and that what was meant was that `fullboth', not `maximized, still has
decorations. Dunno about that, however.
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2013-03-04 on ODIEONE
Bzr revision: 111935 yamaoka <at> jpl.org-20130304102733-4qy111z41qwoh2as
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
[Message part 3 (message/rfc822, inline)]
> Date: Fri, 15 Mar 2013 10:30:40 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 13935 <at> debbugs.gnu.org
>
> I'd like to change the manual text to say the following (only the last
> sentence was modified). Can someone (Jan?) please verify that this is
> reasonably correct for all the window managers we support? If not,
> what needs to be changed in the wording of the last sentence?
>
> Specify that width, height or both shall be maximized. The value
> @code{fullwidth} specifies that width shall be as wide as possible.
> The value @code{fullheight} specifies that height shall be as tall as
> possible. The value @code{fullboth} specifies that both the width and
> the height shall be set to the size of the screen. The value
> @code{maximized} specifies that the frame shall be maximized. The
> difference between @code{maximized} and @code{fullboth} is that the
> former can still be resized by dragging window manager decorations
> with the mouse, while the latter really covers the whole screen and
> does not allow resizing by mouse dragging.
>
> Thanks.
No comments, so I committed the above as trunk revision 112115, and
I'm closing the bug report.
This bug report was last modified 12 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.