From david.reitter@gmail.com Tue Apr 28 08:03:43 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 28 Apr 2009 15:03:43 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3SF3dk2021600 for ; Tue, 28 Apr 2009 08:03:41 -0700 Received: from mail.gnu.org ([199.232.76.166]:59248 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LyoqR-0001ls-08 for emacs-pretest-bug@gnu.org; Tue, 28 Apr 2009 11:03:39 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LyoqP-0005zF-0Q for emacs-pretest-bug@gnu.org; Tue, 28 Apr 2009 11:03:38 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:63716) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyoqO-0005w3-5O for emacs-pretest-bug@gnu.org; Tue, 28 Apr 2009 11:03:36 -0400 Received: by fxm17 with SMTP id 17so641239fxm.42 for ; Tue, 28 Apr 2009 08:03:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=4rq1eSAVCe7O5gATmfclZOKAbPxTN7ImtbB+VD2mOKA=; b=iq3xrCOaLV5hrtyghj19u/A24qS7gtfFRXweNpAtfVbjFQ/lI/GAnP00MBjp+jOo5R Th61Z3moBbEItiQrrf54FqY1yu3f4ibKUE5G/DJZydfeLEvRh9HkZNytdMxZmolf9Xs0 ujhUhpIfRI52jTmH0OCjllMhG+PIqiOuv4Bsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=dz47eSp3vzo8uITkym71gaG43lY7PT424jwpXdV6bqoWPXdkGlKb/kwzZZpo5kUVf9 kpllg+IJNvs2jUyGpiSYFCKcRlT1+7I8Wk8doT5qPPUcBeABGV7zr/SLP3wxj67zGqdS EG9HzOQmewZ3XrJA6tQOJ0CRvNe8f0pgy9jmA= Received: by 10.103.223.2 with SMTP id a2mr4004047mur.4.1240931007036; Tue, 28 Apr 2009 08:03:27 -0700 (PDT) Received: from ?192.168.1.42? (pool-71-126-44-61.pitbpa.east.verizon.net [71.126.44.61]) by mx.google.com with ESMTPS id b9sm322180mug.24.2009.04.28.08.03.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 28 Apr 2009 08:03:26 -0700 (PDT) Message-Id: From: David Reitter To: emacs-pretest-bug@gnu.org Content-Type: multipart/signed; boundary=Apple-Mail-73-630797447; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v930.3) Subject: ns: mac-fix-env: CFLAGS / needed? Date: Tue, 28 Apr 2009 11:03:22 -0400 X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --Apple-Mail-73-630797447 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 --Apple-Mail-73-630797447 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIFxDCCAn0w ggHmoAMCAQICED6shx13jEDrq0eL8FRq5ykwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA4MTIwOTAyMDgwMVoXDTA5MTIwOTAyMDgw MVowYjEQMA4GA1UEBBMHUmVpdHRlcjEOMAwGA1UEKhMFRGF2aWQxFjAUBgNVBAMTDURhdmlkIFJl aXR0ZXIxJjAkBgkqhkiG9w0BCQEWF2RhdmlkLnJlaXR0ZXJAZ21haWwuY29tMIGfMA0GCSqGSIb3 DQEBAQUAA4GNADCBiQKBgQDOdo6kAwlkBxUb8dj4saMbYg4SVng8CUePFn3cjjWrakBTbUVa4Z0n wlUxr7AitEeKhBy5nGhu96+jKUPrCwYNRCZ0l2ovvuGq4z1m1nZ5/c8WvFlVhieuxXMUfmb/O7D3 IojoX6iS8n5MNNU2IWNNT/AD3vOl6DKgOtOw4J9y+QIDAQABozQwMjAiBgNVHREEGzAZgRdkYXZp ZC5yZWl0dGVyQGdtYWlsLmNvbTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBQUAA4GBAIjI8yEW wkiEfA9PMgpjnD6KyCXT0iZjHhW2PkR53yZZLUoTboHnKgsFwYp/gzzIL8J5cvZaRUyMUzXDufPP dRmxxCs2jXXLDD/8bvdvOuMzqgYoFA73fAfsC8S6qUL1PayZ90J8CZHNhDwqWqOA56T+DdKUegJT sqoHKh6OnypTMIIDPzCCAqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEk MCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJz b25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVow YjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU 5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8C AQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFs RnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2 YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aU nX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5 jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCAo8wggKLAgEB MHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4x LDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhA+rIcdd4xA66tH i/BUaucpMAkGBSsOAwIaBQCgggFvMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA5MDQyODE1MDMyMlowIwYJKoZIhvcNAQkEMRYEFHKmlguQqBT5NEhbnO0Fjy+8Z/il MIGFBgkrBgEEAYI3EAQxeDB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3Vs dGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIQPqyHHXeMQOurR4vwVGrnKTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUg UGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQPqyHHXeMQOurR4vwVGrnKTANBgkqhkiG9w0B AQEFAASBgEn/Jte5Uu4VCHpAcWbdMZORtN4orst1XuZNuTyxoxGN4SAoKNDIO02558j0uNZPAF55 aTQ5AChmXcXTeL6h5F6ea9zkySoisg9SdbMyGTtTmtEcIJd4nIk8TTRUgfXwfpw0RbSgu57gLGNs 0GP3l2XIAzRv02dyO9qLqELFyjuLAAAAAAAA --Apple-Mail-73-630797447-- From rgm@gnu.org Sat May 2 16:52:24 2009 Received: (at control) by emacsbugs.donarmstrong.com; 2 May 2009 23:52:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n42NqLhm021945 for ; Sat, 2 May 2009 16:52:23 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1M0P0H-0000i9-Cz; Sat, 02 May 2009 19:52:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18940.56501.313879.359335@fencepost.gnu.org> Date: Sat, 2 May 2009 19:52:21 -0400 From: Glenn Morris To: control Subject: control message reassign 3071 emacs,ns reassign 3082 emacs,ns reassign 3122 emacs,w32 reassign 3185 emacs,ns severity 3175 wishlist reassign 3174 emacs,ns reassign 3149 emacs,ns reassign 3146 emacs,ns unarchive 2689 reopen 2689 severity 3098 minor From adrian.b.robert@gmail.com Sat May 30 22:54:03 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 31 May 2009 05:54:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: *** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=3.3 required=4.0 tests=AWL,MISSING_SUBJECT,NOSUBJECT autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4V5rxpp012208 for <3146@emacsbugs.donarmstrong.com>; Sat, 30 May 2009 22:54:01 -0700 Received: by fg-out-1718.google.com with SMTP id e12so2208219fga.20 for <3146@emacsbugs.donarmstrong.com>; Sat, 30 May 2009 22:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; bh=3Pvh4yHQj0PM5veewSdcaRSkGSv1S2YccYsAcgxFC2I=; b=lRhe1NNmIfQrOwC3tWQawI4wc/mOhAdIv6rhW8bLVfHCXGw7edZkKhlDk1w6Xt2kiJ glM/ibTpZzTHH+HWA41Ax0X5TnQ4g1yiViHzlk3aGvt2mIN618/8pTx1KMWUz9Ko7BW4 vlZdZCX5roGbG3uG2L8gFX7La2MVTXAYb0eeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; b=u4vo49PrqRMEx0Ee0KjLmBS+LQKPTkbQI7OswRFHEY7lH25S51pYEMx6fInT2ruMGD AWZk4uhj7YXp85GnQvAp1+FswqtaRVRwaVaZYD+/Fwfui4k7pnHNr9/xPZEAq+5Ts4aN +G2LCdsBoXaUcBT7ITi98rdaTqc0hiAnzu5hI= Received: by 10.86.26.19 with SMTP id 19mr4915291fgz.48.1243749239407; Sat, 30 May 2009 22:53:59 -0700 (PDT) Received: from ?192.168.1.23? (ppp-58-8-194-189.revip2.asianet.co.th [58.8.194.189]) by mx.google.com with ESMTPS id d6sm7413951fga.7.2009.05.30.22.53.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 30 May 2009 22:53:58 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Cc: David Reitter Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Date: Sun, 31 May 2009 12:54:24 +0700 To: 3146@debbugs.gnu.org X-Mailer: Apple Mail (2.753.1) 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. From monnier@iro.umontreal.ca Sun May 31 08:14:48 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 31 May 2009 15:14:48 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.4 required=4.0 tests=AWL,HAS_BUG_NUMBER,ONEWORD autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4VFEhRr023294 for <3146@emacsbugs.donarmstrong.com>; Sun, 31 May 2009 08:14:45 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah0FAFs7IkpFpZIv/2dsb2JhbACBT8tlhAwF X-IronPort-AV: E=Sophos;i="4.41,279,1241409600"; d="scan'208";a="39366022" Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 31 May 2009 11:14:38 -0400 Received: from alfajor.home ([69.165.146.47]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id MUV76554; Sun, 31 May 2009 11:16:54 -0400 Received: by alfajor.home (Postfix, from userid 20848) id 45AE064301; Sun, 31 May 2009 11:14:37 -0400 (EDT) From: Stefan Monnier To: Adrian Robert Cc: 3146@debbugs.gnu.org, David Reitter Subject: Re: bug#3146: Message-ID: References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Date: Sun, 31 May 2009 11:14:36 -0400 In-Reply-To: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> (Adrian Robert's message of "Sun, 31 May 2009 12:54:24 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > 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 From eliz@gnu.org Mon Jun 1 07:59:36 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 1 Jun 2009 14:59:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.1 required=4.0 tests=AWL,HAS_BUG_NUMBER,ONEWORD autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n51ExXQH026021 for <3146@emacsbugs.donarmstrong.com>; Mon, 1 Jun 2009 07:59:34 -0700 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MB8z6-0007kk-Sp; Mon, 01 Jun 2009 10:59:32 -0400 From: Eli Zaretskii To: Stefan Monnier , 3146@debbugs.gnu.org CC: adrian.b.robert@gmail.com, david.reitter@gmail.com In-reply-to: (message from Stefan Monnier on Sun, 31 May 2009 11:14:36 -0400) Subject: Re: bug#3146: Reply-to: Eli Zaretskii References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Message-Id: Date: Mon, 01 Jun 2009 10:59:32 -0400 Who or what truncated the rest of the Subject line for this bug report? From adrian.b.robert@gmail.com Tue Jun 2 03:37:32 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 2 Jun 2009 10:37:33 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=HAS_BUG_NUMBER,ONEWORD autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f186.google.com (mail-pz0-f186.google.com [209.85.222.186]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n52AbTHO013448 for <3146@emacsbugs.donarmstrong.com>; Tue, 2 Jun 2009 03:37:30 -0700 Received: by pzk16 with SMTP id 16so2908797pzk.19 for <3146@emacsbugs.donarmstrong.com>; Tue, 02 Jun 2009 03:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=8Il2IqM66LeL+Yx8viEE6GgQvP34kx71S5EelTLzIUM=; b=XBMA4TX9bwU+URj53u2D9qXeKGDrRB3taj8F54NgAaMP6Ga1d7hHdMeVvGPgoCb3LE /olVfdqw3urpi1hT+EHzeas79Jju33ZF2ooAzSL9R9f1Kf4v7o+KbjC0W5CaZiCJmr4a 6GWMf0UIAi5fOU8gcgtb/3N0XIe5zOn4izCa0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=LMqIEUFC3Qi8l+lMRmFxnG6F38QubSrTknTSfe17eUwV7LOJbmI94O3tZxhLyxDPCx cQwBKny0bQOavGv1zL4rcJpblSxvK038/igOgO/wxS2BUsyTPuk/TclUlPvTYA+uCmsL PXMhO3zA+OrFwEtTapYxDmVmvz6pF0BjPbowQ= Received: by 10.142.214.5 with SMTP id m5mr2404723wfg.266.1243939043974; Tue, 02 Jun 2009 03:37:23 -0700 (PDT) Received: from ?192.168.1.230? (118.172.96.187.adsl.dynamic.totbb.net [118.172.96.187]) by mx.google.com with ESMTPS id 29sm3079457wfg.8.2009.06.02.03.37.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Jun 2009 03:37:23 -0700 (PDT) In-Reply-To: References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: 3146@debbugs.gnu.org Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Re: bug#3146: Date: Tue, 2 Jun 2009 17:06:36 +0700 To: Eli Zaretskii X-Mailer: Apple Mail (2.753.1) 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. From eliz@gnu.org Tue Jun 2 09:09:53 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 2 Jun 2009 16:09:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.5 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n52G9mnn028728 for <3146@emacsbugs.donarmstrong.com>; Tue, 2 Jun 2009 09:09:49 -0700 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MBWYd-0000H8-Bg; Tue, 02 Jun 2009 12:09:47 -0400 From: Eli Zaretskii To: Adrian Robert CC: 3146@debbugs.gnu.org In-reply-to: (message from Adrian Robert on Tue, 2 Jun 2009 17:06:36 +0700) Subject: Re: bug#3146: Reply-to: Eli Zaretskii References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Message-Id: Date: Tue, 02 Jun 2009 12:09:47 -0400 > Cc: 3146@emacsbugs.donarmstrong.com > From: Adrian Robert > 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. From adrian.b.robert@gmail.com Mon Jun 8 01:21:16 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 8 Jun 2009 08:21:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=HAS_BUG_NUMBER,ONEWORD autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n588LCSo009584 for <3146@emacsbugs.donarmstrong.com>; Mon, 8 Jun 2009 01:21:13 -0700 Received: by wf-out-1314.google.com with SMTP id 28so1330610wfa.13 for <3146@emacsbugs.donarmstrong.com>; Mon, 08 Jun 2009 01:21:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=Rn9ab4G1S05UbrOvOO1HSYIrx6dM4Fo356sRyxTX08s=; b=np0hNNBwgUsIqh+MvjuZKoSFxSs8dSxq7JHPcMupBpMeLdSlQ2jMK8PK3nA21GdI9P 6wclt3+dNGxyJYz/f+JP6c9FqdVW4pVPtOwt1L/7KV5zcjaczNK9ukSB/Ox90M14gWih nv5ozl7hNCbISwCPZPOH5LhgZrj1NO4+4cAEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=e+TQA5NHRXMxIb7HDVwiVkeqPGjeXXQiDOwi1tgDQidBVqFWYrou1aWH+49Dw7g5hG 6SBCjBUDybPZdMXrvWgKnLOS5wSZz631fxumsBgUoFi0T+k/rZ2F3rGXp5aW1PN1CH4M rHefmIzsziv2QO0ccoXH3SXNzvo3jojKBri0A= Received: by 10.142.107.5 with SMTP id f5mr2106689wfc.130.1244449271862; Mon, 08 Jun 2009 01:21:11 -0700 (PDT) Received: from ?192.168.1.8? (118.172.29.132.adsl.dynamic.totbb.net [118.172.29.132]) by mx.google.com with ESMTPS id 30sm8313451wfd.21.2009.06.08.01.21.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 01:21:10 -0700 (PDT) In-Reply-To: References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: 3146@debbugs.gnu.org, David Reitter Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Re: bug#3146: Date: Mon, 8 Jun 2009 15:21:45 +0700 To: Stefan Monnier X-Mailer: Apple Mail (2.753.1) 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. From monnier@iro.umontreal.ca Mon Jun 8 08:42:27 2009 Received: (at 3146) by emacsbugs.donarmstrong.com; 8 Jun 2009 15:42:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.2 required=4.0 tests=AWL,HAS_BUG_NUMBER,ONEWORD autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n58FgLsL018095 for <3146@emacsbugs.donarmstrong.com>; Mon, 8 Jun 2009 08:42:23 -0700 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvIEAJ/OLErO+Jke/2dsb2JhbACBT8xahAoFhgk X-IronPort-AV: E=Sophos;i="4.41,325,1241409600"; d="scan'208";a="39777075" Received: from 206-248-153-30.dsl.teksavvy.com (HELO pastel.home) ([206.248.153.30]) by ironport2-out.teksavvy.com with ESMTP; 08 Jun 2009 11:42:16 -0400 Received: by pastel.home (Postfix, from userid 20848) id 7B75F7EF8; Mon, 8 Jun 2009 11:42:15 -0400 (EDT) From: Stefan Monnier To: Adrian Robert Cc: 3146@debbugs.gnu.org, David Reitter Subject: Re: bug#3146: Message-ID: References: <97B22175-EA06-4EBC-B831-D225CEC03DAA@gmail.com> Date: Mon, 08 Jun 2009 11:42:15 -0400 In-Reply-To: (Adrian Robert's message of "Mon, 8 Jun 2009 15:21:45 +0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Would this be OK for 23.1 or wait for 23.2? I think it's OK for 23.1. Stefan From rgm@gnu.org Wed Jun 17 00:29:42 2009 Received: (at control) by emacsbugs.donarmstrong.com; 17 Jun 2009 07:29:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n5H7TcQa018381 for ; Wed, 17 Jun 2009 00:29:39 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MGpaT-00005k-JR; Wed, 17 Jun 2009 03:29:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19000.39777.414084.568239@fencepost.gnu.org> Date: Wed, 17 Jun 2009 03:29:37 -0400 From: Glenn Morris To: control Subject: control message Sender: Glenn Morris tags 3196 moreinfo unreproducible reassign 3221 emacs,ns reassign 3256 emacs,ns tags 3264 moreinfo reassign 3269 emacs,cc-mode close 3269 reassign 3281 emacs,w32 tags 3291 moreinfo severity 3310 minor close 3319 severity 3327 minor tags 3330 moreinfo unreproducible reassign 3331 emacs,ns close 3331 reassign 3351 emacs,ns severity 3350 minor reassign 3397 emacs,ns severity 3425 wishlist close 3448 reassign 3459 emacs,ns severity 3462 wishlist tags 3467 wontfix reassign 3500 emacs,ns merge 3234 3483 severity 3540 wishlist reassign 3452 emacs,w32 severity 3577 minor reassign 3581 emacs,ns reassign 3583 emacs,ns merge 3588 3593 reassign 3588 emacs,ns reassign 3589 emacs,ns reassign 3478 emacs22,w32 close 3146 From unknown Fri Sep 05 11:52:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jul 2009 14:24:11 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator