From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18629: 25.0.50; Yanking text on a MS-Windows console Resent-From: Dani Moncayo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Oct 2014 21:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 18629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 18629@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs Received: via spool by submit@debbugs.gnu.org id=B.141245665713559 (code B ref -1); Sat, 04 Oct 2014 21:05:02 +0000 Received: (at submit) by debbugs.gnu.org; 4 Oct 2014 21:04:17 +0000 Received: from localhost ([127.0.0.1]:33271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaWUy-0003Wd-FV for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54790) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaWUv-0003WU-Cs for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaWUu-0007WG-5A for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUu-0007WC-32 for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUt-000788-5h for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaWUs-0007Vt-Ev for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:11 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:39269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUs-0007Vf-63 for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:10 -0400 Received: by mail-lb0-f175.google.com with SMTP id u10so2543014lbd.6 for ; Sat, 04 Oct 2014 14:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5HsjBqTP3TV4y8tPVFNsI4erA0KuHRYze1csRorAYSs=; b=urm35SPFFkIbdiIlpl39b1HwlxSVtShUe1zp5UlM43Pvw87z/wpH8lA9iYNbJZvIFR rdauP5rih3R6g+yMj9JMsqzsPHzKEfWH2B2OOb4DMYN0Aypqbqt6He809zLRs6kkENmX KFIn+ypPSQu739/seWcHgfPEllEb+tzaLw0E8kaN+x0uhW28UfgSOPtKSKa4w7WVsOZc nv4FxIiDgpPL5gZn90lKKBeRQgG7zKjhJxqri2CXeRYw2jRhtuNiCjf9Ii83LCbLsAko AQc2IkyidDlRDw7Isua40ECAnv867T+tMhbHoBasTUX3Sg6UkHsNrNmjjfEoUNcVMLQa KWpw== MIME-Version: 1.0 X-Received: by 10.112.158.227 with SMTP id wx3mr14007615lbb.1.1412456647943; Sat, 04 Oct 2014 14:04:07 -0700 (PDT) Received: by 10.114.63.226 with HTTP; Sat, 4 Oct 2014 14:04:07 -0700 (PDT) Date: Sat, 4 Oct 2014 23:04:07 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) (OS: MS-Windows 8) Recipe: Copy some text in the system clipboard. emacs -nw -Q C-x h C-w C-y The yanked text is not the one just killed, but the contents of the clipboard. And (FWIW) if I type M-y (just after the C-y), then I get the killed text. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-10-02 on LEG570 Repository revision: 118016 monnier@iro.umontreal.ca-20141002171857-vdn4m3apjg4g64yc Windowing system distributor `Microsoft Corp.', version 6.3.9600 Configured using: `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1' Configured features: XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: ENU locale-coding-system: cp1252 -- Dani Moncayo From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18629: 25.0.50; Yanking text on a MS-Windows console Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 04 Oct 2014 22:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 18629@debbugs.gnu.org Received: via spool by 18629-submit@debbugs.gnu.org id=B18629.141246263023221 (code B ref 18629); Sat, 04 Oct 2014 22:44:02 +0000 Received: (at 18629) by debbugs.gnu.org; 4 Oct 2014 22:43:50 +0000 Received: from localhost ([127.0.0.1]:33305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaY3J-00062Q-3L for submit@debbugs.gnu.org; Sat, 04 Oct 2014 18:43:49 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:47906) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaY3G-00062I-PQ for 18629@debbugs.gnu.org; Sat, 04 Oct 2014 18:43:47 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IPAS-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="91686250" Received: from 69-196-168-232.dsl.teksavvy.com (HELO ceviche.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Oct 2014 18:43:46 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 84EAA66094; Sat, 4 Oct 2014 18:43:45 -0400 (EDT) From: Stefan Monnier Message-ID: References: Date: Sat, 04 Oct 2014 18:43:45 -0400 In-Reply-To: (Dani Moncayo's message of "Sat, 4 Oct 2014 23:04:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > (OS: MS-Windows 8) > Recipe: > Copy some text in the system clipboard. > emacs -nw -Q > C-x h C-w C-y > The yanked text is not the one just killed, but the contents of the > clipboard. And (FWIW) if I type M-y (just after the C-y), then I get > the killed text. Obviously, that's a mess up of mine. But since I can't test under w32, I'm going to need your help. So, to get started, can you `trace-function' on gui-select-text, gui-selection-value and then reproduce the above (and show me the resulting trace)? One more thing: if you don't do the C-w, what is the expected behavior? IOW did the w32 console use the w32 clipboard? Stefan From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18629: 25.0.50; Yanking text on a MS-Windows console Resent-From: Dani Moncayo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 05 Oct 2014 07:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 18629@debbugs.gnu.org Received: via spool by 18629-submit@debbugs.gnu.org id=B18629.141249568711103 (code B ref 18629); Sun, 05 Oct 2014 07:55:02 +0000 Received: (at 18629) by debbugs.gnu.org; 5 Oct 2014 07:54:47 +0000 Received: from localhost ([127.0.0.1]:33442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XageU-0002t1-P6 for submit@debbugs.gnu.org; Sun, 05 Oct 2014 03:54:47 -0400 Received: from mail-la0-f52.google.com ([209.85.215.52]:57083) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XageS-0002sr-1D for 18629@debbugs.gnu.org; Sun, 05 Oct 2014 03:54:44 -0400 Received: by mail-la0-f52.google.com with SMTP id hz20so2908883lab.39 for <18629@debbugs.gnu.org>; Sun, 05 Oct 2014 00:54:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XHAQRpnCQLKp9aGGSGaQW8V5YfcDsFrFOh+JgHcgdAk=; b=sBiOEyN7+JL/AM9ncAkafu2WO9+exlYFgulkpHK7t4Ql2jorksfgLPVlIdjRSPajJo 1rjBLnSVzdl+5x1flD9jgPRgt/SG2as+ahHuGpX/U1UfgWd8fRUuf6Dwl8xDBRI074i6 4SO6DQXMCL2S5Cxm3Lb13+6invikbBeRJBJAEstUTwYh9hKs+qRF0f7xkpH/OkYN+rZV LBUfg/g3iCTZjn1+4LVCQgwuxlhuwg6MQc6BDTCS+96vYWusccibPWEPBsQKVLSqrFLN Ox07HwcjALs7zzcoabHVeOpzsChD9kzm0ffxSybahUf+AQvwp2UKydGeIhXtTizKzB5u JCVA== MIME-Version: 1.0 X-Received: by 10.152.27.66 with SMTP id r2mr916888lag.84.1412495682760; Sun, 05 Oct 2014 00:54:42 -0700 (PDT) Received: by 10.114.63.226 with HTTP; Sun, 5 Oct 2014 00:54:42 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 Oct 2014 09:54:42 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > So, to get started, can you `trace-function' on gui-select-text, > gui-selection-value and then reproduce the above (and show me the > resulting trace)? gui-selection-value seems to be undefined at that point, therefore I cannot "trace-function" on it. This is the resulting trace for gui-select-text: 1 -> (gui-select-text #(";; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. " 0 3 (fontified t face font-lock-comment-delimiter-face) 3 77 (fontified t face font-lock-comment-face) 77 80 (fontified t face font-lock-comment-delimiter-face) 80 140 (fontified t face font-lock-comment-face) 140 143 (fontified t face font-lock-comment-delimiter-face) 143 190 (fontified t face font-lock-comment-face) 190 191 (fontified t))) 1 <- gui-select-text: #(";; This buffer is for notes you don't want to save, and for Lisp evaluation. ;; If you want to create a file, visit that file with C-x C-f, ;; then enter the text in that file's own buffer. " 0 3 (fontified t face font-lock-comment-delimiter-face) 3 77 (fontified t face font-lock-comment-face) 77 80 (fontified t face font-lock-comment-delimiter-face) 80 140 (fontified t face font-lock-comment-face) 140 143 (fontified t face font-lock-comment-delimiter-face) 143 190 (fontified t face font-lock-comment-face) 190 191 (fontified t)) > One more thing: if you don't do the C-w, what is the expected behavior? > IOW did the w32 console use the w32 clipboard? The expected behavior for that, I think, is the one I observe right now: C-y brings to the buffer the current contents of the system clipboard. -- Dani Moncayo From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18629: 25.0.50; Yanking text on a MS-Windows console Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Oct 2014 01:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Dani Moncayo Cc: 18629@debbugs.gnu.org Received: via spool by 18629-submit@debbugs.gnu.org id=B18629.141255846531660 (code B ref 18629); Mon, 06 Oct 2014 01:22:01 +0000 Received: (at 18629) by debbugs.gnu.org; 6 Oct 2014 01:21:05 +0000 Received: from localhost ([127.0.0.1]:35117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xawz3-0008EZ-77 for submit@debbugs.gnu.org; Sun, 05 Oct 2014 21:21:05 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:46164) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xawz1-0008ER-8e for 18629@debbugs.gnu.org; Sun, 05 Oct 2014 21:21:03 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IPAS-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="91750765" Received: from 69-196-168-232.dsl.teksavvy.com (HELO pastel.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Oct 2014 21:21:02 -0400 Received: by pastel.home (Postfix, from userid 20848) id 7EF188619; Sun, 5 Oct 2014 21:21:02 -0400 (EDT) From: Stefan Monnier Message-ID: References: Date: Sun, 05 Oct 2014 21:21:02 -0400 In-Reply-To: (Dani Moncayo's message of "Sun, 5 Oct 2014 09:54:42 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > gui-selection-value seems to be undefined at that point, therefore I > cannot "trace-function" on it. Looks like you have an "old" version, then. Try updating from trunk. > The expected behavior for that, I think, is the one I observe right > now: C-y brings to the buffer the current contents of the system > clipboard. I think if you upgrade from trunk, your original problem might disappear, but the above desired behavior will also disappear. If so, please try to run the code below and tell me if it restores the expected behavior: (gui-method-define gui-selection-value t #'w32-get-selection-value) (gui-method-define gui-select-text t (lambda (text) (if gui-select-enable-clipboard (w32-set-clipboard-data text)))) -- Stefan From unknown Fri Aug 15 17:19:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#18629: 25.0.50; Yanking text on a MS-Windows console Resent-From: Dani Moncayo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Oct 2014 16:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: 18629@debbugs.gnu.org Received: via spool by 18629-submit@debbugs.gnu.org id=B18629.141261131225858 (code B ref 18629); Mon, 06 Oct 2014 16:02:02 +0000 Received: (at 18629) by debbugs.gnu.org; 6 Oct 2014 16:01:52 +0000 Received: from localhost ([127.0.0.1]:35939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbAjP-0006j0-9l for submit@debbugs.gnu.org; Mon, 06 Oct 2014 12:01:51 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:38587) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbAjM-0006ir-RQ for 18629@debbugs.gnu.org; Mon, 06 Oct 2014 12:01:49 -0400 Received: by mail-la0-f42.google.com with SMTP id mk6so4703413lab.1 for <18629@debbugs.gnu.org>; Mon, 06 Oct 2014 09:01:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QBJGKzlHdPKMp730Zww409l9QKDe6QHilxT4FverMHQ=; b=ix3JPQBOnem0OY4AOzmEA8h05j5ce6LqgycLDVjomotGiC1PcXBzcvKjBHOMansgL0 9OKQNXTlY9RjBMvQV0btG989q5QPW4LdLRuYevq9sELU6njP/J3mQGdG//vPrfJwZ+ur qo+DiXjk0ux1R8G0/QbDDFDSYdUw4zG0OXLxbfmQQnXi2OoSa4BUmFpV5rU7r7d7oB0V 0N9QOujARnFnc38bl+YRph6VB5jzTVRWn1NfFLt2SyfnbwELwMmyfNiiDD+qJBd+qDBR DJ0Wl0akVewFbDR6mZTgeV9/HwW5B4f1W51aJpQGdCnRW0eQ7bauuL0FPY859iviJ9th uPOg== MIME-Version: 1.0 X-Received: by 10.152.22.200 with SMTP id g8mr26241978laf.1.1412611307517; Mon, 06 Oct 2014 09:01:47 -0700 (PDT) Received: by 10.114.63.226 with HTTP; Mon, 6 Oct 2014 09:01:47 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Oct 2014 18:01:47 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > Looks like you have an "old" version, then. Try updating from trunk. My version was from a recent trunk build (2014-10-02), made from an empty build directory (autogen.sh+configure+make). But it seems that it is somehow corrupt. I guess I should always use the "bootstrap" target to be sure that the build is correct... >> The expected behavior for that, I think, is the one I observe right >> now: C-y brings to the buffer the current contents of the system >> clipboard. > > I think if you upgrade from trunk, your original problem might > disappear, but the above desired behavior will also disappear. Yes, It seems so. I've just built a recent trunk version, and this is what I see: 1. Without your code below: a. The kill ring seems to work OK for "internal" text, i.e, text coming form Emacs itself. b. But I can't yank text from the system clipboard. 2. With your code below: Everything seems to work fine. > If so, please try to run the code below and tell me if it restores the > expected behavior: > > (gui-method-define gui-selection-value t #'w32-get-selection-value) > (gui-method-define gui-select-text t > (lambda (text) > (if gui-select-enable-clipboard > (w32-set-clipboard-data text)))) -- Dani Moncayo From unknown Fri Aug 15 17:19:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dani Moncayo Subject: bug#18629: closed (Re: bug#18629: 25.0.50; Yanking text on a MS-Windows console) Message-ID: References: X-Gnu-PR-Message: they-closed 18629 X-Gnu-PR-Package: emacs Reply-To: 18629@debbugs.gnu.org Date: Mon, 06 Oct 2014 17:49:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1412617742-3840-1" This is a multi-part message in MIME format... ------------=_1412617742-3840-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #18629: 25.0.50; Yanking text on a MS-Windows console 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 18629@debbugs.gnu.org. --=20 18629: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18629 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1412617742-3840-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 18629-done) by debbugs.gnu.org; 6 Oct 2014 17:48:59 +0000 Received: from localhost ([127.0.0.1]:35978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbCP4-0000zg-Ri for submit@debbugs.gnu.org; Mon, 06 Oct 2014 13:48:59 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:60325) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XbCP2-0000zY-Ef for 18629-done@debbugs.gnu.org; Mon, 06 Oct 2014 13:48:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IPAS-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwaDSr0vgw6BFxd0giUBAQEBAgFWIwULCw4mEhQYDRABE4gECNIZF456B4Q4BKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="91810536" Received: from 69-196-168-232.dsl.teksavvy.com (HELO pastel.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 06 Oct 2014 13:48:55 -0400 Received: by pastel.home (Postfix, from userid 20848) id 8E9CF85DF; Mon, 6 Oct 2014 13:48:55 -0400 (EDT) From: Stefan Monnier To: Dani Moncayo Subject: Re: bug#18629: 25.0.50; Yanking text on a MS-Windows console Message-ID: References: Date: Mon, 06 Oct 2014 13:48:55 -0400 In-Reply-To: (Dani Moncayo's message of "Mon, 6 Oct 2014 18:01:47 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 18629-done Cc: 18629-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > 2. With your code below: Everything seems to work fine. Great, thanks. The problem should be fixed in trunk now. Stefan ------------=_1412617742-3840-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Oct 2014 21:04:17 +0000 Received: from localhost ([127.0.0.1]:33271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaWUy-0003Wd-FV for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54790) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XaWUv-0003WU-Cs for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaWUu-0007WG-5A for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUu-0007WC-32 for submit@debbugs.gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUt-000788-5h for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaWUs-0007Vt-Ev for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:11 -0400 Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:39269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaWUs-0007Vf-63 for bug-gnu-emacs@gnu.org; Sat, 04 Oct 2014 17:04:10 -0400 Received: by mail-lb0-f175.google.com with SMTP id u10so2543014lbd.6 for ; Sat, 04 Oct 2014 14:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5HsjBqTP3TV4y8tPVFNsI4erA0KuHRYze1csRorAYSs=; b=urm35SPFFkIbdiIlpl39b1HwlxSVtShUe1zp5UlM43Pvw87z/wpH8lA9iYNbJZvIFR rdauP5rih3R6g+yMj9JMsqzsPHzKEfWH2B2OOb4DMYN0Aypqbqt6He809zLRs6kkENmX KFIn+ypPSQu739/seWcHgfPEllEb+tzaLw0E8kaN+x0uhW28UfgSOPtKSKa4w7WVsOZc nv4FxIiDgpPL5gZn90lKKBeRQgG7zKjhJxqri2CXeRYw2jRhtuNiCjf9Ii83LCbLsAko AQc2IkyidDlRDw7Isua40ECAnv867T+tMhbHoBasTUX3Sg6UkHsNrNmjjfEoUNcVMLQa KWpw== MIME-Version: 1.0 X-Received: by 10.112.158.227 with SMTP id wx3mr14007615lbb.1.1412456647943; Sat, 04 Oct 2014 14:04:07 -0700 (PDT) Received: by 10.114.63.226 with HTTP; Sat, 4 Oct 2014 14:04:07 -0700 (PDT) Date: Sat, 4 Oct 2014 23:04:07 +0200 Message-ID: Subject: 25.0.50; Yanking text on a MS-Windows console From: Dani Moncayo To: bug-gnu-emacs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) (OS: MS-Windows 8) Recipe: Copy some text in the system clipboard. emacs -nw -Q C-x h C-w C-y The yanked text is not the one just killed, but the contents of the clipboard. And (FWIW) if I type M-y (just after the C-y), then I get the killed text. In GNU Emacs 25.0.50.1 (i686-pc-mingw32) of 2014-10-02 on LEG570 Repository revision: 118016 monnier@iro.umontreal.ca-20141002171857-vdn4m3apjg4g64yc Windowing system distributor `Microsoft Corp.', version 6.3.9600 Configured using: `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1' Configured features: XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB Important settings: value of $LANG: ENU locale-coding-system: cp1252 -- Dani Moncayo ------------=_1412617742-3840-1--