* bug#7867: 23.2.92; --fullscreen, --maximized
@ 2011-01-19 19:37 Francis Wright
2015-02-13 18:34 ` martin rudalics
0 siblings, 1 reply; 3+ messages in thread
From: Francis Wright @ 2011-01-19 19:37 UTC (permalink / raw)
To: 7867
[-- Attachment #1: Type: text/plain, Size: 4582 bytes --]
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)
[-- Attachment #2: Type: text/html, Size: 9976 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#7867: 23.2.92; --fullscreen, --maximized
2011-01-19 19:37 bug#7867: 23.2.92; --fullscreen, --maximized Francis Wright
@ 2015-02-13 18:34 ` martin rudalics
2015-07-06 11:06 ` martin rudalics
0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2015-02-13 18:34 UTC (permalink / raw)
To: Francis Wright, 7867
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#7867: 23.2.92; --fullscreen, --maximized
2015-02-13 18:34 ` martin rudalics
@ 2015-07-06 11:06 ` martin rudalics
0 siblings, 0 replies; 3+ messages in thread
From: martin rudalics @ 2015-07-06 11:06 UTC (permalink / raw)
To: Francis Wright, 7867-done
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-06 11:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-19 19:37 bug#7867: 23.2.92; --fullscreen, --maximized Francis Wright
2015-02-13 18:34 ` martin rudalics
2015-07-06 11:06 ` martin rudalics
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.