From david.reitter@gmail.com Sun Mar 1 19:13:59 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 2 Mar 2009 03:13:59 +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=none 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 n223Dt07003564 for ; Sun, 1 Mar 2009 19:13:57 -0800 Received: from mx10.gnu.org ([199.232.76.166]:57989) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LdyZ3-0001wW-H0 for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 22:11:33 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LdybI-0000pW-Or for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 22:13:55 -0500 Received: from yx-out-1718.google.com ([74.125.44.158]:45747) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdybI-0000pK-EY for emacs-pretest-bug@gnu.org; Sun, 01 Mar 2009 22:13:52 -0500 Received: by yx-out-1718.google.com with SMTP id 34so1310152yxf.66 for ; Sun, 01 Mar 2009 19:13:52 -0800 (PST) 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=c/n5tLU4SxU9dK2jW8wxbmqkcscen9GwsMmWb9xkNLE=; b=PWm5OOz16+lur42xikBgb9ou3wELR0Q7MhCQO/xbLkCQ7m2PlAsD/YhfZyUOLj++X4 LgjGWXUJgzZ8YFAHOvPo5bAKjRmSXSoCHr5bpoyPXd8buuXsGjB9k1j7OkvL+MxaJ4vo XR2N/EtV5FU7J8Yo2KTIzYlj/v+IPmPOTQ8Z8= 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=dPt/N+5ed8CfzgX688VcE2snJBzJgl9IzCpITN7fqn3iFaYAQtBJhFc8tKMuybZh8a 2JPgze+ao6kiQzcmdvzVqIrca0qlqp8MXjr3zPWqGmQvD8B9ReK8XpcPu7PDPR9tW2QU XjTXfLC4FNSymFYHtQq2XgsEr0exmnDn5e1ig= Received: by 10.90.74.7 with SMTP id w7mr758771aga.51.1235963631935; Sun, 01 Mar 2009 19:13:51 -0800 (PST) Received: from scarlett.local (pool-71-162-28-49.pitbpa.east.verizon.net [71.162.28.49]) by mx.google.com with ESMTPS id 36sm11546853aga.29.2009.03.01.19.13.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Mar 2009 19:13:50 -0800 (PST) Message-Id: <185186C2-A6C1-4BD8-8F42-A2A9D003D134@gmail.com> From: David Reitter To: emacs-pretest-bug@gnu.org Content-Type: multipart/signed; boundary=Apple-Mail-11--41609990; micalg=sha1; protocol="application/pkcs7-signature" Mime-Version: 1.0 (Apple Message framework v930.3) Subject: NS: clipboard-kill-ring-save and clipboard-yank etc. not available Date: Sun, 1 Mar 2009 22:13:47 -0500 X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) --Apple-Mail-11--41609990 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit A number of functions such as `clipboard-kill-ring-save' are not available in the NS port because term/ns-win.el unbinds them. It took me a long time to figure out, because they are pre-loaded in menu-bar.el and present in `load-history'. In the interest of compatibility with existing Emacs 22 code, and also with Emacs 23 code written on other platforms, these functions should exist and do what they're documented to do. Note that commands like `ns-copy-including-secondary' are bound to menu bar items and to shortcuts such as Command-C (when CUA mode is off), but they are not documented. I would happily write some docstrings, but it isn't clear to me why one would always want to set the secondary "cut buffer" in this situation. term/ns-win.el: ;; Must come after keybindings. (fmakunbound 'clipboard-yank) (fmakunbound 'clipboard-kill-ring-save) (fmakunbound 'clipboard-kill-region) (fmakunbound 'menu-bar-enable-clipboard) ... (defun ns-copy-including-secondary () (interactive) (call-interactively 'kill-ring-save) (ns-store-cut-buffer-internal 'SECONDARY (buffer-substring (point) (mark t)))) (defun ns-paste-secondary () (interactive) (insert (ns-get-cut-buffer-internal 'SECONDARY))) --Apple-Mail-11--41609990 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 AQkFMQ8XDTA5MDMwMjAzMTM0OFowIwYJKoZIhvcNAQkEMRYEFGf4G7pGiWfh0zE+74p9DYnAJICh MIGFBgkrBgEEAYI3EAQxeDB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3Vs dGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIQPqyHHXeMQOurR4vwVGrnKTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpB MSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUg UGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQPqyHHXeMQOurR4vwVGrnKTANBgkqhkiG9w0B AQEFAASBgKQdA7qUAL1qfLTJNVHn/PxrlBSLRrFUbsg9oYoh1LJByeNEerwqajbol6434+MnL0YG 9m5BFK2K1p2pX+yWNg2rfwRh5cq4zaDi/kdewWE8JZB4ug46jFQQcX2F3t704EQXDO4z8OzngPMI 3stC2zzynuAg1heuX+trlEYGfR+RAAAAAAAA --Apple-Mail-11--41609990-- From rgm@gnu.org Mon Mar 2 00:10:37 2009 Received: (at control) by emacsbugs.donarmstrong.com; 2 Mar 2009 08:10: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=-5.0 required=4.0 tests=VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK 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 n228AYRx014029 for ; Mon, 2 Mar 2009 00:10:35 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Le3C5-0001cJ-Rr; Mon, 02 Mar 2009 03:08:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18859.37865.767989.757577@fencepost.gnu.org> Date: Mon, 2 Mar 2009 03:08:09 -0500 From: Glenn Morris To: control Subject: control message X-Debbugs-No-Ack: yes reassign 2525 emacs,ns reassign 2526 emacs,ns severity 2527 minor reassign 2530 emacs,ns reassign 2531 emacs,ns reassign 2532 emacs,ns reassign 2534 emacs,ns reassign 2535 spam From adrian.b.robert@gmail.com Wed Mar 4 13:39:50 2009 Received: (at 2534) by emacsbugs.donarmstrong.com; 4 Mar 2009 21:39:50 +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=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f176.google.com (mail-ew0-f176.google.com [209.85.219.176]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n24Ldk8q022508 for <2534@emacsbugs.donarmstrong.com>; Wed, 4 Mar 2009 13:39:48 -0800 Received: by ewy24 with SMTP id 24so3038204ewy.1 for <2534@emacsbugs.donarmstrong.com>; Wed, 04 Mar 2009 13:39:41 -0800 (PST) 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=/uLMTRwPISm9kcgzVgvk4YcrbaBkl1EhmSARfkgMyko=; b=gGrj4+syzn9STP/Cw64oh7clpOYKRf1lvQOWPSMz/A7VOB+VuDzKlFjJKzqQXACybF knX+ZTSk7cvOJXNUg8t8JaEkq+uh39rHvrwB4DWBaG4+x2/CjKWi+4GjsbOx6ctwtJst UKowoR2CjYo/y9ZKQ4pfY6SBP5jwk8lOr25V8= 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=uXSZh06+ekCYVAuAzudLOWCwFq9rW8F61MqO8ozkx5a3/JtN32HDYmxKsuatCvLCFt iGybdsACCRNCfZZ67gEZzpPT/bb9mjR8G/iDGV0ycAOFxqtmO6AvJ/ScLWHxzXEKVOfq QLdYBGps9BSsDexyzGUu1FuCXSxlhwntIy57Y= Received: by 10.216.13.210 with SMTP id b60mr159979web.97.1236202780970; Wed, 04 Mar 2009 13:39:40 -0800 (PST) Received: from ?88.194.239.235? (gprs-prointernet-ffefc200-235.dhcp.inet.fi [88.194.239.235]) by mx.google.com with ESMTPS id c9sm10702811nfi.34.2009.03.04.13.39.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Mar 2009 13:39:40 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <46ED1092-32EB-4BD5-8F4B-A6B0AB4D9EDA@gmail.com> Cc: David Reitter Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Re: NS: clipboard-kill-ring-save and clipboard-yank etc. not available Date: Wed, 4 Mar 2009 23:40:19 +0200 To: 2534@debbugs.gnu.org X-Mailer: Apple Mail (2.753.1) > A number of functions such as `clipboard-kill-ring-save' are not > available in the NS port because term/ns-win.el unbinds them. > It took me a long time to figure out, because they are pre-loaded in > menu-bar.el and present in `load-history'. To to you the truth I'm not sure ATM why these are unbound. You could try commenting those lines out and seeing if anything bad happens. > Note that commands like `ns-copy-including-secondary' are bound to > menu bar items and to shortcuts such as Command-C (when CUA mode is > off), but they are not documented. I would happily write some > docstrings, but it isn't clear to me why one would always want to set > the secondary "cut buffer" in this situation. These are mainly for running under GNUstep in X windows, where the semantics of the two selection buffers have been confused for a long time, so it made sense just to throw things into both. These commands are bound to keys and I believe discussed in the manual. If you think they could be documented better, or should be enabled only under GNUstep, please go ahead with such changes. From reitter@cmu.edu Mon May 4 09:27:52 2009 Received: (at 2534-done) by emacsbugs.donarmstrong.com; 4 May 2009 16:27:52 +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.0 required=4.0 tests=ONEWORD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from smtp.andrew.cmu.edu (SMTP.ANDREW.CMU.EDU [128.2.11.61]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n44GRli2018553 for <2534-done@emacsbugs.donarmstrong.com>; Mon, 4 May 2009 09:27:49 -0700 Received: from SCARLETT.PSY.CMU.EDU (SCARLETT.PSY.CMU.EDU [128.2.249.106]) (user=reitter mech=PLAIN (0 bits)) by smtp.andrew.cmu.edu (8.14.3/8.13.8) with ESMTP id n44GRkCc031373 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for <2534-done@emacsbugs.donarmstrong.com>; Mon, 4 May 2009 12:27:47 -0400 Message-Id: <1BFB2DB5-04E2-4EF2-9576-A0016127D9A3@cmu.edu> From: David Reitter To: 2534-done@debbugs.gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: fixed Date: Mon, 4 May 2009 12:27:46 -0400 X-Mailer: Apple Mail (2.930.3) X-PMX-Version: 5.5.3.366731, Antispam-Engine: 2.7.0.366912, Antispam-Data: 2009.5.4.161657 X-SMTP-Spam-Clean: 8% (SUBJ_1WORD 0.1, BODY_SIZE_1000_LESS 0, BODY_SIZE_10_99 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, FROM_EDU_TLD 0, SMALL_BODY 0, TO_NO_NAME 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MSGID_APPLEMAIL 0, __SANE_MSGID 0, __TO_MALFORMED_2 0) X-SMTP-Spam-Score: 8% X-Scanned-By: MIMEDefang 2.60 on 128.2.11.61 fixed by removing the apparently obsolete code in term/ns-win.el that deletes these functions From unknown Fri Aug 15 04:04:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Tue, 02 Jun 2009 14:24:10 +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