unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar
@ 2011-10-31 20:45 Rolf Campbell
  2012-05-25 16:20 ` Rolf Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Campbell @ 2011-10-31 20:45 UTC (permalink / raw)
  To: 9925

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgement at that address.
 
Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.
 
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':
 
1) Move Windows XP taskbar to left side of screen.
1) Run "emacs -Q"
2) Click the maximize button (in the window title bar).
3) Click the minimize button (in the window title bar).
4) Click the emacs taskbar button.

Expected Result:
Emacs window should be in the same position as it was after step #2.

Actual Result:
Emacs window is shoved to the left-hand edge of the screen, partly obscured behind the taskbar.

The strange thing about this is that I have 2 Windows XP systems which I've tried this exact recipe (with the same version of Emacs), and I can only reproduce this problem on one of them (this one).

Searching found this bug report from more than 10 years ago complaining about the same thing: http://lists.gnu.org/archive/html/bug-gnu-emacs/2001-05/msg00022.html

This is not a new bug, I was able to reproduce on v23.1 and v23.3.

------------------------
 
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:/Program Files/emacs-24.0.91/etc/DEBUG.
 

In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600)
 of 2011-10-30 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.6) --no-opt --cflags -I"D:/devel/emacs/libs/libXpm-3.5.8/include" -I"D:/devel/emacs/libs/libXpm-3.5.8/src" -I"D:/devel/emacs/libs/libpng-dev_1.4.3-1/include" -I"D:/devel/emacs/libs/zlib-dev_1.2.5-2/include" -I"D:/devel/emacs/libs/giflib-4.1.4-1/include" -I"D:/devel/emacs/libs/jpeg-6b-4/include" -I"D:/devel/emacs/libs/tiff-3.8.2-1/include" -I"D:/devel/emacs/libs/gnutls-2.10.1/include" --ldflags -L"D:/devel/emacs/libs/gnutls-2.10.1/lib"'
 
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: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default enable-multibyte-characters: t
 
Major mode: Fundamental
 
Minor modes in effect:
  shell-dirtrack-mode: t
  pc-selection-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  auto-insert-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
 
Recent input:
<lwindow> <help-echo> <help-echo> <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> <about-emacs> <help-echo> <help-echo> 
<lwindow> <lwindow> <lwindow> <lwindow> <help-echo> 
<lwindow> <help-echo> M-x r e p o r t <tab> <retur
n>
 
Recent messages:
Loading autoinsert...done
Loading delsel...done
Loading grep...done
Loading paren...done
Fill column set to 77 (was 70)
For information about GNU Emacs and the GNU system, type C-h C-a.
Package pc-select is obsolete!
For information about GNU Emacs and the GNU system, type C-h C-a.
 
Load-path shadows:
None found.
 
Features:
(shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
emacsbug etags ido ffap python-21 python easymenu tex-mode shell
pcomplete skeleton edmacro kmacro pc-select paren grep compile comint
regexp-opt ring delsel autoinsert cus-start cus-load time-date 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 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 minibuffer button
faces cus-face files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process multi-tty emacs)






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar
  2011-10-31 20:45 bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar Rolf Campbell
@ 2012-05-25 16:20 ` Rolf Campbell
  2012-05-25 17:04   ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Campbell @ 2012-05-25 16:20 UTC (permalink / raw)
  To: 9925

On 2011-10-31 16:45, Rolf Campbell wrote:
> This bug report will be sent to the Bug-GNU-Emacs mailing list
> and the GNU bug tracker at debbugs.gnu.org.  Please check that
> the From: line contains a valid email address.  After a delay of up
> to one day, you should receive an acknowledgement at that address.
>  
> Please write in English if possible, as the Emacs maintainers
> usually do not have translators for other languages.
>  
> 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':
>  
> 1) Move Windows XP taskbar to left side of screen.
> 1) Run "emacs -Q"
> 2) Click the maximize button (in the window title bar).
> 3) Click the minimize button (in the window title bar).
> 4) Click the emacs taskbar button.
> 
> Expected Result:
> Emacs window should be in the same position as it was after step #2.
> 
> Actual Result:
> Emacs window is shoved to the left-hand edge of the screen, partly obscured behind the taskbar.
> 
> The strange thing about this is that I have 2 Windows XP systems which I've tried this exact recipe (with the same version of Emacs), and I can only reproduce this problem on one of them (this one).
> 
> Searching found this bug report from more than 10 years ago complaining about the same thing: http://lists.gnu.org/archive/html/bug-gnu-emacs/2001-05/msg00022.html
> 
> This is not a new bug, I was able to reproduce on v23.1 and v23.3.
> 
> ------------------------
>  
> 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:/Program Files/emacs-24.0.91/etc/DEBUG.
>  
> 
> In GNU Emacs 24.0.91.1 (i386-mingw-nt5.1.2600)
>  of 2011-10-30 on MARVIN
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (4.6) --no-opt --cflags -I"D:/devel/emacs/libs/libXpm-3.5.8/include" -I"D:/devel/emacs/libs/libXpm-3.5.8/src" -I"D:/devel/emacs/libs/libpng-dev_1.4.3-1/include" -I"D:/devel/emacs/libs/zlib-dev_1.2.5-2/include" -I"D:/devel/emacs/libs/giflib-4.1.4-1/include" -I"D:/devel/emacs/libs/jpeg-6b-4/include" -I"D:/devel/emacs/libs/tiff-3.8.2-1/include" -I"D:/devel/emacs/libs/gnutls-2.10.1/include" --ldflags -L"D:/devel/emacs/libs/gnutls-2.10.1/lib"'
>  
> 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: ENU
>   value of $XMODIFIERS: nil
>   locale-coding-system: cp1252
>   default enable-multibyte-characters: t
>  
> Major mode: Fundamental
>  
> Minor modes in effect:
>   shell-dirtrack-mode: t
>   pc-selection-mode: t
>   show-paren-mode: t
>   delete-selection-mode: t
>   auto-insert-mode: t
>   tooltip-mode: t
>   mouse-wheel-mode: t
>   menu-bar-mode: t
>   file-name-shadow-mode: t
>   global-font-lock-mode: t
>   blink-cursor-mode: t
>   auto-composition-mode: t
>   auto-encryption-mode: t
>   auto-compression-mode: t
>   column-number-mode: t
>   line-number-mode: t
>   transient-mark-mode: t
>  
> Recent input:
> <lwindow> <help-echo> <help-echo> <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> <about-emacs> <help-echo> <help-echo> 
> <lwindow> <lwindow> <lwindow> <lwindow> <help-echo> 
> <lwindow> <help-echo> M-x r e p o r t <tab> <retur
> n>
>  
> Recent messages:
> Loading autoinsert...done
> Loading delsel...done
> Loading grep...done
> Loading paren...done
> Fill column set to 77 (was 70)
> For information about GNU Emacs and the GNU system, type C-h C-a.
> Package pc-select is obsolete!
> For information about GNU Emacs and the GNU system, type C-h C-a.
>  
> Load-path shadows:
> None found.
>  
> Features:
> (shadow sort gnus-util mail-extr message format-spec rfc822 mml mml-sec
> mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
> ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader
> emacsbug etags ido ffap python-21 python easymenu tex-mode shell
> pcomplete skeleton edmacro kmacro pc-select paren grep compile comint
> regexp-opt ring delsel autoinsert cus-start cus-load time-date 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 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 minibuffer button
> faces cus-face files text-properties overlay sha1 md5 base64 format env
> code-pages mule custom widget hashtable-print-readable backquote
> make-network-process multi-tty emacs)

I testing this issue on Windows 7 and got the same results.  This is not
limited to Windows XP.







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar
  2012-05-25 16:20 ` Rolf Campbell
@ 2012-05-25 17:04   ` Juanma Barranquero
  2012-05-28 14:57     ` Rolf Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2012-05-25 17:04 UTC (permalink / raw)
  To: Rolf Campbell; +Cc: 9925

>> 1) Move Windows XP taskbar to left side of screen.
>> 1) Run "emacs -Q"
>> 2) Click the maximize button (in the window title bar).
>> 3) Click the minimize button (in the window title bar).
>> 4) Click the emacs taskbar button.

>> Actual Result:
>> Emacs window is shoved to the left-hand edge of the screen, partly obscured behind the taskbar.

> I testing this issue on Windows 7 and got the same results.  This is not
> limited to Windows XP.

I can not reproduce it on Windows 7. After 4), Emacs uses the full
screen, minus the left-side taskbar, which is not obscured.

    Juanma





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar
  2012-05-25 17:04   ` Juanma Barranquero
@ 2012-05-28 14:57     ` Rolf Campbell
  2019-11-21 11:57       ` bug#10534: " Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Rolf Campbell @ 2012-05-28 14:57 UTC (permalink / raw)
  To: 9925

On 2012-05-25 13:04, Juanma Barranquero wrote:
>>> 1) Move Windows XP taskbar to left side of screen.
>>> 1) Run "emacs -Q"
>>> 2) Click the maximize button (in the window title bar).
>>> 3) Click the minimize button (in the window title bar).
>>> 4) Click the emacs taskbar button.
> 
>>> Actual Result:
>>> Emacs window is shoved to the left-hand edge of the screen, partly obscured behind the taskbar.
> 
>> I testing this issue on Windows 7 and got the same results.  This is not
>> limited to Windows XP.
> 
> I can not reproduce it on Windows 7. After 4), Emacs uses the full
> screen, minus the left-side taskbar, which is not obscured.
> 
>     Juanma

Sorry, I left out an important detail.  For Windows 7, you must be
running the "Windows Classic" theme.  With any of the normal themes,
emacs work correctly.






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#10534: bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar
  2012-05-28 14:57     ` Rolf Campbell
@ 2019-11-21 11:57       ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2019-11-21 11:57 UTC (permalink / raw)
  To: Rolf Campbell; +Cc: 10534, 9925

Rolf Campbell <rcampbell-cygwin@dragonwaveinc.com> writes:

> On 2012-05-25 13:04, Juanma Barranquero wrote:
>>>> 1) Move Windows XP taskbar to left side of screen.
>>>> 1) Run "emacs -Q"
>>>> 2) Click the maximize button (in the window title bar).
>>>> 3) Click the minimize button (in the window title bar).
>>>> 4) Click the emacs taskbar button.
>> 
>>>> Actual Result:
>>>> Emacs window is shoved to the left-hand edge of the screen, partly obscured behind the taskbar.
>> 
>>> I testing this issue on Windows 7 and got the same results.  This is not
>>> limited to Windows XP.
>> 
>> I can not reproduce it on Windows 7. After 4), Emacs uses the full
>> screen, minus the left-side taskbar, which is not obscured.
>> 
>>     Juanma
>
> Sorry, I left out an important detail.  For Windows 7, you must be
> running the "Windows Classic" theme.  With any of the normal themes,
> emacs work correctly.

This was reported 7 years ago.  Are you still seeing this in a modern
version of Emacs?

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-21 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-31 20:45 bug#9925: 24.0.91; Maxmized, minimize, restore: emacs window hides under taskbar Rolf Campbell
2012-05-25 16:20 ` Rolf Campbell
2012-05-25 17:04   ` Juanma Barranquero
2012-05-28 14:57     ` Rolf Campbell
2019-11-21 11:57       ` bug#10534: " Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).