From unknown Fri Aug 15 15:31:01 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#8268 <8268@debbugs.gnu.org> To: bug#8268 <8268@debbugs.gnu.org> Subject: Status: Windows Emacs Console persists while running running emacs.exe. Reply-To: bug#8268 <8268@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:31:01 +0000 retitle 8268 Windows Emacs Console persists while running running emacs.exe. reassign 8268 emacs submitter 8268 "Nicholas \"Indy\" Ray" severity 8268 wishlist tag 8268 wontfix thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 00:05:23 2011 Received: (at submit) by debbugs.gnu.org; 17 Mar 2011 04:05:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q04Sg-0004Di-7t for submit@debbugs.gnu.org; Thu, 17 Mar 2011 00:05:22 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0477-0003jk-02 for submit@debbugs.gnu.org; Wed, 16 Mar 2011 23:43:05 -0400 Received: from eggs.gnu.org ([140.186.70.92]:37635) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1Q0471-00020A-Vt for emacs-pretest-bug@gnu.org; Wed, 16 Mar 2011 23:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0470-0000vW-Lb for emacs-pretest-bug@gnu.org; Wed, 16 Mar 2011 23:42:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received: from mail-wy0-f169.google.com ([74.125.82.169]:51628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0470-0000vB-C6 for emacs-pretest-bug@gnu.org; Wed, 16 Mar 2011 23:42:58 -0400 Received: by wyf19 with SMTP id 19so2607359wyf.0 for ; Wed, 16 Mar 2011 20:42:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=FQ3BHDhFRC/T2PqUmT6+FaJmHKqwLMunP2dhCs7GkCc=; b=Hnxnfgbh3XYV51ukfZ0JDXYoNnIBSS4NcAN8Sa4cOMpnv0cI6+bhj3Pfvf+FNRsXMa o4wmYWWMKacknxaPGvD6htHp3Y7eaucnjgClViK5xdnwzInt7TW77sY2U4IZhQimBn4D SywkJTlQ0R8r6SXopNDmEneE6l3VrKg8pSeHo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MNPoNAKdcR0vw+izRx68uyInPWbLymaUp7j4uVrW8CbR4ISMqWYp+tRkvTiAbnz+7a FyF0tSPPII+jSrAk0ZWabLuQu5qBbT8E84Qya7ycrzcbWf/ZsTveNn7faO2jk7DCOgjS TB80tsW9UJ04HmUNzqcdjjC7M7gRYV4cCaK4k= MIME-Version: 1.0 Received: by 10.216.9.200 with SMTP id 50mr268893wet.83.1300333376945; Wed, 16 Mar 2011 20:42:56 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Wed, 16 Mar 2011 20:42:56 -0700 (PDT) Date: Wed, 16 Mar 2011 20:42:56 -0700 Message-ID: Subject: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: emacs-pretest-bug@gnu.org Content-Type: multipart/alternative; boundary=0016364d256d05c00d049ea575bd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 17 Mar 2011 00:05:21 -0400 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: -4.6 (----) --0016364d256d05c00d049ea575bd Content-Type: text/plain; charset=ISO-8859-1 This seems to be related to bug #1849, but perhaps never properly fixed. Anyways, when opening emacs from Emacs.exe, which is difficult to not do in Windows 7 with pinning to the task bar, Emacs will open with an unneeded console window that cannot be destroyed. This seems likely due to the fact that Emacs is spawned as a console application when run in this manner. However, I think there is a simple fix that doesn't cause problems when the program is run as a console app. By calling the FreeConsole win32 function when Emacs initializes it's GUI this should kill any os spawned console windows, had they not been opened separately. See: http://msdn.microsoft.com/en-us/library/ms683150%28v=vs.85%29.aspx I've used this function to great effect in other applications, and am confident it'd work. I'd have fixed it and created a patch myself, but I've spent the last few hours trying to get Emacs to build on this weird setup I have here. Indy --0016364d256d05c00d049ea575bd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This seems to be related to bug #1849, but perhaps never=A0properly=A0fixed= .

Anyways, when opening emacs from Emacs.exe, which is d= ifficult to not do in Windows 7 with pinning to the task bar, Emacs will op= en with an unneeded console window that cannot be destroyed.

This seems likely due to the fact that Emacs is spawned= as a console application when run in this manner. =A0However, I think ther= e is a simple fix that doesn't cause problems when the program is run a= s a console app.

By calling the FreeConsole win32 function when Emacs in= itializes it's GUI this should kill any os spawned console windows, had= they not been opened separately.

See:


Indy
--0016364d256d05c00d049ea575bd-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 01:15:19 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 05:15:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05YM-0005m9-Vx for submit@debbugs.gnu.org; Thu, 17 Mar 2011 01:15:19 -0400 Received: from mail-yx0-f172.google.com ([209.85.213.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05YI-0005lc-Ot for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 01:15:15 -0400 Received: by yxk30 with SMTP id 30so1006095yxk.3 for <8268@debbugs.gnu.org>; Wed, 16 Mar 2011 22:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=te2Crt+qDLVYU/z8h+jKkVulPPqjUYdDbw+QnoIDsME=; b=s4HcYFI4YKFEqCk9bZdXoDFSnUgI8ohuYOTX8AjHPXnVTNziE1ipTcHNl9VoknM/U8 T/TIHSEkfOLSvspPOJxWtrBJtzNt9UXRn5x/Amab6lCfFIOCOw3kYFGA2BR99MdZslzq o71ypxJjiT7IP/du3yI8o6+5XNzgr51DHQTEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=qSZzkOR5ffcBIfgXDMiYZfxdgSZ+is8nXkBDfuRNzzAl+FLwSR6jNa1lgK5fPVoWAP UFMj0Ls0jFoLMGJFXmirF9ppnyBLDcCbtWAF00B3jkf4uvwXvQn8Mvel+hg6ten8PiTj DmLblAc9TeuB2p7O8R376ws77RdwxGp16Ku+g= Received: by 10.236.120.45 with SMTP id o33mr996932yhh.53.1300338909097; Wed, 16 Mar 2011 22:15:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Wed, 16 Mar 2011 22:14:29 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Thu, 17 Mar 2011 06:14:29 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Nicholas Indy Ray Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 8268 Cc: 8268@debbugs.gnu.org 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: -3.2 (---) > Anyways, when opening emacs from Emacs.exe Why do you run emacs.exe, and not runemacs.exe? > which is difficult to not do in > Windows 7 with pinning to the task bar What do you mean? Do you have any trouble pinning runemacs.exe to the Start menu or taskbar? =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 01:19:15 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 05:19:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05cB-0005rV-0C for submit@debbugs.gnu.org; Thu, 17 Mar 2011 01:19:15 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05c8-0005rJ-CE for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 01:19:12 -0400 Received: by wyb42 with SMTP id 42so2175997wyb.3 for <8268@debbugs.gnu.org>; Wed, 16 Mar 2011 22:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fCgMt9pYNh/ceHEhsOrtdUt3GbHHNdqhKSLYw+XkoS4=; b=YKIb4Ph6O0oRn7sPtlovT9BVyiYQA5IHmaQnKKokZvzcDQbZQMygiFnneJVahSXiIP ddUCCC9MdLhq9Nr0DRDK30vDoVE9oC2QTvgLY9pRQTy+Rfpzl9Yo2GYAWNOMRDUtYG3j lgoYSrt5DYfJ5ZY0Dl018VoGvkP/hRPRYZcF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lOedXyxQC3Xy8qejhIyi64gXTGFyYPqPm8vKMftW7it7ecQeMfbhNRrowTidrpPL6L BNGjYRYWp7zLwOoaZ/LyGQApxJHDi0ToP/4bCrbzH5+47gHMfk8EiyEgwkdl0R4thWbx ER9oWpBG7pO3BxF3DMU/FOvX3S6N++efkxib8= MIME-Version: 1.0 Received: by 10.216.190.168 with SMTP id e40mr827166wen.68.1300339146418; Wed, 16 Mar 2011 22:19:06 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Wed, 16 Mar 2011 22:19:06 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Mar 2011 22:19:06 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Juanma Barranquero Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: 8268 Cc: 8268@debbugs.gnu.org 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: -3.8 (---) > Why do you run emacs.exe, and not runemacs.exe? > What do you mean? Do you have any trouble pinning runemacs.exe to the > Start menu or taskbar? When I pin runemacs.exe to the taskbar and run it, it loads emacs which creates another icon on my taskbar, It seems impossible to currently=A0have the same pin'd icon load up and run emacs under the same icon without creating the console window. Ideally, I should be able to have one pinned icon on the taskbar, and when clicking it it should load emacs without the console window. This seems impossible. Indy From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 01:39:35 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 05:39:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05vq-0006IC-TW for submit@debbugs.gnu.org; Thu, 17 Mar 2011 01:39:35 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05vp-0006I2-BU for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 01:39:33 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q05vj-0001ze-Ty; Thu, 17 Mar 2011 01:39:28 -0400 Date: Thu, 17 Mar 2011 01:39:27 -0400 Message-Id: From: Eli Zaretskii To: "Nicholas \"Indy\" Ray" In-reply-to: (arelius@gmail.com) Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: X-Spam-Score: -6.5 (------) X-Debbugs-Envelope-To: 8268 Cc: 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii 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.5 (------) > Date: Wed, 16 Mar 2011 20:42:56 -0700 > From: "Nicholas \"Indy\" Ray" > Cc: > > This seems to be related to bug #1849, but perhaps never properly fixed. > > Anyways, when opening emacs from Emacs.exe, which is difficult to not do in > Windows 7 with pinning to the task bar, Emacs will open with an unneeded > console window that cannot be destroyed. We have runemacs.exe for this very purpose. Why don't you use it? Doesn't it work on Windows 7? From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 01:42:50 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 05:42:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05z0-0006MR-4x for submit@debbugs.gnu.org; Thu, 17 Mar 2011 01:42:50 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q05yy-0006MF-TV for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 01:42:49 -0400 Received: by wwb28 with SMTP id 28so3049890wwb.15 for <8268@debbugs.gnu.org>; Wed, 16 Mar 2011 22:42:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NXev12F8td2IOmNt5RslaiHyXVcApDw/0kE100VYQ5Y=; b=vBwUC1Ilh3vAKgObgNNvX8Nrseoc3dPqkWL4m8eyuviDyfFQVEYEUStzy+9DebMdcZ puc1OSg6JjRzIpsb19Uetm4JvIePa10jYA0oPX74jaKLoX7nHzddZGvonwLE6PMRapSP 9FFcb+tY+fYlCo//j+HGkP58C4DStmhmHPQjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BW7O3petsffD159SCiA6WlJ2aVjciCAFky/78iVOXM85TIklpMzs45XkbacXmLy63W tnTfPdPv3AjLTGG5O9hMKn1NnX9pqjb89iHB1yxiaxad3CWlH3vO3xWLDI6Mke6JFBX9 Hlz+GXzSAxQDGfYxazcAO/0w/BHd3Pz7ZznrA= MIME-Version: 1.0 Received: by 10.216.182.20 with SMTP id n20mr820230wem.113.1300340562983; Wed, 16 Mar 2011 22:42:42 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Wed, 16 Mar 2011 22:42:42 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Mar 2011 22:42:42 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 8268 Cc: 8268@debbugs.gnu.org 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: -3.7 (---) Again, runemacs.exe doesn't interact properly with the task bar. runemacs.exe and emacs.exe act as separate icons on the task bar. If runemacs.exe is pinned, then while emacs.exe is running it's you get two taskbar icons dedicated to emacs. Thanks, Indy On Wed, Mar 16, 2011 at 10:39 PM, Eli Zaretskii wrote: >> Date: Wed, 16 Mar 2011 20:42:56 -0700 >> From: "Nicholas \"Indy\" Ray" >> Cc: >> >> This seems to be related to bug #1849, but perhaps never properly fixed. >> >> Anyways, when opening emacs from Emacs.exe, which is difficult to not do= in >> Windows 7 with pinning to the task bar, Emacs will open with an unneeded >> console window that cannot be destroyed. > > We have runemacs.exe for this very purpose. =A0Why don't you use it? > Doesn't it work on Windows 7? > From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 02:31:25 2011 Received: (at submit) by debbugs.gnu.org; 17 Mar 2011 06:31:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q06k1-0007OW-Hc for submit@debbugs.gnu.org; Thu, 17 Mar 2011 02:31:25 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q06jz-0007OH-TK for submit@debbugs.gnu.org; Thu, 17 Mar 2011 02:31:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q06jt-0003XO-TZ for submit@debbugs.gnu.org; Thu, 17 Mar 2011 02:31:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:36231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q06jt-0003XK-RP for submit@debbugs.gnu.org; Thu, 17 Mar 2011 02:31:17 -0400 Received: from [140.186.70.92] (port=40151 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q06js-0000Zi-Vx for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 02:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q06jr-0003Wz-TZ for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 02:31:16 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:62135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q06jr-0003Wl-OI for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 02:31:15 -0400 Received: by pxi2 with SMTP id 2so567692pxi.38 for ; Wed, 16 Mar 2011 23:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Otc1xES5SXpRC9KCjFGzVDQmR/+0vx4hpQj8e/hu14s=; b=H8T7uWwDLUrfxtpz8nd+v6acI/kU60k6WX5RRZpvvHuDtzSdcUQ52X9x8IGhxv5N3N ktTbxu8TgZvCVowkgKelkMhjF8soRrIJHstK6NRFGzDr7pHcipUFUcKoWibbU1yCldza VxjhEipOF3T2QPQaWx/ecP6AlYyU1kI5y6go8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=XerQNpKST4MlqADBHR45tYOYLTK97i3CHNJEiQ6D2ms1yhVOcEjhbdx6UdYrLNrPGp nazpHCWQzZEghrOH4C144mt7gAMpJ1E7hNyqxkCMgtmxwBiPND9u6bSTOhqTO8FzNEd6 NT1iQEhXu5hrr2KKFYSsWyTAl9C28f0w+rENc= Received: by 10.142.192.9 with SMTP id p9mr670627wff.354.1300343474320; Wed, 16 Mar 2011 23:31:14 -0700 (PDT) Received: from [10.1.1.54] ([61.4.103.130]) by mx.google.com with ESMTPS id m10sm2120229wfl.23.2011.03.16.23.31.11 (version=SSLv3 cipher=OTHER); Wed, 16 Mar 2011 23:31:12 -0700 (PDT) Message-ID: <4D81AAA8.40002@gnu.org> Date: Thu, 17 Mar 2011 14:31:04 +0800 From: Jason Rumney User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.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: -5.0 (-----) On 17/03/2011 13:19, Nicholas "Indy" Ray wrote: > When I pin runemacs.exe to the taskbar and run it, it loads emacs > which creates another icon on my taskbar, It seems impossible to > currently have the same pin'd icon load up and run emacs under the > same icon without creating the console window. > > Ideally, I should be able to have one pinned icon on the taskbar, and > when clicking it it should load emacs without the console window. This > seems impossible. > What version of Emacs are you using? runemacs, emacs and emacsclient should all be treated as the same program by Windows 7 taskbar since 23.2 if the MSDN documentation is correct. Perhaps you can help us to debug this if you are already using a more recent version. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 03:19:38 2011 Received: (at submit) by debbugs.gnu.org; 17 Mar 2011 07:19:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q07Uf-0008Rl-O9 for submit@debbugs.gnu.org; Thu, 17 Mar 2011 03:19:38 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q07Ud-0008RX-1s for submit@debbugs.gnu.org; Thu, 17 Mar 2011 03:19:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q07UX-0004jP-2Y for submit@debbugs.gnu.org; Thu, 17 Mar 2011 03:19:29 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RFC_ABUSE_POST autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:39920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q07UV-0004du-Tj for submit@debbugs.gnu.org; Thu, 17 Mar 2011 03:19:29 -0400 Received: from [140.186.70.92] (port=49930 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q07US-0005zL-KK for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 03:19:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q07UQ-0004cv-F2 for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 03:19:23 -0400 Received: from smtprelay-h22.telenor.se ([195.54.99.197]:47605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q07UQ-0004c9-9e; Thu, 17 Mar 2011 03:19:22 -0400 Received: from iph2.telenor.se (iph2.telenor.se [195.54.127.133]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id D492524179; Thu, 17 Mar 2011 08:19:17 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AolNAIdSgU1V4S1kPGdsb2JhbACJB5xGCwEBAQE3MsNYhWMEkCsa X-IronPort-AV: E=Sophos;i="4.63,198,1299452400"; d="scan'208";a="377003457" Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by iph2.telenor.se with ESMTP; 17 Mar 2011 08:19:16 +0100 Received: from [10.225.17.213] (unknown [193.45.43.33]) by coolsville.localdomain (Postfix) with ESMTPSA id 429887FA05A; Thu, 17 Mar 2011 08:19:15 +0100 (CET) Message-ID: <4D81B5F1.8070807@swipnet.se> Date: Thu, 17 Mar 2011 08:19:13 +0100 From: "Jan D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; sv-SE; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: Jason Rumney Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: <4D81AAA8.40002@gnu.org> In-Reply-To: <4D81AAA8.40002@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org 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: -4.2 (----) Jason Rumney skrev 2011-03-17 07:31: > On 17/03/2011 13:19, Nicholas "Indy" Ray wrote: > >> When I pin runemacs.exe to the taskbar and run it, it loads emacs >> which creates another icon on my taskbar, It seems impossible to >> currently have the same pin'd icon load up and run emacs under the >> same icon without creating the console window. >> >> Ideally, I should be able to have one pinned icon on the taskbar, and >> when clicking it it should load emacs without the console window. This >> seems impossible. > > What version of Emacs are you using? runemacs, emacs and emacsclient > should all be treated as the same program by Windows 7 taskbar since > 23.2 if the MSDN documentation is correct. Perhaps you can help us to > debug this if you are already using a more recent version. > > Maybe this is what the original poster meant, it is what happens for me in Windows 7: 1. Start runemacs.exe. 2. Pin the emacs icon to the taskbar. 3. Exit emacs. 4. Start emacs by clicking on the newly pinned icon in the taskbar. Result: You get a new emacs window but also a console window. This is on 23.2 BTW. Is there reason to think 23.3 or trunk behaves differently? Jan D. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 08:27:54 2011 Received: (at submit) by debbugs.gnu.org; 17 Mar 2011 12:27:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0CIz-0007Rx-Qz for submit@debbugs.gnu.org; Thu, 17 Mar 2011 08:27:54 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0CIx-0007Rm-Q2 for submit@debbugs.gnu.org; Thu, 17 Mar 2011 08:27:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0CIn-0006Un-8u for submit@debbugs.gnu.org; Thu, 17 Mar 2011 08:27:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:56506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0CIn-0006UW-6l for submit@debbugs.gnu.org; Thu, 17 Mar 2011 08:27:41 -0400 Received: from [140.186.70.92] (port=52453 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0CIm-0005kA-7h for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 08:27:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0CIg-0006SO-Pg for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 08:27:40 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:41144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0CIg-0006S9-NF; Thu, 17 Mar 2011 08:27:34 -0400 Received: by gxk23 with SMTP id 23so1340925gxk.0 for ; Thu, 17 Mar 2011 05:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=KZ+tgc1wBA9ODmLHSbaz2BFEDgwDFLru7hdqc7XhLdM=; b=KxJLr8FVb5xqa+c5z9PqPP21Xbi+v2oT6VEleN9WV8njfCPJwTpd1GT38MgaBCM87i c7sGORXNU3KKVeheLQxx6UNX+5VeBZfMnVa5cDGxWdLcdR6MlUXBG4U6n3GCx7qXBY01 D1Q9q6uD5h+MZ96R5SVbNo/hcA5sjwO79SC7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=H8UES4MYm4zx0LDX+1BpPMKYFuwd8vxpoOCLKb6J1O0vaib+wowZHMT3aqTEiHS/pV 0wDgPnvn5x+m7ghc9HkbYbUUQiCbdxhUwVd0VtYpIcgznd1siiGsVigRsSaIl7lunK94 kq0WPDRfkd8wZfK7myY12AffE0cD3SnGT/ESw= Received: by 10.151.158.18 with SMTP id k18mr1348662ybo.299.1300364854078; Thu, 17 Mar 2011 05:27:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 05:26:54 -0700 (PDT) In-Reply-To: <4D81B5F1.8070807@swipnet.se> References: <4D81AAA8.40002@gnu.org> <4D81B5F1.8070807@swipnet.se> From: Juanma Barranquero Date: Thu, 17 Mar 2011 13:26:54 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: "Jan D." Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org, Jason Rumney 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: -4.4 (----) On Thu, Mar 17, 2011 at 08:19, Jan D. wrote: > 1. Start runemacs.exe. > 2. Pin the emacs icon to the taskbar. IIUC, you're not pinning runemacs.exe, but emacs.exe (which runemacs starte= d). > 3. Exit emacs. > 4. Start emacs by clicking on the newly pinned icon in the taskbar. > > Result: You get a new emacs window but also a console window. > This is on 23.2 BTW. =C2=A0Is there reason to think 23.3 or trunk behaves > differently? Once you've pinned emacs.exe, edit the properties (you can use shift-right-click) and change the executable path to point to C:/this/is/your/path/to/runemacs.exe instead of C:/this/is/your/path/to/emacs.exe Hope this helps, =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 08:49:31 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 12:49:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Cdv-0007wj-6B for submit@debbugs.gnu.org; Thu, 17 Mar 2011 08:49:31 -0400 Received: from mail-gx0-f172.google.com ([209.85.161.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Cdt-0007wV-My for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 08:49:30 -0400 Received: by gxk19 with SMTP id 19so1116352gxk.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 05:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=md+BxgqZ4tKTqplvo0M4pdxs7HQrLP4GYdCIT4sWN24=; b=n2wLZn5cc6usXfAswdpE+ZAL0Z7vcDXFmZLc5swdS7vLyzsFZfHZhLnjp2vU9eZba4 Rheu6excBnZqNgZuboE/OcFSqc9a/56B9E2ZKJxQSBngt6xVnVfo2F3uiqH12NvAjm7d 5k8r3Hzn9O8Dl4RpKjOWBfxWBr7IpV2bMKVMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=kJXTyY2od1OrfmcgJo7Tpy9tqeY3FaYdvf2vmP65/98SdhjRNJWXP6WuTCBiYvS5wH F1RZkQjy4GtGo5uuXDJtb4P0SW9a/3AFxOqj12S6o0d6eMaru5afYncVhOwBEDBMs4OB lA8QvIaFgG+nzoMpdV4Qm5Y68IYHbNbMbf5RE= Received: by 10.150.132.3 with SMTP id f3mr1417578ybd.242.1300366164207; Thu, 17 Mar 2011 05:49:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 05:48:44 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Thu, 17 Mar 2011 13:48:44 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Nicholas Indy Ray Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.2 (---) > Again, runemacs.exe doesn't interact properly with the task bar. > runemacs.exe and emacs.exe act as separate icons on the task bar. If > runemacs.exe is pinned, then while emacs.exe is running it's you get > two taskbar icons dedicated to emacs. Have you seen my later message? Are you sure you're pinning runemacs.exe, and not emacs.exe? It's impossible to pin runemacs.exe by running it, because it almost immediately starts emacs.exe and exits. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 12:29:29 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 16:29:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0G4n-0004Tt-C4 for submit@debbugs.gnu.org; Thu, 17 Mar 2011 12:29:29 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0G4m-0004Ti-1P for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 12:29:28 -0400 Received: by wyb42 with SMTP id 42so2682436wyb.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 09:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=TbkPqL8ROWKWzeQLvqOLUfoYFXIp+0lPeDCVCLFBQ7A=; b=Sla0nQk22kwHc7oiZ9dHCWC+bgUH90+ZKlNVxBAPhT2KILDuN3uj98vTyK+ES1+DS9 LPIBtHEK6zEE+KmhugKwDEp2MrTrMPXcK9f9XwqbT8lDVETOJdkN1mqzm5ffinXrxcTT cS5OiPr09LpGbrZbpkjeC7bcFkANkUjNsP5fc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bELhTgL6g/Kpm60wnKV5jqRY9mwdhR2N/Tjp+X/OqstbzrUc5GSAMlViqL+JGiqQCk C7ltPgoaEBGaEhNHaR9gBugVkge3YPwu/J7ykXX2DZcbYAkLINy85x0DbX8kqWIuAoOS nQJGV2ONgh3hb3fDSR7ZPnne6KwwhPxE6Uc6g= MIME-Version: 1.0 Received: by 10.216.56.65 with SMTP id l43mr1043034wec.113.1300379362335; Thu, 17 Mar 2011 09:29:22 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Thu, 17 Mar 2011 09:29:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2011 09:29:22 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Juanma Barranquero Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.7 (---) Unless your fix isn't in Emacs 23.3 then yes. I drag runemacs.exe from finder into the task bar. Indy On Thu, Mar 17, 2011 at 5:48 AM, Juanma Barranquero wrot= e: >> Again, runemacs.exe doesn't interact properly with the task bar. >> runemacs.exe and emacs.exe act as separate icons on the task bar. If >> runemacs.exe is pinned, then while emacs.exe is running it's you get >> two taskbar icons dedicated to emacs. > > Have you seen my later message? Are you sure you're pinning > runemacs.exe, and not emacs.exe? It's impossible to pin runemacs.exe > by running it, because it almost immediately starts emacs.exe and > exits. > > =A0 =A0 Juanma > From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 14:20:09 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 18:20:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Hnt-0006zC-2o for submit@debbugs.gnu.org; Thu, 17 Mar 2011 14:20:09 -0400 Received: from mail-gw0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Hnq-0006yo-Oq for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 14:20:07 -0400 Received: by gwb20 with SMTP id 20so1263475gwb.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 11:20:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=DzXACpgZaewIH6F1NR9R0X7yf0w9fj/JUEx9K7moD4g=; b=amzzuWquXHzK+pc/c2u2yj7XXKcoHXWoe/uFm7s50o8xwQJ5Bt+TCFImt8vBtRmo+Y 10h34fr1+slO1WbhLEEnsf8KXJSt9YcBc/mTwxpb3bZLtCbOJ2z5FItvews57/eDXBTg FIKT3q0PzpDetfpdptu73Wuu0MhKoJYKy7dq8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ajSdYXoHpS7ef+mX4aSc8wT76Ku3ljI13gGw5UZWVb8rIHMiyO8QDK0k0iXaFzcbqh Uu12aioiC51QVjOj5SL34I9Zzd4qmdqbEZ/AX9OSqSsG3MmcS0YgOWEBUe89R8bgpiWO 2fQokWf3m96+5ULGzTigGtRfbZqxh7qy/gjrk= Received: by 10.146.192.5 with SMTP id p5mr71359yaf.39.1300386001079; Thu, 17 Mar 2011 11:20:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 11:19:21 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Thu, 17 Mar 2011 19:19:21 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Nicholas Indy Ray Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.3 (---) On Thu, Mar 17, 2011 at 17:29, Nicholas "Indy" Ray wrot= e: > Unless your fix isn't in Emacs 23.3 then yes. I drag runemacs.exe from > finder into the task bar. I've tried dragging runemacs.exe to the taskbar (both my own compiled 23.3 and the one in emacs-23.3-bin-i386.zip) and both behave as expected: running Emacs from them does not show additional icons, nor console windows. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 14:25:39 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 18:25:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0HtD-00076P-As for submit@debbugs.gnu.org; Thu, 17 Mar 2011 14:25:39 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0HtA-00076A-RW for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 14:25:37 -0400 Received: by wyb42 with SMTP id 42so2785048wyb.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 11:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=siPuRFpIFAdYxp1Em1aNoRGd/B+3o57jfTEGX8XOeFk=; b=aGniKXt1u7e50uDE5xGhy0swc+JoI5qmHJzL23/qm8dOTL5GSKx+na98bGAzKHg5QZ OFlL7+GHFCnl+yIXSy3K6WejbgG91ycLt15JnZ4Gq3edA2ChV4Fu4yUtEb6xXloP8gPV 1WUmxdG/Q5mm3yxYpW6iOQepW4HMynbSRjxas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jhK0FjTchPv/6ZN1Ka9fSGNUVEyCDwI6SojgEINXCIn3KTZZQ/QlPLC1BfAa4tR3uB xJ9J+INMF0ciz2adizbNUweiZO+rU5bbQIhA5C7g2DEu+SmopbUJYPDWgTBxqpHeSeNT 5Y9wPtRBmin0ttBpRReuR/ZpGRiBw/QcW4Sjc= MIME-Version: 1.0 Received: by 10.216.58.200 with SMTP id q50mr66677wec.83.1300386331044; Thu, 17 Mar 2011 11:25:31 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Thu, 17 Mar 2011 11:25:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2011 11:25:31 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Juanma Barranquero Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.7 (---) Hmm, thanks for that info. It seems then I've run into some form of bug rather then what I originally thought. Any thoughts on the matter? the runemacs.exe if from my emacs 32.3 folder recentlly extracted from emacs-23.3-bin-i386.zip and running M-x version on the resultant emacs window gives me: GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) of 2011-03-10 on 3249CTO Thanks, Indy On Thu, Mar 17, 2011 at 11:19 AM, Juanma Barranquero wro= te: > On Thu, Mar 17, 2011 at 17:29, Nicholas "Indy" Ray wr= ote: > >> Unless your fix isn't in Emacs 23.3 then yes. I drag runemacs.exe from >> finder into the task bar. > > I've tried dragging runemacs.exe to the taskbar (both my own compiled > 23.3 and the one in emacs-23.3-bin-i386.zip) and both behave as > expected: running Emacs from them does not show additional icons, nor > console windows. > > =A0 =A0 Juanma > From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 15:28:40 2011 Received: (at 8268) by debbugs.gnu.org; 17 Mar 2011 19:28:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0IsB-0008Vj-Kj for submit@debbugs.gnu.org; Thu, 17 Mar 2011 15:28:39 -0400 Received: from mail-gx0-f172.google.com ([209.85.161.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Is9-0008VW-OA for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 15:28:38 -0400 Received: by gxk19 with SMTP id 19so1289798gxk.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 12:28:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=29ChaUPhTVe7phECM8cP+2sxokfOwfalEd0aI6jE12Y=; b=tyr3DrJspENJ5ILuiURTYx+9M+m4A9PMyI0PlHzWmoQqycANNQXyhKF1aIWhKPn/1g rYnwsmMnl/3gBgcx9/bSwRLcAl81YAf0dpPEWPTkHmbfXbBB66XkMfYhwflImmsWNBDb uvzepmylG6ji8OgugGBe6bAuu/II7e+8U3D44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=X4cYQw2N/lEOTPnndaaSKxx2NLbIUfOnvZ8Q+G5XKr90fQIIGOHQtgwquU/f0f1SfL xPP/1yEdSezWyBki4HYnSXk38Zs2bM2m3nyYJ95xPhAA5g/cXmDhKVY+yoQ3tM2ExvKF K2sPB+gAzCSaADYH5JWqlIRs7NKAqiZ77cCBM= Received: by 10.151.158.18 with SMTP id k18mr226008ybo.299.1300390112091; Thu, 17 Mar 2011 12:28:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 12:27:52 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Thu, 17 Mar 2011 20:27:52 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Nicholas Indy Ray Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.2 (---) > Any thoughts on the matter? the runemacs.exe if from my emacs 32.3 > folder recentlly extracted from emacs-23.3-bin-i386.zip and running > M-x version on the resultant emacs window gives me: > > GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) of 2011-03-10 on 3249CTO I've tested that very same version. Hmm. Perhaps some of the calls to SetCurrentProcessExplicitAppUserModelID are failing? Could you try to debug that? =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 15:31:41 2011 Received: (at submit) by debbugs.gnu.org; 17 Mar 2011 19:31:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Iv6-00008w-UE for submit@debbugs.gnu.org; Thu, 17 Mar 2011 15:31:41 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Iv5-00008i-3i for submit@debbugs.gnu.org; Thu, 17 Mar 2011 15:31:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0Iuz-0000eP-5J for submit@debbugs.gnu.org; Thu, 17 Mar 2011 15:31:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:51198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0Iuz-0000eC-2f for submit@debbugs.gnu.org; Thu, 17 Mar 2011 15:31:33 -0400 Received: from [140.186.70.92] (port=50734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0Iuy-0003bR-2F for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 15:31:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0Iuw-0000b0-SW for bug-gnu-emacs@gnu.org; Thu, 17 Mar 2011 15:31:31 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:42635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0Iuw-0000aV-N7; Thu, 17 Mar 2011 15:31:30 -0400 Received: by yws5 with SMTP id 5so1571152yws.0 for ; Thu, 17 Mar 2011 12:31:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=xfgkfL+XETNMHNjAHKdkdqhmAYWQtLDAUMo3+02Aauc=; b=iKWOtGzIPU1m/ABiK76HVsGxUvM2ZzC2SCBqZptwA5uSdI/J3Uoje+oNM2IFpE7Q4r af2SiCieFwVERE+74kgluWnBoUgVGh9ajMOLaFWO9z1EC4D3pL5oHMQvhf8E6uZ4+Cau mSUiI0QcXJfO7DcD3VOfAgPiMs+m/hbQutZOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uEe6KZ20S8/VzgzwM7w/YjEYw/uhIies+WjN2U2SdKUQtBCYJfBLkiL1BmlfPN32F/ EYLjQwSSwKFGoyx9EvkhWRNrAIGhtC5YUg+FuV5UrtVqyUtT0GVLNYFW2UzvXGJ+vLWM LAPVMeXzKP4AEb5+cgiUyUPVLhZ8keSeSyF/E= Received: by 10.236.181.163 with SMTP id l23mr140035yhm.153.1300390290099; Thu, 17 Mar 2011 12:31:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 12:30:50 -0700 (PDT) In-Reply-To: <4D81AAA8.40002@gnu.org> References: <4D81AAA8.40002@gnu.org> From: Juanma Barranquero Date: Thu, 17 Mar 2011 20:30:50 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Jason Rumney Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit Cc: bug-gnu-emacs@gnu.org 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: -4.4 (----) On Thu, Mar 17, 2011 at 07:31, Jason Rumney wrote: > What version of Emacs are you using? =C2=A0runemacs, emacs and emacsclien= t should > all be treated as the same program by Windows 7 taskbar since 23.2 if the > MSDN documentation is correct. By the way, for CompanyName.ProductName.SubProduct.VersionInformation we're just using CompanyName.ProductName ("GNU.Emacs"). Do we want Windows 7 to group executables from different versions, or not? I can imagine having shortcuts to 23.3 and trunk and wanting to keep them separate. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 17 23:53:27 2011 Received: (at 8268) by debbugs.gnu.org; 18 Mar 2011 03:53:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Qkh-0002oM-Cq for submit@debbugs.gnu.org; Thu, 17 Mar 2011 23:53:27 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Qkf-0002o7-Cv for 8268@debbugs.gnu.org; Thu, 17 Mar 2011 23:53:25 -0400 Received: by wyb42 with SMTP id 42so3141256wyb.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 20:53:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=xVALkT7ZTMLcr4yw4wfyq8WPvX01BJGm6SJ6sSX9++U=; b=CatFYxvdLKcOKHtWxWOCExtu9knUG5iBBpr+KHdZ7yL6s/8DF5z/EVt6TcBDo7CF8J mXpi7tNVgmQ9mSu1gxJ9mLX02F4G+RlqGklcBmbJQcCqj4NaH7pZyQBvVqvZZ8/gUUAA PEqInncHwEcuhvfCgp/d7rclLw2sMTeU8YDnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=S6qnQSgrAMKpFivhJltWIsYZ48LkPfHGxNoD8vGrGb/2AL0+ODGholFKv0YmuM75Ih 3s+T5y0BV5QqQoKZeTJTWZdPx+gCxWVygZeD+5XVKY1GpTN8GYP85IpviMurlPKPjEdj e7vBfsjnSZFdQDDyG6sEWi09eLk/HeC1kjtSo= MIME-Version: 1.0 Received: by 10.216.220.147 with SMTP id o19mr568849wep.98.1300420399676; Thu, 17 Mar 2011 20:53:19 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Thu, 17 Mar 2011 20:53:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2011 20:53:19 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Juanma Barranquero Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.7 (---) I could. I'm probally going to have to actually build a version of emacs locally to do that. Is it possible to build it in MSVC 2008, or should I probally get MinGW working? the version installed with git seems unsuitable to do the job. Indy On Thu, Mar 17, 2011 at 12:27 PM, Juanma Barranquero wro= te: >> Any thoughts on the matter? the runemacs.exe if from my emacs 32.3 >> folder recentlly extracted from emacs-23.3-bin-i386.zip and running >> M-x version on the resultant emacs window gives me: >> >> GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600) of 2011-03-10 on 3249CTO > > I've tested that very same version. > > Hmm. Perhaps some of the calls to > SetCurrentProcessExplicitAppUserModelID are failing? Could you try to > debug that? > > =A0 =A0 Juanma > From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 02:48:16 2011 Received: (at 8268) by debbugs.gnu.org; 18 Mar 2011 06:48:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0TTr-0006dL-4w for submit@debbugs.gnu.org; Fri, 18 Mar 2011 02:48:15 -0400 Received: from mail-gw0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0TTo-0006d8-Se for 8268@debbugs.gnu.org; Fri, 18 Mar 2011 02:48:13 -0400 Received: by gwb20 with SMTP id 20so1482722gwb.3 for <8268@debbugs.gnu.org>; Thu, 17 Mar 2011 23:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=Y2xQ7NrsJ7xeNtBmKgRBORq8vmWN9biEMLhD06CiJcM=; b=uh7EO1tdAhOcuILd092Q6QVw0LwirxuQysc7sR6qfTCBE3rgAEHvyUG5co3WpvoN3q IBoT3ujOeQwYT5WfA7ORqEdd/cwxs+vqK78c+CcCQwCOKF3orj/iNJADWE7OSEyF3XyC buzlViTPOKCeJV1yG0S31GNquGkykRao47w5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=KeXn2m0XGL2KRPby5oUs+iWwHKRUiKfJFLUNAfPeiTZBZu5XaJvWQsnSOvRoTwaCMi FbkfgU8oyqZHl8wPwxKTbwje9riy+Gagu5F24cscX4PNxly+BK2axIen8CPrNOs3f0ZR vAimKZ9bXHxZeIVUL3Xsb1N/5pPYt1lJAAALk= Received: by 10.151.158.18 with SMTP id k18mr835732ybo.299.1300430887264; Thu, 17 Mar 2011 23:48:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.34.11 with HTTP; Thu, 17 Mar 2011 23:43:03 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Fri, 18 Mar 2011 07:43:03 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: Nicholas Indy Ray Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: 8268 Cc: Eli Zaretskii , 8268@debbugs.gnu.org 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: -3.4 (---) On Fri, Mar 18, 2011 at 04:53, Nicholas "Indy" Ray wrot= e: > I could. I'm probally going to have to actually build a version of > emacs locally to do that. Thanks. > Is it possible to build it in MSVC 2008, or > should I probally get MinGW working? I think there was some work done to make it compile with MSVC 2008, but certainly you won't have trouble with MinGW, which I recommend. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 04:08:57 2011 Received: (at 8268) by debbugs.gnu.org; 18 Mar 2011 08:08:58 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Ujx-0008Mu-Fx for submit@debbugs.gnu.org; Fri, 18 Mar 2011 04:08:57 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0Uju-0008Mg-LR for 8268@debbugs.gnu.org; Fri, 18 Mar 2011 04:08:56 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LI800M00UMDK800@a-mtaout23.012.net.il> for 8268@debbugs.gnu.org; Fri, 18 Mar 2011 10:08:47 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.107.218]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LI800MATUMB2W90@a-mtaout23.012.net.il>; Fri, 18 Mar 2011 10:08:36 +0200 (IST) Date: Fri, 18 Mar 2011 10:08:39 +0200 From: Eli Zaretskii Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. In-reply-to: X-012-Sender: halo1@inter.net.il To: "Nicholas \"Indy\" Ray" Message-id: <83mxkssveg.fsf@gnu.org> References: X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 8268 Cc: lekktu@gmail.com, 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii 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: -1.7 (-) > Date: Thu, 17 Mar 2011 20:53:19 -0700 > From: "Nicholas \"Indy\" Ray" > Cc: Eli Zaretskii , 8268@debbugs.gnu.org > > I could. I'm probally going to have to actually build a version of > emacs locally to do that. Is it possible to build it in MSVC 2008, or > should I probally get MinGW working? You could even try debugging the pre-compiled binaries if you install the sources as well. Assuming the binary you are using is not stripped, that is. Failing that, installing MinGW is the recommended way. > the version installed with git seems unsuitable to do the job. What "version installed with git"? From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 23 17:51:04 2011 Received: (at 8268) by debbugs.gnu.org; 23 Mar 2011 21:51:04 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2VxI-0007ZE-0t for submit@debbugs.gnu.org; Wed, 23 Mar 2011 17:51:04 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2VxF-0007Yl-BL for 8268@debbugs.gnu.org; Wed, 23 Mar 2011 17:51:02 -0400 Received: by wyb42 with SMTP id 42so7617829wyb.3 for <8268@debbugs.gnu.org>; Wed, 23 Mar 2011 14:50:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VpBXhilHu3jo+87FaT2y7y2u3W6GCE4+M/sHuDZWQ0U=; b=cOTcJOaQR/1YJUfNd8151AegM+bVIqMNw/qlKzxVGieSUgkvO10BqJ5hwH2bjEOEWV u99JNteiwrz4Dnq0YCPJxdw1u7Z8lbJVfSJIY8NHyiEpADqjU+V73JaXrTO5ZebzHAk1 PaSOU3rHh3Al5WHktVAS7VZzU1wUktOzO2yy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VxxAwJx7FSISGNFW7Pu3n+KEAVag01GPYFZyQreTaBucZSbYegfp3+D22jAFmRIpbd +HWRYspm4f9mZ6cD7avo5H+fDQ5smCfMf1g+gSKuixUsFFFdgOF2fR5z5kh0IVk2PHuN 1jzxtTFn26RuAVsa6uG763qiEodAhAx8Y/iBg= MIME-Version: 1.0 Received: by 10.216.190.168 with SMTP id e40mr6391409wen.68.1300917055595; Wed, 23 Mar 2011 14:50:55 -0700 (PDT) Received: by 10.216.0.140 with HTTP; Wed, 23 Mar 2011 14:50:55 -0700 (PDT) In-Reply-To: <83mxkssveg.fsf@gnu.org> References: <83mxkssveg.fsf@gnu.org> Date: Wed, 23 Mar 2011 14:50:55 -0700 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. From: "Nicholas \"Indy\" Ray" To: Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.7 (---) X-Debbugs-Envelope-To: 8268 Cc: lekktu@gmail.com, 8268@debbugs.gnu.org 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: -3.7 (---) Is there a specific way to build in debug mode? I presume GDB is the proper debugger to be using? I'm uncertain how to load the proper source to set breakpoints. Indy On Fri, Mar 18, 2011 at 1:08 AM, Eli Zaretskii wrote: >> Date: Thu, 17 Mar 2011 20:53:19 -0700 >> From: "Nicholas \"Indy\" Ray" >> Cc: Eli Zaretskii , 8268@debbugs.gnu.org >> >> I could. I'm probally going to have to actually build a version of >> emacs locally to do that. Is it possible to build it in MSVC 2008, or >> should I probally get MinGW working? > > You could even try debugging the pre-compiled binaries if you install > the sources as well. =A0Assuming the binary you are using is not > stripped, that is. > > Failing that, installing MinGW is the recommended way. > >> the version installed with git seems unsuitable to do the job. > > What "version installed with git"? > From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 24 00:07:11 2011 Received: (at 8268) by debbugs.gnu.org; 24 Mar 2011 04:07:11 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2bpG-0002GQ-KR for submit@debbugs.gnu.org; Thu, 24 Mar 2011 00:07:11 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2bpD-0002G4-NP for 8268@debbugs.gnu.org; Thu, 24 Mar 2011 00:07:09 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LIJ00K00MUEFE00@a-mtaout21.012.net.il> for 8268@debbugs.gnu.org; Thu, 24 Mar 2011 06:07:01 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.83.148]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIJ00KYVNFOE460@a-mtaout21.012.net.il>; Thu, 24 Mar 2011 06:07:01 +0200 (IST) Date: Thu, 24 Mar 2011 06:07:03 +0200 From: Eli Zaretskii Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. In-reply-to: X-012-Sender: halo1@inter.net.il To: "Nicholas \"Indy\" Ray" Message-id: <83tyettb4o.fsf@gnu.org> References: <83mxkssveg.fsf@gnu.org> X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8268 Cc: lekktu@gmail.com, 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii 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: -2.1 (--) > Date: Wed, 23 Mar 2011 14:50:55 -0700 > From: "Nicholas \"Indy\" Ray" > Cc: lekktu@gmail.com, 8268@debbugs.gnu.org > > Is there a specific way to build in debug mode? Yes, "configure --no-opt --enable-checking". > I presume GDB is the proper debugger to be using? Yes, if you compile with MinGW. > I'm uncertain how to load the proper source to set breakpoints. Sorry, I don't understand. Are you asking what are the GDB commands to set a breakpoint? From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 03 08:19:31 2011 Received: (at 8268) by debbugs.gnu.org; 3 Apr 2011 12:19:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6MHC-0007JE-La for submit@debbugs.gnu.org; Sun, 03 Apr 2011 08:19:31 -0400 Received: from mail-yw0-f44.google.com ([209.85.213.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q6MHA-0007J1-I5 for 8268@debbugs.gnu.org; Sun, 03 Apr 2011 08:19:29 -0400 Received: by ywi6 with SMTP id 6so1838466ywi.3 for <8268@debbugs.gnu.org>; Sun, 03 Apr 2011 05:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=c/Bo7lXmvyS5HZc2f6nWCULFYOIiCPMnoR9jcDR9A8A=; b=juWdEk2tc+50tyMkPylZrMEL6MX0ly+tZplyO9AIKcbgV95D060fO+sS4Mc0/XEX+9 PfiKFD9lPp6I2TWLNZDZ7RH1MC/gqTtji9Hs3tqqkeUWhapnl3Wq/1sk50ulCnGOdQAF j2QElQEpI3DyCC71y6Jta9JdZXVPVdFuHp5YY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ItfWX8IXbSKkQ+S7IJCGo3ThXIvmXNWWEp+prIGyHGe5zb5o87KzvrBamDD1hP6s1f IespOc22sagHDmXNFh7JGJPjh6XXvgTHrOpahkpNU/Zb8rTMMBXMcWeFgC5X3O3zN+3I y8HuDRIuYQqa3KkIgig9VJNXDfC2L8AOTGlgM= Received: by 10.150.170.6 with SMTP id s6mr5728094ybe.305.1301833162617; Sun, 03 Apr 2011 05:19:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.182.17 with HTTP; Sun, 3 Apr 2011 05:18:42 -0700 (PDT) In-Reply-To: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> References: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> From: Juanma Barranquero Date: Sun, 3 Apr 2011 14:18:42 +0200 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: oCameLo Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 8268 Cc: 8268@debbugs.gnu.org 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: -3.3 (---) On Sun, Apr 3, 2011 at 12:46, oCameLo wrote: > Double click runemacs.exe in the explorer, pin it to the taskbar, then > right click on the icon, change the target from emacs.exe to > runemacs.exe, click the icon, everything work fine. So the shortcut is created from a running instance of emacs.exe. > Drag runemacs.exe from the explorer to the taskbar, click on it, > another icon will apply to the taskbar. And this one is created from the executable. > The shortcut file (location in C:\Users\[User NAME]\AppData\Roaming > \Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar) created > by the 2nd way didn't have a System.AppUserModel.ID property. Sound quite logical, because the executable isn't associated with the "GNU.Emacs" ID until it runs and sets it itself. So this should be documented in nt/README.W32, and perhaps addpm.c should set the System.AppUserModel.ID property in the shortcuts it creates. =C2=A0 =C2=A0 Juanma From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 22:42:43 2017 Received: (at 8268) by debbugs.gnu.org; 12 Feb 2017 03:42:43 +0000 Received: from localhost ([127.0.0.1]:36108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccl3i-00084F-SB for submit@debbugs.gnu.org; Sat, 11 Feb 2017 22:42:43 -0500 Received: from mail-qt0-f177.google.com ([209.85.216.177]:34809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccl3h-000842-73 for 8268@debbugs.gnu.org; Sat, 11 Feb 2017 22:42:41 -0500 Received: by mail-qt0-f177.google.com with SMTP id w20so62975425qtb.1 for <8268@debbugs.gnu.org>; Sat, 11 Feb 2017 19:42:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=lyNOZN8J7Z3CjQxxc6t7KhcK93Sipgk4l1/apZW4M6o=; b=QH4Sq57qWk4bOjEs/L72UlKvfCDd7Yk4gDTYX1OhoT+ttdFPkCeIrST5YS5JvYJcV4 Sm5qrW+dTQ6rh5fUMb7Ai/wkJfJyGppRDk+B1hWJzR/gHGeUxtt4wHqQT8BLGsUhZHsT iSFEoa+vQK/kxC/dx4qYeG8PJuEtJeksFP1bYrwxn92/PY1Qq0KtMRGMqjgzf28HWHDr NOkm3IoZ11hs5jWHcs9iqUX4FfvgK3XpUw56Zs7imfepE1CgU+2iGV+AdoqbNvKNBiF7 1RywRV5xvwjQ7wA5ftRYVi9rZnW3hvOwCdPDsrwWNjNZTAfaS/4S/cDGGAYGrQ89scXW OFyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=lyNOZN8J7Z3CjQxxc6t7KhcK93Sipgk4l1/apZW4M6o=; b=luGGyr7ABcu5HycsKPmqelhSZG4L/Mr4WDc9wkmczB+q6HNaMKtfQBP3DQiupDJHpC FS6OPEZAbvzHSAlN8e0mJJ+kV7fjwRgN71nrxnum/05l6O9RD3vtz+VOvPtODgaZvbXx tL5W+yB+wZdj6SxYBGx5iB+k5Nsr02s7+s2fiSP7JqmBIwzIPT2CRECBaF57Wk/39/9e zybtddCg19OrCt74LoX0y3itNdFJTVmc7QfiuYJ3ypldvhNmgiTJo2X2oQVDKuqk16Et qgEM6dLhic+LnPsOBIZI+iJg5RnKd6Md/UztWM0TjN9rmYuQauZOIP220G1vTh6CeTbh f31Q== X-Gm-Message-State: AMke39nR9zS1Om7BWp6QOixMobd97YkhuWa/DU8Yl+TisP+v2VZGj5oubq09dQQ3c79LaQ== X-Received: by 10.237.49.225 with SMTP id 88mr15169591qth.120.1486870955588; Sat, 11 Feb 2017 19:42:35 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id h41sm3236176qth.59.2017.02.11.19.42.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 11 Feb 2017 19:42:35 -0800 (PST) From: npostavs@users.sourceforge.net To: Juanma Barranquero Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> Date: Sat, 11 Feb 2017 22:43:45 -0500 In-Reply-To: (Juanma Barranquero's message of "Sun, 3 Apr 2011 14:18:42 +0200") Message-ID: <87r334kr9q.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 8268 Cc: oCameLo , 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.5 (/) Juanma Barranquero writes: > On Sun, Apr 3, 2011 at 12:46, oCameLo wrote: > >> Double click runemacs.exe in the explorer, pin it to the taskbar, then >> right click on the icon, change the target from emacs.exe to >> runemacs.exe, click the icon, everything work fine. > > So the shortcut is created from a running instance of emacs.exe. > >> Drag runemacs.exe from the explorer to the taskbar, click on it, >> another icon will apply to the taskbar. > > And this one is created from the executable. > >> The shortcut file (location in C:\Users\[User NAME]\AppData\Roaming >> \Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar) created >> by the 2nd way didn't have a System.AppUserModel.ID property. > > Sound quite logical, because the executable isn't associated with the > "GNU.Emacs" ID until it runs and sets it itself. > > So this should be documented in nt/README.W32, and perhaps addpm.c > should set the System.AppUserModel.ID property in the shortcuts it > creates. Something like this? --- i/nt/README.W32 +++ w/nt/README.W32 @@ -94,6 +94,12 @@ See the end of the file for license conditions. (non-windowed) mode of operation is most useful if you have a telnet server on your machine, allowing you to run Emacs remotely. +* Pinning Emacs to the taskbar (Windows 7 and higher) + + After starting Emacs the first time, pin it to the taskbar, then + edit the properties (via shift-right-click) so that the executable + path to points to runemacs.exe instead of emacs.exe. + * EXE files included Emacs comes with the following executable files in the bin directory. From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 12 07:48:31 2017 Received: (at 8268) by debbugs.gnu.org; 12 Feb 2017 12:48:31 +0000 Received: from localhost ([127.0.0.1]:36225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cctZv-0005Ox-8C for submit@debbugs.gnu.org; Sun, 12 Feb 2017 07:48:31 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cctZt-0005Ok-FT for 8268@debbugs.gnu.org; Sun, 12 Feb 2017 07:48:29 -0500 Received: by mail-wm0-f67.google.com with SMTP id v77so14137875wmv.0 for <8268@debbugs.gnu.org>; Sun, 12 Feb 2017 04:48:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/QfxOZ/J/oyHtA+vBoZKuWVUjqF05oNfEIYyOjqNCjw=; b=OjsKtGzROcXuJRYUtU2gxl0AvnaXXacIOUIROqK8khFXiTk8rBLsFf4JkzBiiT0Zg5 2UlkylMHEQuZjlPmd0NXshwRAd5zPaenRWEOGsWzpaJ5Lsm9tUR7elZMcR1N1FixhzuK 03zyMd3r0Dal+He/uV4WtTDfFsOWcbqyLONCK+9eozIQoF4k8eqrE47p9JTbjItE/C4V Qcpi2GOC77pWAbuXY6meDKmILHQ1ty6U5mQD2WVaKVHUKAhr0JrQupkgZw9kuBCmJEtG mcz3ZwNFpwphBFQTWViMwlFgAmf8KakKlKnC61bDorf5xayr1omVLO4hj7OtZt9463I1 zvBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/QfxOZ/J/oyHtA+vBoZKuWVUjqF05oNfEIYyOjqNCjw=; b=anw3GB1704oQUshA8iTjY3Fe+Bg5QaaWnBvYJ6H+1MlbT5e3NCnAyFPmzkmbvRsm9A OsC/FISl4Wa/gJItSYImVdZ9/j6kn4by1QC/xRKTgLUh4RQ8KEVGZ56jg5EbiT/dNT7U sWoH0tjyXc2/3ESUN8NPx0nfMRDub2hbEmZnnzKSGuOEqWHTMU9YRbEXjHBBCoLNZiiR Sp/O8vvGLxcgFFDqXE0j48UUcHv62yMxWqoxzUQXhYaZhPxOfpZYYdTGrYJPFKngeEeF aI4T7RefVjmbI5AR9NcNsJyBxBmjElJz8XgNx7+oPVko5T4e/LtvkM+z4wLVjCrA/Rmv yDyg== X-Gm-Message-State: AMke39mdjHEAJTrmUvimmvhsqxCrdNHpOJgelHc6AlfYCvIu87omPUK3wWgDyAV91mQsLOplhBAgSl97CJz8MQ== X-Received: by 10.28.223.6 with SMTP id w6mr14736323wmg.17.1486903703556; Sun, 12 Feb 2017 04:48:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.165.219 with HTTP; Sun, 12 Feb 2017 04:47:43 -0800 (PST) In-Reply-To: <87r334kr9q.fsf@users.sourceforge.net> References: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> <87r334kr9q.fsf@users.sourceforge.net> From: Juanma Barranquero Date: Sun, 12 Feb 2017 13:47:43 +0100 Message-ID: Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. To: npostavs@users.sourceforge.net Content-Type: multipart/alternative; boundary=001a114b114c10d773054854bf76 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 8268 Cc: oCameLo , 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (/) --001a114b114c10d773054854bf76 Content-Type: text/plain; charset=UTF-8 On Sun, Feb 12, 2017 at 4:43 AM, wrote: > Something like this? > > --- i/nt/README.W32 > +++ w/nt/README.W32 > @@ -94,6 +94,12 @@ See the end of the file for license conditions. > (non-windowed) mode of operation is most useful if you have a telnet > server on your machine, allowing you to run Emacs remotely. > > +* Pinning Emacs to the taskbar (Windows 7 and higher) > + > + After starting Emacs the first time, pin it to the taskbar, then > + edit the properties (via shift-right-click) so that the executable > + path to points to runemacs.exe instead of emacs.exe. > + > * EXE files included > > Emacs comes with the following executable files in the bin directory. Yes, though the emacs-25 branch already has something like that in nt/README.W32 + runemacs.exe - A wrapper for running Emacs as a GUI application without popping up a command prompt window. If you create a desktop shortcut for invoking Emacs, make it point to this executable, not to emacs.exe. It's talking about a desktop shortcut and not the taskbar, but it is the same idea. Perhaps change it to "If you create a desktop shortcut for invoking Emacs, or pin Emacs to the taskbar, modify the shortcut so it points to this executable, not to emacs.exe". Or something like that. --001a114b114c10d773054854bf76 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Sun, Feb 12, 2017 at 4:43 AM, <npostavs@users.sourceforge.net> wrote:<= br>
> Something like this?
>
> --- i/nt/README.W32> +++ w/nt/README.W32
> @@ -94,6 +94,12 @@ See the end of the fi= le for license conditions.
> =C2=A0 =C2=A0(non-windowed) mode of oper= ation is most useful if you have a telnet
> =C2=A0 =C2=A0server on yo= ur machine, allowing you to run Emacs remotely.
>
> +* Pinning = Emacs to the taskbar (Windows 7 and higher)
> +
> + =C2=A0After= starting Emacs the first time, pin it to the taskbar, then
> + =C2= =A0edit the properties (via shift-right-click) so that the executable
&g= t; + =C2=A0path to points to runemacs.exe instead of emacs.exe.
> +> =C2=A0* EXE files included
>
> =C2=A0 =C2=A0Emacs comes = with the following executable files in the bin directory.

Yes, though the emacs-25 branch already has something like that in nt/READ= ME.W32

=C2=A0 + runemacs.exe - A wrapper for = running Emacs as a GUI application
=C2=A0 =C2=A0 without popping = up a command prompt window.=C2=A0 If you create a
=C2=A0 =C2=A0 d= esktop shortcut for invoking Emacs, make it point to this
=C2=A0 = =C2=A0 executable, not to emacs.exe.

It'= s talking about a desktop shortcut and not the taskbar, but it is the same = idea. Perhaps change it to "If you create a desktop shortcut for invok= ing Emacs, or pin Emacs to the taskbar, modify the shortcut so it points to= this executable, not to emacs.exe". Or something like that.

--001a114b114c10d773054854bf76-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 12 09:07:00 2017 Received: (at 8268) by debbugs.gnu.org; 12 Feb 2017 14:07:00 +0000 Received: from localhost ([127.0.0.1]:36269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccuns-0007Cj-KP for submit@debbugs.gnu.org; Sun, 12 Feb 2017 09:07:00 -0500 Received: from mail-io0-f195.google.com ([209.85.223.195]:35199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccunp-0007CT-57 for 8268@debbugs.gnu.org; Sun, 12 Feb 2017 09:06:57 -0500 Received: by mail-io0-f195.google.com with SMTP id m98so10054906iod.2 for <8268@debbugs.gnu.org>; Sun, 12 Feb 2017 06:06:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=52sZfml3njUBt1r8aaibp14bimzPUZ0qTiyfzyiuWOU=; b=r1OqyYaama4AqSFUQK5xCCqJvXCN53hztGonstTawQHVdqA32bxGEzZRP1GwW5MnWs WkdLc08lbClPPoSdZeFvP7Y3MdL0VwCsHwvmVyy8RfV7S6FpYJNa141VGoRCrVn4rHNo lTBAcdZP7wwS2HoJSIFTS7SYr0GasJ0ZeJHoIdWr4qfiguuLQyiV28WBjX94PoLws4gk s2X6qAyJZawIChsE9ZJ5tTY9n7szhvp14tIeRBU88i86l7RdKRFTyIzETLtqUC+JGf2k maxgPvWKzNyxB5cA4f6JAipBn1YV3etHwYQsATwIuUt/H7dgGdjrCi738h0CoeZBVYrD HL+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=52sZfml3njUBt1r8aaibp14bimzPUZ0qTiyfzyiuWOU=; b=T/ZZ/EvdlhehuvRu7PmzzEUEh2C6BXWeHvKhAfSHUN4zEk/4EaVp+19Zaf5n52k7h5 bS3K3PWK8bm+tnGQkWSfQc3znr/uDLZXcBBpHVRY64p4EmgsHYLgxkpxx0J0MYTW3TzY sTqB4xfiMMcISN+KIrEvaGXl5QevisPkzSaVh8kP2e3vxvY3hVZHd9c9Tg4b17rdy2nO ++myLPhXinHAFx9WUv/TPdpu7XvIiqH+bo5aipbC8TQ/Da/C1NJggNYyj+CcYg5PFqAg X8jyC37ARopSXi3VmHqbqmczUUQGQudXsoEEaaDMn+R1f7hUfPlLCQkyncOpbrU9zIOM uKyw== X-Gm-Message-State: AMke39l4ToNszJ66D6cBpApinU3AzIf/tNQ2uO/nnGoaq0MxiLY1ib5hoo7AsvZj+KuLUg== X-Received: by 10.107.137.213 with SMTP id t82mr16315389ioi.233.1486908411678; Sun, 12 Feb 2017 06:06:51 -0800 (PST) Received: from zony ([45.2.7.65]) by smtp.googlemail.com with ESMTPSA id x100sm542557ita.12.2017.02.12.06.06.50 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 12 Feb 2017 06:06:50 -0800 (PST) From: npostavs@users.sourceforge.net To: Juanma Barranquero Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> <87r334kr9q.fsf@users.sourceforge.net> Date: Sun, 12 Feb 2017 09:08:00 -0500 In-Reply-To: (Juanma Barranquero's message of "Sun, 12 Feb 2017 13:47:43 +0100") Message-ID: <87lgtblcxr.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 8268 Cc: oCameLo , 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -1.9 (-) Juanma Barranquero writes: > On Sun, Feb 12, 2017 at 4:43 AM, wrote: > >> Something like this? >> >> --- i/nt/README.W32 >> +++ w/nt/README.W32 >> @@ -94,6 +94,12 @@ See the end of the file for license conditions. >> (non-windowed) mode of operation is most useful if you have a telnet >> server on your machine, allowing you to run Emacs remotely. >> >> +* Pinning Emacs to the taskbar (Windows 7 and higher) >> + >> + After starting Emacs the first time, pin it to the taskbar, then >> + edit the properties (via shift-right-click) so that the executable >> + path to points to runemacs.exe instead of emacs.exe. >> + >> * EXE files included >> >> Emacs comes with the following executable files in the bin directory. > > Yes, though the emacs-25 branch already has something like that in nt/README.W32 > > + runemacs.exe - A wrapper for running Emacs as a GUI application > without popping up a command prompt window. If you create a > desktop shortcut for invoking Emacs, make it point to this > executable, not to emacs.exe. > > It's talking about a desktop shortcut and not the taskbar, but it is > the same idea. Perhaps change it to "If you create a desktop shortcut > for invoking Emacs, or pin Emacs to the taskbar, modify the shortcut > so it points to this executable, not to emacs.exe". Or something like > that. If I understand correctly an important difference is that for the shortcut, you can just create a shortcut to runemacs.exe directly. Whereas for the taskbar, you have to start emacs first, and only then modify the path. That's a bit unintuitive and seems worth calling out in its own paragraph. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 18 05:27:01 2017 Received: (at 8268) by debbugs.gnu.org; 18 Feb 2017 10:27:01 +0000 Received: from localhost ([127.0.0.1]:44177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf2EH-00055G-5F for submit@debbugs.gnu.org; Sat, 18 Feb 2017 05:27:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cf2EG-000553-5g for 8268@debbugs.gnu.org; Sat, 18 Feb 2017 05:27:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cf2E7-0008WP-VE for 8268@debbugs.gnu.org; Sat, 18 Feb 2017 05:26:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cf2E7-0008WL-RJ; Sat, 18 Feb 2017 05:26:51 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1150 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cf2E6-000307-W0; Sat, 18 Feb 2017 05:26:51 -0500 Date: Sat, 18 Feb 2017 12:27:21 +0200 Message-Id: <83d1efrdyu.fsf@gnu.org> From: Eli Zaretskii To: npostavs@users.sourceforge.net In-reply-to: <87lgtblcxr.fsf@users.sourceforge.net> (npostavs@users.sourceforge.net) Subject: Re: bug#8268: Windows Emacs Console persists while running running emacs.exe. References: <2333196f-e9be-4e1a-aa28-2351e1396a3d@r4g2000prm.googlegroups.com> <87r334kr9q.fsf@users.sourceforge.net> <87lgtblcxr.fsf@users.sourceforge.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 8268 Cc: lekktu@gmail.com, camel322@gmail.com, 8268@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: npostavs@users.sourceforge.net > Date: Sun, 12 Feb 2017 09:08:00 -0500 > Cc: oCameLo , 8268@debbugs.gnu.org > > Juanma Barranquero writes: > > > On Sun, Feb 12, 2017 at 4:43 AM, wrote: > > > >> Something like this? > >> > >> --- i/nt/README.W32 > >> +++ w/nt/README.W32 > >> @@ -94,6 +94,12 @@ See the end of the file for license conditions. > >> (non-windowed) mode of operation is most useful if you have a telnet > >> server on your machine, allowing you to run Emacs remotely. > >> > >> +* Pinning Emacs to the taskbar (Windows 7 and higher) > >> + > >> + After starting Emacs the first time, pin it to the taskbar, then > >> + edit the properties (via shift-right-click) so that the executable > >> + path to points to runemacs.exe instead of emacs.exe. > >> + > >> * EXE files included > >> > >> Emacs comes with the following executable files in the bin directory. > > > > Yes, though the emacs-25 branch already has something like that in nt/README.W32 > > > > + runemacs.exe - A wrapper for running Emacs as a GUI application > > without popping up a command prompt window. If you create a > > desktop shortcut for invoking Emacs, make it point to this > > executable, not to emacs.exe. > > > > It's talking about a desktop shortcut and not the taskbar, but it is > > the same idea. Perhaps change it to "If you create a desktop shortcut > > for invoking Emacs, or pin Emacs to the taskbar, modify the shortcut > > so it points to this executable, not to emacs.exe". Or something like > > that. > > If I understand correctly an important difference is that for the > shortcut, you can just create a shortcut to runemacs.exe directly. > Whereas for the taskbar, you have to start emacs first, and only then > modify the path. That's a bit unintuitive and seems worth calling out > in its own paragraph. I did a merge of the two ideas, and pushed the result to the emacs-25 branch. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 03 00:07:29 2017 Received: (at control) by debbugs.gnu.org; 3 Dec 2017 05:07:29 +0000 Received: from localhost ([127.0.0.1]:42344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLMUy-000644-Uf for submit@debbugs.gnu.org; Sun, 03 Dec 2017 00:07:29 -0500 Received: from mail-it0-f44.google.com ([209.85.214.44]:44896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLMUx-00063r-69 for control@debbugs.gnu.org; Sun, 03 Dec 2017 00:07:27 -0500 Received: by mail-it0-f44.google.com with SMTP id b5so6636731itc.3 for ; Sat, 02 Dec 2017 21:07:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=+Ju1947I83uSh/v33D7vjuMaaAcCbZ5y02gZQyUIjeg=; b=W3qcGL4Tpi/l+qCC8FaDd5+G10yJ0h1//BW8yYnTAUyVvlRmIW+t8DRqWaLP9I/Er8 Bp/Mbzos1FYj1wEn+lhUanP5znOrh0LxZv+esYrX6p9+8YLoX5Kwqs+heePqV2J7g+ll AfTVVUmX4AvtYwpwOtlOwgjf+6bi5fRB44o71k/CHUVBe3ynC8h15aqSJOPfq02B0zcF l1cgFEw6AdopUP8w6oikm3MRzVqWBfRMUk+dAQrfrZntfXIrMfsBhWz8QaMKEGOvypRd vQD0/J4tLh+pQo1EdhPVmKKw/QGycoOn3b0wxQFQhXv1dgeoj8Y7gV354vb6I7XoUfpC rk7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=+Ju1947I83uSh/v33D7vjuMaaAcCbZ5y02gZQyUIjeg=; b=RxF07RVPWlUtE6FgeHds65IpwCgl6XJPeMstAJ+f4xyi54Vo8B2UMCgqrNOvmZjbAs NPIrnR9oV90kun8oQdVFUgntMFjqT/y7g/rVHC0QwbyBb0qDWDB5P8rlbIIwj196SDYc uKfewKeT/Q0lIQ3tqvHfgN8LP3N2KkIZFdKQf6MKSyifpSAVMt0+wfsnYAM9oz1NgneZ u7UnVkWYmsFvbCebb/pDIf4EQzMh8KJfaRKRtnqxOS38swUqxjfSH/SHI8J7WdYXb8yg nVwz9zwaI7masCBAoT9pdRjqrZ4/oyS3rxUobL3M7xSYXlw8sl2pGSg7wx9wdVs6ppmX 5aKA== X-Gm-Message-State: AKGB3mJCc0nZ9alVIdC8/SiO+WayVY3ModsgOvAZ7lsK0YJa8Y22Uq9K SsHrFITyGmD9QzOzYKvvFuShVw== X-Google-Smtp-Source: AGs4zMaVMd9wEQLF9BRBNdaASuknRo5WUXVyut9PBSdmnyu/srlgOEldozhksjmrz+QEX7TUQuwLnw== X-Received: by 10.36.1.200 with SMTP id 191mr8383203itk.55.1512277641452; Sat, 02 Dec 2017 21:07:21 -0800 (PST) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id v142sm569212ita.32.2017.12.02.21.07.19 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 02 Dec 2017 21:07:20 -0800 (PST) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #8268 Date: Sun, 03 Dec 2017 00:07:17 -0500 Message-ID: <87zi70iem2.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (/) severity 8268 wishlist merge 8268 1849 quit From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 19 13:38:48 2021 Received: (at control) by debbugs.gnu.org; 19 Sep 2021 17:38:48 +0000 Received: from localhost ([127.0.0.1]:39851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mS0m8-0002Su-4t for submit@debbugs.gnu.org; Sun, 19 Sep 2021 13:38:48 -0400 Received: from mail-pj1-f42.google.com ([209.85.216.42]:54113) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mS0m3-0002S9-BH for control@debbugs.gnu.org; Sun, 19 Sep 2021 13:38:45 -0400 Received: by mail-pj1-f42.google.com with SMTP id j1so10359660pjv.3 for ; Sun, 19 Sep 2021 10:38:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:mime-version:date :message-id:subject:to:cc; bh=rJhGJbIEm4EmBbqyA9tMRl4f2L58WVv7S6yTA/qHHXo=; b=Id00Q/W8GYJ5KSc0HXHnQij2CjfUWQUQkVK7E2G1P5rU3e1LtLrwu7nNDGC22S7LXQ NqnKAYQ1N1rUTFx7km1WdZgwkRPseAzjVQ5tf5BNdB53L6q8p3wSDKdHrDiF4awNS35c MsUKrD8WA6zM1z0j+JKAiO4u7dKOnzpLFP2WKqLoEEl1FNEMYOcBv1kytqX2gOgNgpY8 scuxTP6G+6a0hpoOw3EJQMcI24Lgp0+XwSJIzaGW09Z1q5k0e2f9VF0obseFeuAhl+OD eDGQuurfqeVdNTn+QwA7SY4mUJpR8ZkSpQeL5Cf/OU4GUo/188dH+3GKncnlszwr/AmA +jJA== X-Gm-Message-State: AOAM530CUeEQNVBr3xcC8b3vrB8P7hpEOF0oOhHJSKfD8Hc9PCKByzMD ux+pm67h4RWRqE5NJMzrZROhVoXEpoiQowLOZ+w= X-Google-Smtp-Source: ABdhPJwsgM6/fDuplUKIIRBk6Wj31sCC86PBa0KCUJJuAGG+BH59kD/pZ/oTUS+R6giLGxLUAt4dTEoBTGj+lnqCgSs= X-Received: by 2002:a17:90a:7c42:: with SMTP id e2mr33065222pjl.132.1632073117742; Sun, 19 Sep 2021 10:38:37 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 19 Sep 2021 10:38:37 -0700 From: Stefan Kangas In-Reply-To: <835yuw4hff.fsf@gnu.org> References: <87fuwcywow.fsf@gnus.org> <831t7va66y.fsf@gnu.org> <835yuw4hff.fsf@gnu.org> MIME-Version: 1.0 Date: Sun, 19 Sep 2021 10:38:37 -0700 Message-ID: Subject: Re: bug#1849: Windows 7 Taskbar Support To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" Bcc: control@debbugs.gnu.org X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: control Cc: 1849@debbugs.gnu.org, larsi@gnus.org, michael@kleehammer.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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.5 (/) tags 1849 wontfix close 1849 thanks Eli Zaretskii writes: >> From: Stefan Kangas >> Date: Sun, 19 Sep 2021 09:20:43 -0700 >> Cc: Lars Ingebrigtsen , 1849@debbugs.gnu.org, michael@kleehammer.com >> >> >> > Unfortunately both of these require directly using the IPropertyStore >> >> > interface, which is only available on Windows versions since Vista, and >> >> > is missing from current mingw32 headers, so a significant amount of >> >> > reverse engineering system headers will be involved. >> >> >> >> This was four years ago. Has this been fixed in the meantime? >> > >> > No, and it probably never will be. >> >> That was five years ago. Presumably, if it will never be fixed, life >> will move on and Windows 7 will be left on the dustbin of history. ^^ in >> >> Should we just go ahead and close this as wontfix? Lars? > > I'm not Lars, but I think that we should close it, indeed. OK, thanks. Closing. From unknown Fri Aug 15 15:31:01 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, 18 Oct 2021 11:24:07 +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