emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12993: closed (Wrong icon for Cygw32-Emacs)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12993: closed (Wrong icon for Cygw32-Emacs)
Date: Tue, 09 Apr 2013 02:48:01 +0000

Your message dated Mon, 08 Apr 2013 22:43:55 -0400
with message-id <address@hidden>
and subject line Re: bug#12993: Wrong icon for Cygw32-Emacs
has caused the debbugs.gnu.org bug report #12993,
regarding Wrong icon for Cygw32-Emacs
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12993: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12993
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Wrong icon for Cygw32-Emacs Date: Sun, 25 Nov 2012 15:49:48 +0100 User-agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 I notice that the Cygw32 port does not show the standard Emacs icon on the upper-left corner (and elsewhere, I think).

Would it be possible to have that? The Windows port has...

Ciao,
 Angelo.



--- End Message ---
--- Begin Message --- Subject: Re: bug#12993: Wrong icon for Cygw32-Emacs Date: Mon, 08 Apr 2013 22:43:55 -0400 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
On 4/8/2013 4:26 PM, Ken Brown wrote:
On 4/8/2013 1:20 PM, Eli Zaretskii wrote:
Date: Mon, 08 Apr 2013 12:58:40 -0400
From: Ken Brown <address@hidden>
CC: address@hidden, address@hidden

Thank you!  So I assume the correct fix is the following:

=== modified file 'nt/emacs.rc'
--- nt/emacs.rc 2013-03-05 03:59:35 +0000
+++ nt/emacs.rc 2013-04-08 16:55:12 +0000
@@ -1,6 +1,6 @@
   Emacs ICON   icons/emacs.ico
   32649 CURSOR icons/hand.cur
-#ifdef WIN64
+#if defined (WIN64) || defined (__x86_64__)
   1 24 "emacs-x64.manifest"
   #else
   1 24 "emacs-x86.manifest"

Right?

Yes.  But what about that linker directive in configure.ac -- is that
still required?  (I never understood why Cygwin needs that in the
first place.)

The "-Wl,-bpe-i386" part is not necessary.  I just checked this on both
Cygwin32 and Cygwin64.  I think it should be removed, since it's
confusing to have an unnecessary directive (especially on Cygwin64,
where the format is actually pe-x86-64).  But if both directives are
removed, the icon doesn't show up.  I guess the comment right before
that line in configure.ac explains why.

I've removed "-Wl,-bpe-i386" and made the change to nt/emacs.rc as bzr revision 112251. I'm closing the bug report. Thanks again for your help, Eli.

Ken



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]