GNU bug report logs - #3146
ns: mac-fix-env: CFLAGS / needed?

Previous Next

Packages: ns, emacs;

Reported by: David Reitter <david.reitter <at> gmail.com>

Date: Tue, 28 Apr 2009 15:10:04 UTC

Severity: normal

Done: Glenn Morris <rgm+emacsbugs <at> gnu.org>

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 3146 in the body.
You can then email your comments to 3146 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3146; Package emacs. (Tue, 28 Apr 2009 15:10:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to David Reitter <david.reitter <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 28 Apr 2009 15:10:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: David Reitter <david.reitter <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: ns: mac-fix-env: CFLAGS / needed?
Date: Tue, 28 Apr 2009 11:03:22 -0400
[Message part 1 (text/plain, inline)]
the mac-fix-env program is compiled without the CFLAGS.  See patch  
below.

However, I believe the program is flawed in other ways, given that  
Leopard provides a method (using /etc/paths) to set the environment  
that, I believe, supersedes the former environment.plist technique.

If that is true, we should either fix mac-fix-env or get rid of it.   
(It's also duplicated functionality, given that there is an import  
function in Lisp for this).




diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 612cc94..ffdeacc 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -451,4 +451,4 @@ update-game-score.o: ${srcdir}/update-game- 
score.c ../src/config.h $(GETOPT_H)
 	  -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""

 mac-fix-env: ${srcdir}/mac-fix-env.m
-	$(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework  
Foundation
+	$(CC) ${ALL_CFLAGS} -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind - 
framework Foundation

[smime.p7s (application/pkcs7-signature, attachment)]

bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sun, 03 May 2009 00:00:07 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Sun, 31 May 2009 06:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Sun, 31 May 2009 06:00:03 GMT) Full text and rfc822 format available.

Message #12 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: 3146 <at> debbugs.gnu.org
Cc: David Reitter <david.reitter <at> gmail.com>
Date: Sun, 31 May 2009 12:54:24 +0700
I vote for getting rid of it due to the duplication, and the fact  
that people either don't know about it or don't like it.  Also if it  
would require handling Leopard and Tiger (which is still a viable,  
heavily used OS) separately, that is a pain.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Sun, 31 May 2009 15:20:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Sun, 31 May 2009 15:20:03 GMT) Full text and rfc822 format available.

Message #17 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Adrian Robert <adrian.b.robert <at> gmail.com>
Cc: 3146 <at> debbugs.gnu.org, David Reitter <david.reitter <at> gmail.com>
Subject: Re: bug#3146:
Date: Sun, 31 May 2009 11:14:36 -0400
> I vote for getting rid of it due to the duplication, and the fact that
> people either don't know about it or don't like it.  Also if it  would
> require handling Leopard and Tiger (which is still a viable,  heavily used
> OS) separately, that is a pain.

Getting rid of code specific to proprietary platforms always sounds good
to me,


        Stefan



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Mon, 01 Jun 2009 15:05:10 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Mon, 01 Jun 2009 15:05:10 GMT) Full text and rfc822 format available.

Message #22 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>, 3146 <at> debbugs.gnu.org
Cc: adrian.b.robert <at> gmail.com, david.reitter <at> gmail.com
Subject: Re: bug#3146:
Date: Mon, 01 Jun 2009 10:59:32 -0400
Who or what truncated the rest of the Subject line for this bug
report?



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Tue, 02 Jun 2009 10:45:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Tue, 02 Jun 2009 10:45:04 GMT) Full text and rfc822 format available.

Message #27 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 3146 <at> debbugs.gnu.org
Subject: Re: bug#3146:
Date: Tue, 2 Jun 2009 17:06:36 +0700
On Jun 1, 2009, at 9:59 PM, Eli Zaretskii wrote:

> Who or what truncated the rest of the Subject line for this bug
> report?

If you hit "reply" on the web interface, it does not transfer the  
subject automatically.  I don't always remember to manually copy it.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Tue, 02 Jun 2009 16:15:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Tue, 02 Jun 2009 16:15:05 GMT) Full text and rfc822 format available.

Message #32 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Adrian Robert <adrian.b.robert <at> gmail.com>
Cc: 3146 <at> debbugs.gnu.org
Subject: Re: bug#3146:
Date: Tue, 02 Jun 2009 12:09:47 -0400
> Cc: 3146 <at> emacsbugs.donarmstrong.com
> From: Adrian Robert <adrian.b.robert <at> gmail.com>
> Date: Tue, 2 Jun 2009 17:06:36 +0700
> 
> 
> On Jun 1, 2009, at 9:59 PM, Eli Zaretskii wrote:
> 
> > Who or what truncated the rest of the Subject line for this bug
> > report?
> 
> If you hit "reply" on the web interface, it does not transfer the  
> subject automatically.  I don't always remember to manually copy it.

Check the headers: it wasn't my mail to which I was responding.

I was asking who or what truncated the subject of this discussion
somewhere along the way.  The subject is now unreadable by humans,
because it includes on the bug number, but not its description.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Mon, 08 Jun 2009 08:25:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Mon, 08 Jun 2009 08:25:06 GMT) Full text and rfc822 format available.

Message #37 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 3146 <at> debbugs.gnu.org, David Reitter <david.reitter <at> gmail.com>
Subject: Re: bug#3146:
Date: Mon, 8 Jun 2009 15:21:45 +0700
On May 31, 2009, at 10:14 PM, Stefan Monnier wrote:

>> I vote for getting rid of it due to the duplication, and the fact  
>> that
>> people either don't know about it or don't like it.  Also if it   
>> would
>> require handling Leopard and Tiger (which is still a viable,   
>> heavily used
>> OS) separately, that is a pain.
>
> Getting rid of code specific to proprietary platforms always sounds  
> good
> to me,

Would this be OK for 23.1 or wait for 23.2?  As David says there is  
an alternative (also platform-specific) solution for the problem it  
solves for users, and I don't believe many people use it anyway.





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#3146; Package emacs,ns. (Mon, 08 Jun 2009 15:50:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Mon, 08 Jun 2009 15:50:05 GMT) Full text and rfc822 format available.

Message #42 received at 3146 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Adrian Robert <adrian.b.robert <at> gmail.com>
Cc: 3146 <at> debbugs.gnu.org, David Reitter <david.reitter <at> gmail.com>
Subject: Re: bug#3146:
Date: Mon, 08 Jun 2009 11:42:15 -0400
> Would this be OK for 23.1 or wait for 23.2?

I think it's OK for 23.1.


        Stefan



bug closed, send any further explanations to David Reitter <david.reitter <at> gmail.com> Request was from Glenn Morris <rgm+emacsbugs <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 17 Jun 2009 07:35:14 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 15 Jul 2009 14:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 38 days ago.

Previous Next


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