GNU bug report logs - #67671
Not a bug but something to enhance/adjust

Previous Next

Package: emacs;

Reported by: Michel Robitaille <Michel.Robitaille <at> concordia.ca>

Date: Wed, 6 Dec 2023 23:13:01 UTC

Severity: normal

Tags: notabug, wontfix

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67671 in the body.
You can then email your comments to 67671 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#67671; Package emacs. (Wed, 06 Dec 2023 23:13:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michel Robitaille <Michel.Robitaille <at> concordia.ca>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 06 Dec 2023 23:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michel Robitaille <Michel.Robitaille <at> concordia.ca>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: Not a bug but something to enhance/adjust
Date: Wed, 6 Dec 2023 22:14:59 +0000
[Message part 1 (text/plain, inline)]
Hello,

I am using Emacs for years and I love it.

My point is about the installation on a commercial OS like Windows (sorry).
Could it be possible to ensure that if I add emacs to the task bar it will run correctly the proper emacs version for Windows.

Instead of having
"C:\Program Files\Emacs\emacs-29.1\bin\emacs.exe"
It should be
"C:\Program Files\Emacs\emacs-29.1\bin\runemacs.exe"

It is not a big issue.
In fact, it could be easily resolved in the script generating the distribution version for Windows (hope not to offend anyone).

Thanks in advance for your help.

Best regards and Happy Holidays.

Regards,
Michel Robitaille
PS: years a ago I was officially part of the French translation team with the help of François Pinard.

[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67671; Package emacs. (Thu, 07 Dec 2023 06:55:01 GMT) Full text and rfc822 format available.

Message #8 received at 67671 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Michel Robitaille <Michel.Robitaille <at> concordia.ca>
Cc: 67671 <at> debbugs.gnu.org
Subject: Re: bug#67671: Not a bug but something to enhance/adjust
Date: Thu, 07 Dec 2023 08:53:54 +0200
tags 67671 notabug wontfix
thanks

> From: Michel Robitaille <Michel.Robitaille <at> concordia.ca>
> Date: Wed, 6 Dec 2023 22:14:59 +0000
> 
> Could it be possible to ensure that if I add emacs to the task bar it will run correctly the proper emacs
> version for Windows.
> 
> Instead of having 
> 
> "C:\Program Files\Emacs\emacs-29.1\bin\emacs.exe"
> 
> It should be
> 
> "C:\Program Files\Emacs\emacs-29.1\bin\runemacs.exe"

This is a Windows issue, not an Emacs issue.  Windows pins programs to
the task bar by looking at the executable that is actually running.
runemacs.exe is a small GUI program that launches emacs.exe in a way
that doesn't open a command prompt window, and then exits.  (That
command window would otherwise pop up because emacs.exe is a console
program, not a GUI program.  It is built as a console program to allow
its invocation as in "emacs -nw" and "emacs -batch".)

So when you pin Emacs to the task bar, Windows doesn't know anything
about runemacs.exe, it only sees that emacs.exe is running.  You need
to manually edit the Properties of the pinned program to point to
runemacs.exe, to fix this.

> In fact, it could be easily resolved in the script generating the distribution version for Windows (hope
> not to offend anyone).

The binary installer for Emacs on Windows and the Emacs Windows
binaries themselves are prepared by volunteers, they are not part of
the official upstream distribution of Emacs (which only provides
sources and scripts to build Emacs).  If those volunteers want to
include a script that pins Emacs to the Window task bar, they are
welcome to do that.  But please note that then installing Emacs would
require running such a script, and manually pinning a running Emacs to
the task bar will still exhibit the behavior described above.

> PS: years a ago I was officially part of the French translation team with the help of François Pinard.

François was a dear personal friend, and I miss him very much...

The Translation Project robot still greets me in his welcome words
every time, though ("My nicest hello to all language team leaders.").
RIP François.




Added tag(s) notabug and wontfix. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 07 Dec 2023 06:55:02 GMT) Full text and rfc822 format available.

Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Fri, 22 Dec 2023 14:50:01 GMT) Full text and rfc822 format available.

Notification sent to Michel Robitaille <Michel.Robitaille <at> concordia.ca>:
bug acknowledged by developer. (Fri, 22 Dec 2023 14:50:02 GMT) Full text and rfc822 format available.

Message #15 received at 67671-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 67671-done <at> debbugs.gnu.org,
 Michel Robitaille <Michel.Robitaille <at> concordia.ca>
Subject: Re: bug#67671: Not a bug but something to enhance/adjust
Date: Fri, 22 Dec 2023 06:49:42 -0800
Eli Zaretskii <eliz <at> gnu.org> writes:

> This is a Windows issue, not an Emacs issue.

I'm therefore closing this bug report.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#67671; Package emacs. (Fri, 22 Dec 2023 16:10:01 GMT) Full text and rfc822 format available.

Message #18 received at 67671 <at> debbugs.gnu.org (full text, mbox):

From: Michel Robitaille <Michel.Robitaille <at> concordia.ca>
To: "67671 <at> debbugs.gnu.org" <67671 <at> debbugs.gnu.org>
Subject: Re: bug#67671: closed (Re: bug#67671: Not a bug but something to
 enhance/adjust)
Date: Fri, 22 Dec 2023 15:41:44 +0000
Sure. Thank you and Happy Holidays

Regards
Michel


> Le 22 déc. 2023 à 10:05, GNU bug Tracking System <help-debbugs <at> gnu.org> a écrit :
>
> Attention This email originates from outside the concordia.ca domain. // Ce courriel provient de l'extérieur du domaine de concordia.ca
>
> Your bug report
>
> #67671: Not a bug but something to enhance/adjust
>
> which was filed against the emacs package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 67671 <at> debbugs.gnu.org.
>
> --
> 67671: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67671
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems
>
> <mime-attachment>
> <mime-attachment>

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 20 Jan 2024 12:24:20 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.