unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20991: 24.5; start iconified in Windows disfunctional
@ 2015-07-06  4:37 Jurzitza Dieter
  2015-07-06 13:52 ` martin rudalics
  0 siblings, 1 reply; 11+ messages in thread
From: Jurzitza Dieter @ 2015-07-06  4:37 UTC (permalink / raw)
  To: 20991

From: djurzitza@our.domain.is.not.set
To: bug-gnu-emacs@gnu.org
Subject: 24.5; start iconified in Windows disfunctional
--text follows this line--
When starting emacs in Windows (Win 7) with parameter "-iconic" or with icon configuration saying start iconic, it always runs foreground.
Doing the same in linux does never cause similar issues. It would be very kind if someone could take a look why this happens.
Thank you very much,
take care





Dieter Jurzitza





In GNU Emacs 24.5.1 (x86_64-w64-mingw32)
 of 2015-04-12 on KAEL
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/z/emacs --host=x86_64-w64-mingw32
 --target=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --with-wide-int
 --with-jpeg --with-xpm --with-png --with-tiff --with-rsvg --with-xml2
 --with-gnutls --with-sound=yes --with-file-notification=yes
 --without-dbus --without-imagemagick 'CFLAGS=-Ofast
 -fomit-frame-pointer -funroll-loops -g0 -pipe' 'LDFLAGS=-static-libgcc
 -static-libstdc++ -static -s -Wl,-s''

Important settings:
  value of $LANG: DEU
  locale-coding-system: cp1252

Major mode: Fundamental

Minor modes in effect:
  cua-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
Loading delsel...done
Loading paren...done
Error setting ispell-dictionary-alist: (void-variable ispell-dictionary-alist-1)
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading `gnuserv-compat': old-style backquotes detected!

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr warnings emacsbug message format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils gnuserv-compat gnuserv devices
cl-macs advice help-fns cl gv compile comint ansi-color ring cua-base
ido edmacro kmacro cl-loaddefs cl-lib paren delsel cus-start cus-load
time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-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 nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)

Memory information:
((conses 16 100670 6535)
 (symbols 56 20549 0)
 (miscs 48 87 107)
 (strings 32 17994 4698)
 (string-bytes 1 499528)
 (vectors 16 11459)
 (vector-slots 8 395314 5969)
 (floats 8 74 51)
 (intervals 56 280 38)
 (buffers 960 13))






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

* bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-06  4:37 bug#20991: 24.5; start iconified in Windows disfunctional Jurzitza Dieter
@ 2015-07-06 13:52 ` martin rudalics
  2015-07-06 17:00   ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: martin rudalics @ 2015-07-06 13:52 UTC (permalink / raw)
  To: Jurzitza Dieter, 20991

 > When starting emacs in Windows (Win 7) with parameter "-iconic" or with icon configuration saying start iconic, it always runs foreground.
 > Doing the same in linux does never cause similar issues. It would be very kind if someone could take a look why this happens.

Works on Windows XP.  Does it happen with "emacs -Q -iconic" too?

Does

M-: (set-frame-parameter nil 'visibility 'icon)

iconify the frame?

martin





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

* bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-06 13:52 ` martin rudalics
@ 2015-07-06 17:00   ` Eli Zaretskii
  2015-07-07  4:32     ` bug#20991: AW: " Jurzitza Dieter
  2015-07-07  7:22     ` martin rudalics
  0 siblings, 2 replies; 11+ messages in thread
From: Eli Zaretskii @ 2015-07-06 17:00 UTC (permalink / raw)
  To: martin rudalics; +Cc: dieter.jurzitza, 20991

> Date: Mon, 06 Jul 2015 15:52:31 +0200
> From: martin rudalics <rudalics@gmx.at>
> 
>  > When starting emacs in Windows (Win 7) with parameter "-iconic" or with icon configuration saying start iconic, it always runs foreground.
>  > Doing the same in linux does never cause similar issues. It would be very kind if someone could take a look why this happens.
> 
> Works on Windows XP.

In Emacs 24.5?  Not for me.

It appears that this problem was already solved in the development
sources, so I guess we can close this bug.

> Does it happen with "emacs -Q -iconic" too?

With Emacs 24.5, yes.  With the latest Git master, no.





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

* bug#20991: AW: bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-06 17:00   ` Eli Zaretskii
@ 2015-07-07  4:32     ` Jurzitza Dieter
  2015-07-07  7:22       ` martin rudalics
  2015-07-07  7:22     ` martin rudalics
  1 sibling, 1 reply; 11+ messages in thread
From: Jurzitza Dieter @ 2015-07-07  4:32 UTC (permalink / raw)
  To: Eli Zaretskii, martin rudalics; +Cc: 20991@debbugs.gnu.org

Dear listmembers,
thank you very much for your quick replies. I tested 

emacs -Q -iconic

on my Win 7 installation - no change in behaviour as pointed out by Mr. Zaretski. From your comments I read that I simply have to wait a little bit - the issue is known and "on it's way to be fixed".

Thanks again,
take care




Dieter Jurzitza


> -----Ursprüngliche Nachricht-----
> Von: Eli Zaretskii [mailto:eliz@gnu.org]
> Gesendet: Montag, 6. Juli 2015 19:01
> An: martin rudalics
> Cc: Jurzitza Dieter; 20991@debbugs.gnu.org
> Betreff: Re: bug#20991: 24.5; start iconified in Windows disfunctional
> 
> > Date: Mon, 06 Jul 2015 15:52:31 +0200
> > From: martin rudalics <rudalics@gmx.at>
> >
> >  > When starting emacs in Windows (Win 7) with parameter "-iconic" or with
> icon configuration saying start iconic, it always runs foreground.
> >  > Doing the same in linux does never cause similar issues. It would be very
> kind if someone could take a look why this happens.
> >
> > Works on Windows XP.
> 
> In Emacs 24.5?  Not for me.
> 
> It appears that this problem was already solved in the development sources, so I
> guess we can close this bug.
> 
> > Does it happen with "emacs -Q -iconic" too?
> 
> With Emacs 24.5, yes.  With the latest Git master, no.





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

* bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-06 17:00   ` Eli Zaretskii
  2015-07-07  4:32     ` bug#20991: AW: " Jurzitza Dieter
@ 2015-07-07  7:22     ` martin rudalics
  1 sibling, 0 replies; 11+ messages in thread
From: martin rudalics @ 2015-07-07  7:22 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: dieter.jurzitza, 20991

 >> Works on Windows XP.
 >
 > In Emacs 24.5?  Not for me.

Neither for me.

 > It appears that this problem was already solved in the development
 > sources, so I guess we can close this bug.

I vaguely recall fixing some other size related command line options
which were completely broken on Windows in previous versions.  But I
don't recall anything particular about this one.

 >> Does it happen with "emacs -Q -iconic" too?
 >
 > With Emacs 24.5, yes.  With the latest Git master, no.

Same here.

martin





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

* bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-07  4:32     ` bug#20991: AW: " Jurzitza Dieter
@ 2015-07-07  7:22       ` martin rudalics
  2015-07-08  6:15         ` bug#20991: AW: " Jurzitza Dieter
  0 siblings, 1 reply; 11+ messages in thread
From: martin rudalics @ 2015-07-07  7:22 UTC (permalink / raw)
  To: Jurzitza Dieter, Eli Zaretskii; +Cc: 20991@debbugs.gnu.org

 > From your comments I read that I simply have to wait a little bit -
 > the issue is known and "on it's way to be fixed".

It apparently has been fixed already.  Can you try the development
version?

martin





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

* bug#20991: AW: bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-07  7:22       ` martin rudalics
@ 2015-07-08  6:15         ` Jurzitza Dieter
  2015-07-08  7:09           ` martin rudalics
  0 siblings, 1 reply; 11+ messages in thread
From: Jurzitza Dieter @ 2015-07-08  6:15 UTC (permalink / raw)
  To: martin rudalics, Eli Zaretskii; +Cc: 20991@debbugs.gnu.org

Dear Martin,
thank you for the hint - is there any location to download the development-version for MS-Windows? I can easily compile whatever is necessary on linux, however, MS-Windows is causing me trouble in this regard.
Thanks again,
take care




Dieter Jurzitza 

______________________________________
Herrmann Ultraschalltechnik GmbH & Co. KG
i.A. Dr.-Ing. Dieter Jurzitza
Entwicklung Elektronik


Zentrale      +49 7248 79-0
Durchwahl  +49 7248 79-756
Telefax        +49 7248 79-12
Mobil           +49 151 1224 5662

E-mail:   dieter.jurzitza@herrmannultraschall.com
Internet: www.herrmannultraschall.com





Herrmann Ultraschalltechnik GmbH & Co. KG 
Descostr. 3-9, 76307 Karlsbad, Deutschland
Registergericht: Amtsgericht Mannheim, HRA 360967
Umsatzsteuer-Identifikationsnummer gemäß §27a UStG: DE812079518
Gesellschafter: 
Herrmann Ultraschalltechnik Verwaltungs GmbH, 
Registergericht: Amtsgericht Mannheim, HRB 361942
Geschäftsführer: Walter Herrmann, Thomas Herrmann, 
Arnold Schneider, Anja Zschernig
_______________________________________________________________________

Diese E-mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. 
This E-mail may contain confidential and/or privileged information.  If you are not the intended recipient (or have received this E-mail in error) please notify the sender immediately and destroy this E-mail. Any unauthorized copying, disclosure or distribution of the material in this E-mail is strictly forbidden

> -----Ursprüngliche Nachricht-----
> Von: martin rudalics [mailto:rudalics@gmx.at]
> Gesendet: Dienstag, 7. Juli 2015 09:23
> An: Jurzitza Dieter; Eli Zaretskii
> Cc: 20991@debbugs.gnu.org
> Betreff: Re: bug#20991: 24.5; start iconified in Windows disfunctional
> 
>  > From your comments I read that I simply have to wait a little bit -  > the issue
> is known and "on it's way to be fixed".
> 
> It apparently has been fixed already.  Can you try the development version?
> 
> martin





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

* bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-08  6:15         ` bug#20991: AW: " Jurzitza Dieter
@ 2015-07-08  7:09           ` martin rudalics
  2015-07-08 11:09             ` bug#20991: AW: " Jurzitza Dieter
  0 siblings, 1 reply; 11+ messages in thread
From: martin rudalics @ 2015-07-08  7:09 UTC (permalink / raw)
  To: Jurzitza Dieter, Eli Zaretskii; +Cc: 20991@debbugs.gnu.org

 > thank you for the hint - is there any location to download the
 > development-version for MS-Windows?

Dani Moncayo provides the most recent binaries here:

http://sourceforge.net/projects/emacs-bin/?source=recommended

You could also have a look at:

http://sourceforge.net/projects/emacsbinw64/files/snapshot/

Good luck, martin





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

* bug#20991: AW: bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-08  7:09           ` martin rudalics
@ 2015-07-08 11:09             ` Jurzitza Dieter
  2015-07-08 14:27               ` Eli Zaretskii
  0 siblings, 1 reply; 11+ messages in thread
From: Jurzitza Dieter @ 2015-07-08 11:09 UTC (permalink / raw)
  To: martin rudalics, Eli Zaretskii; +Cc: 20991@debbugs.gnu.org

Dear Martin,
ok, I took a recent emacs version (64 Bit) from here: 

http://sourceforge.net/projects/emacsbinw64/files/snapshot/

- starting "runemacs -iconic"
 
is working now as expected, emacs stays iconified in the menubar

- adjusting the desktop icon's properties  in such a way that the application should start iconified does currently not work (GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)
 of 2015-06-26 on KAEL), emacs pops up in the foreground (using "runemacs"). You have to add "-iconic" to the commandline of the icon configuration in order to make this functional.

The second case is kind of toleable but still emacs does not behave as a regular windows application would do. Apparently the attributes of the icon do not get propagated to the application somehow.
This is just to let you know about my findings, many thanks for your efforts and suggestions anyway,
take care





Dieter Jurzitza
 

> -----Ursprüngliche Nachricht-----
> Von: martin rudalics [mailto:rudalics@gmx.at]
> Gesendet: Mittwoch, 8. Juli 2015 09:10
> An: Jurzitza Dieter; Eli Zaretskii
> Cc: 20991@debbugs.gnu.org
> Betreff: Re: bug#20991: 24.5; start iconified in Windows disfunctional
> 
>  > thank you for the hint - is there any location to download the  > development-
> version for MS-Windows?
> 
> Dani Moncayo provides the most recent binaries here:
> 
> http://sourceforge.net/projects/emacs-bin/?source=recommended
> 
> You could also have a look at:
> 
> http://sourceforge.net/projects/emacsbinw64/files/snapshot/
> 
> Good luck, martin





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

* bug#20991: AW: bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-08 11:09             ` bug#20991: AW: " Jurzitza Dieter
@ 2015-07-08 14:27               ` Eli Zaretskii
  2015-07-09  6:06                 ` bug#20991: AW: " Jurzitza Dieter
  0 siblings, 1 reply; 11+ messages in thread
From: Eli Zaretskii @ 2015-07-08 14:27 UTC (permalink / raw)
  To: Jurzitza Dieter; +Cc: 20991-done

> From: Jurzitza Dieter <dieter.jurzitza@herrmannultraschall.com>
> CC: "20991@debbugs.gnu.org" <20991@debbugs.gnu.org>
> Date: Wed, 8 Jul 2015 11:09:14 +0000
> 
> - adjusting the desktop icon's properties  in such a way that the application should start iconified does currently not work (GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)
>  of 2015-06-26 on KAEL), emacs pops up in the foreground (using "runemacs"). You have to add "-iconic" to the commandline of the icon configuration in order to make this functional.
> 
> The second case is kind of toleable but still emacs does not behave as a regular windows application would do. Apparently the attributes of the icon do not get propagated to the application somehow.

The properties do get propagated to the application, but it's not the
application you want.  The runemacs.exe application indeed runs
minimized, but you want emacs.exe to start minimized instead.  That's
not something that can work without us coding it specifically to work
this way, as in general these properties are not automatically passed
from parent process to the child processes.

I installed a change to run Emacs with the --iconic option when
runemacs.exe is invoked "minimized".  So some next binary of a
development snapshot you will download will work as you expect.

With all the issues in this bug report now resolved, I'm closing it.

Thanks.





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

* bug#20991: AW: AW: bug#20991: 24.5; start iconified in Windows disfunctional
  2015-07-08 14:27               ` Eli Zaretskii
@ 2015-07-09  6:06                 ` Jurzitza Dieter
  0 siblings, 0 replies; 11+ messages in thread
From: Jurzitza Dieter @ 2015-07-09  6:06 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 20991-done@debbugs.gnu.org

Hello Eli,
thank you very much for your time and your efforts. I really appreciate all the work you are doing and consequently providing such a tool like Emacs. 
Emacs on Windows is not my preferred working environment, however, my business environment forces me to use Windows the most part of the day, so I am very happy that people like you make it possible to continue using my preferred editor at least.
I will test again in a little while from now and report my findings again - many thanks for your efforts until then,
take care




Dieter Jurzitza


> -----Ursprüngliche Nachricht-----
> Von: Eli Zaretskii [mailto:eliz@gnu.org]
> Gesendet: Mittwoch, 8. Juli 2015 16:27
> An: Jurzitza Dieter
> Cc: rudalics@gmx.at; 20991-done@debbugs.gnu.org
> Betreff: Re: AW: bug#20991: 24.5; start iconified in Windows disfunctional
> 
> > From: Jurzitza Dieter <dieter.jurzitza@herrmannultraschall.com>
> > CC: "20991@debbugs.gnu.org" <20991@debbugs.gnu.org>
> > Date: Wed, 8 Jul 2015 11:09:14 +0000
> >
> > - adjusting the desktop icon's properties  in such a way that the
> > application should start iconified does currently not work (GNU Emacs
> 25.0.50.1 (x86_64-w64-mingw32)  of 2015-06-26 on KAEL), emacs pops up in the
> foreground (using "runemacs"). You have to add "-iconic" to the commandline of
> the icon configuration in order to make this functional.
> >
> > The second case is kind of toleable but still emacs does not behave as a
> regular windows application would do. Apparently the attributes of the icon do not
> get propagated to the application somehow.
> 
> The properties do get propagated to the application, but it's not the application
> you want.  The runemacs.exe application indeed runs minimized, but you want
> emacs.exe to start minimized instead.  That's not something that can work
> without us coding it specifically to work this way, as in general these properties
> are not automatically passed from parent process to the child processes.
> 
> I installed a change to run Emacs with the --iconic option when runemacs.exe is
> invoked "minimized".  So some next binary of a development snapshot you will
> download will work as you expect.
> 
> With all the issues in this bug report now resolved, I'm closing it.
> 
> Thanks.





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

end of thread, other threads:[~2015-07-09  6:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-06  4:37 bug#20991: 24.5; start iconified in Windows disfunctional Jurzitza Dieter
2015-07-06 13:52 ` martin rudalics
2015-07-06 17:00   ` Eli Zaretskii
2015-07-07  4:32     ` bug#20991: AW: " Jurzitza Dieter
2015-07-07  7:22       ` martin rudalics
2015-07-08  6:15         ` bug#20991: AW: " Jurzitza Dieter
2015-07-08  7:09           ` martin rudalics
2015-07-08 11:09             ` bug#20991: AW: " Jurzitza Dieter
2015-07-08 14:27               ` Eli Zaretskii
2015-07-09  6:06                 ` bug#20991: AW: " Jurzitza Dieter
2015-07-07  7:22     ` martin rudalics

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).