From unknown Mon Aug 18 02:07:06 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#25145 <25145@debbugs.gnu.org> To: bug#25145 <25145@debbugs.gnu.org> Subject: Status: 25.1; clipboard-yank and associated functions are broken Reply-To: bug#25145 <25145@debbugs.gnu.org> Date: Mon, 18 Aug 2025 09:07:06 +0000 retitle 25145 25.1; clipboard-yank and associated functions are broken reassign 25145 emacs submitter 25145 Stephane Chauveau severity 25145 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 09 04:16:27 2016 Received: (at submit) by debbugs.gnu.org; 9 Dec 2016 09:16:27 +0000 Received: from localhost ([127.0.0.1]:35239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFHI3-0000QA-00 for submit@debbugs.gnu.org; Fri, 09 Dec 2016 04:16:27 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFH5i-0008V3-RE for submit@debbugs.gnu.org; Fri, 09 Dec 2016 04:03:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFH5Z-0008C4-Qg for submit@debbugs.gnu.org; Fri, 09 Dec 2016 04:03:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50, RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFH5Z-0008C0-OG for submit@debbugs.gnu.org; Fri, 09 Dec 2016 04:03:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFH5T-0005pJ-NJ for bug-gnu-emacs@gnu.org; Fri, 09 Dec 2016 04:03:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFH5Q-00088s-Jw for bug-gnu-emacs@gnu.org; Fri, 09 Dec 2016 04:03:27 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:2201) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFH5Q-00087x-BM for bug-gnu-emacs@gnu.org; Fri, 09 Dec 2016 04:03:24 -0500 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com id ; Thu, 08 Dec 2016 23:59:44 -0800 Received: from HQMAIL108.nvidia.com ([172.20.13.39]) by hqpgpgate101.nvidia.com (PGP Universal service); Fri, 09 Dec 2016 00:43:12 -0800 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Fri, 09 Dec 2016 00:43:12 -0800 Received: from UKMAIL101.nvidia.com (10.26.138.13) by HQMAIL108.nvidia.com (172.18.146.13) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 9 Dec 2016 08:43:13 +0000 Received: from [10.26.11.240] (10.26.11.240) by UKMAIL101.nvidia.com (10.26.138.13) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 9 Dec 2016 08:43:09 +0000 To: From: Stephane Chauveau Subject: 25.1; clipboard-yank and associated functions are broken Message-ID: <584A6E9D.6080403@nvidia.com> Date: Fri, 9 Dec 2016 09:43:09 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 X-Originating-IP: [10.26.11.240] X-ClientProxiedBy: UKMAIL102.nvidia.com (10.26.138.15) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 09 Dec 2016 04:16:25 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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 (----) I noticed that the functions clipboard-yank, clipboard-kill-ring-save and clipboard-kill-region are not accessing the gui clipboard as they use to. In previous version those 3 functions were setting x-select-enable-clipbard to enable the clipboard. They are now setting gui-select-enable-clipboard. The problem is likely related to the recent renaming of x-select-enable-clibboard into select-enable-clipboard (so without a gui- prefix). The variable gui-select-enable-clipboard is set in a few other places but, as far as I can tell, it is never used for anything. In GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu) of 2016-11-18 built on vogt Windowing system distributor 'The X.Org Foundation', version 11.0.11501000 System Description: Linux Mint 17.1 Rebecca Configured using: 'configure --prefix=3D/home/schauveau/opt/emacs-25.1 --with-x-toolkit=3Dn= o --with-xpm=3Dno --with-gif=3Dno' Configured features: JPEG TIFF PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 ZLIB X11 Important settings: value of $LC_COLLATE: C value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: show-paren-mode: t display-time-mode: t shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Type C-x 1 to delete the help window. uncompressing menu-bar.el.gz...done Mark set M-s C-g is undefined Quit Making completion list... You can run the command =E2=80=98describe-variable=E2=80=99 with C-h v uncompressing select.el.gz...done Making completion list... [2 times] Load-path shadows: ~/usr/share/emacs/xt-mouse hides=20 /home/schauveau/opt/emacs-25.1/share/emacs/25.1/lisp/xt-mouse Features: (shadow sort mail-extr emacsbug message dired rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mail-utils pp jka-compr windmove eieio-opt speedbar sb-image ezimage dframe find-func thingatpt compile edmacro kmacro ido paren time tramp tramp-compat auth-source cl-seq eieio eieio-core cl-macs gnus-util mm-util help-fns mail-prsvr password-cache tramp-loaddefs trampver ucs-normalize shell pcomplete comint ansi-color ring format-spec advice finder-inf info chess-autoloads etags-select-autoloads xpm-autoloads package seq byte-opt gv bytecomp byte-compile cl-extra help-mode easymenu cconv cl-loaddefs pcase cl-lib epa-file epa derived epg epg-config disaster generic generic-x time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting x multi-tty make-network-process emacs) Memory information: ((conses 16 297179 14932) (symbols 48 28063 0) (miscs 40 107 370) (strings 32 48837 8668) (string-bytes 1 1295984) (vectors 16 43908) (vector-slots 8 786143 6898) (floats 8 265 274) (intervals 56 511 12) (buffers 976 23) (heap 1024 49084 1269)) From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 09 08:10:30 2016 Received: (at 25145) by debbugs.gnu.org; 9 Dec 2016 13:10:30 +0000 Received: from localhost ([127.0.0.1]:35341 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFKwY-00086C-3V for submit@debbugs.gnu.org; Fri, 09 Dec 2016 08:10:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:40083) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFKwX-00085z-61 for 25145@debbugs.gnu.org; Fri, 09 Dec 2016 08:10:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFKwN-0007xG-1E for 25145@debbugs.gnu.org; Fri, 09 Dec 2016 08:10:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFKwM-0007x8-UI; Fri, 09 Dec 2016 08:10:18 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3669 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cFKwM-00082a-5v; Fri, 09 Dec 2016 08:10:18 -0500 Date: Fri, 09 Dec 2016 15:10:45 +0200 Message-Id: <83pol1gsdm.fsf@gnu.org> From: Eli Zaretskii To: Stephane Chauveau In-reply-to: <584A6E9D.6080403@nvidia.com> (message from Stephane Chauveau on Fri, 9 Dec 2016 09:43:09 +0100) Subject: Re: bug#25145: 25.1; clipboard-yank and associated functions are broken References: <584A6E9D.6080403@nvidia.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 25145 Cc: 25145@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.0 (--------) > From: Stephane Chauveau > Date: Fri, 9 Dec 2016 09:43:09 +0100 > > > I noticed that the functions clipboard-yank, clipboard-kill-ring-save > and clipboard-kill-region are not accessing the gui clipboard as they > use to. > > In previous version those 3 functions were setting > x-select-enable-clipbard to enable the clipboard. > > They are now setting gui-select-enable-clipboard. > > The problem is likely related to the recent renaming of > x-select-enable-clibboard into select-enable-clipboard (so without a > gui- prefix). > > The variable gui-select-enable-clipboard is set in a few other places > but, as far as I can tell, it is never used for anything. Thank you for your report. However, I don't think I understand what is it that doesn't work in Emacs 25.1 as you expect. What you describe are simply indications of some redesign and reimplementation in this area, but the functionality definitely works for me. Could you perhaps give a recipe, starting from "emacs -Q", which reproduces the problems you are seeing, and describe the expected behavior and the actual one? That would allow us to analyze the problems you see. From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 09 11:31:14 2016 Received: (at 25145) by debbugs.gnu.org; 9 Dec 2016 16:31:14 +0000 Received: from localhost ([127.0.0.1]:36206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFO4m-0006HY-GS for submit@debbugs.gnu.org; Fri, 09 Dec 2016 11:31:12 -0500 Received: from hqemgate16.nvidia.com ([216.228.121.65]:16901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFLe0-0000mS-9t for 25145@debbugs.gnu.org; Fri, 09 Dec 2016 08:55:24 -0500 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate16.nvidia.com id ; Fri, 09 Dec 2016 05:55:31 -0800 Received: from HQMAIL101.nvidia.com ([172.20.13.39]) by hqnvupgp07.nvidia.com (PGP Universal service); Thu, 08 Dec 2016 17:53:01 -0800 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 08 Dec 2016 17:53:01 -0800 Received: from UKMAIL101.nvidia.com (10.26.138.13) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 9 Dec 2016 13:53:57 +0000 Received: from [10.26.11.240] (10.26.11.240) by UKMAIL101.nvidia.com (10.26.138.13) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 9 Dec 2016 13:53:52 +0000 Subject: Re: bug#25145: 25.1; clipboard-yank and associated functions are broken To: Eli Zaretskii References: <584A6E9D.6080403@nvidia.com> <83pol1gsdm.fsf@gnu.org> From: Stephane Chauveau Message-ID: <584AB76D.2080304@nvidia.com> Date: Fri, 9 Dec 2016 14:53:49 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <83pol1gsdm.fsf@gnu.org> X-Originating-IP: [10.26.11.240] X-ClientProxiedBy: DRUKMAIL102.nvidia.com (10.25.59.20) To UKMAIL101.nvidia.com (10.26.138.13) Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 25145 X-Mailman-Approved-At: Fri, 09 Dec 2016 11:31:11 -0500 Cc: 25145@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -8.0 (--------) On 12/09/2016 02:10 PM, Eli Zaretskii wrote: >> From: Stephane Chauveau >> Date: Fri, 9 Dec 2016 09:43:09 +0100 >> >> >> I noticed that the functions clipboard-yank, clipboard-kill-ring-save >> and clipboard-kill-region are not accessing the gui clipboard as they >> use to. >> >> In previous version those 3 functions were setting >> x-select-enable-clipbard to enable the clipboard. >> >> They are now setting gui-select-enable-clipboard. >> >> The problem is likely related to the recent renaming of >> x-select-enable-clibboard into select-enable-clipboard (so without a >> gui- prefix). >> >> The variable gui-select-enable-clipboard is set in a few other places >> but, as far as I can tell, it is never used for anything. > Thank you for your report. However, I don't think I understand what > is it that doesn't work in Emacs 25.1 as you expect. What you > describe are simply indications of some redesign and reimplementation > in this area, but the functionality definitely works for me. > > Could you perhaps give a recipe, starting from "emacs -Q", which > reproduces the problems you are seeing, and describe the expected > behavior and the actual one? That would allow us to analyze the > problems you see. Here is the recipe. This involved CLIPBOARD and PRIMARY buffer so on Linux X11 (1) Fill the CLIPBOARD and PRIMARY buffers with their respective name. I use xsel but any other method should do echo -n CLIPBOARD | xsel -b echo -n PRIMARY | xsel -p (2) Using emacs 24.3.1 emacs24 -Q --eval "(progn (setq x-select-enable-clipboard nil) (setq x-select-enable-primary nil) (yank) )" ==> empty window as expected since PRIMARY and CLIPBOARD are both disabled emacs24 -Q --eval "(progn (setq x-select-enable-clipboard nil) (setq x-select-enable-primary nil) (clipboard-yank) )" ==> the content of CLIPBOARD is added to the scratch buffer (3) The same commands using emacs 25.1.1 will always produce an empty window. As I tried to explain in my first email, the problem is that (clipboard-yank) is attempting to enable the clipboard by setting the variable gui-select-enable-clipboard: (defun clipboard-yank () "Insert the clipboard contents, or the last stretch of killed text." (interactive "*") (let ((gui-select-enable-clipboard t)) (yank))) However, this variable does not control the clipboard. The proper variable name is select-enable-clipboard or x-select-enable-clipboard From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 09 15:40:16 2016 Received: (at control) by debbugs.gnu.org; 9 Dec 2016 20:40:16 +0000 Received: from localhost ([127.0.0.1]:36292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFRxo-0008OV-0g for submit@debbugs.gnu.org; Fri, 09 Dec 2016 15:40:16 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFRnp-0007Wf-ME for control@debbugs.gnu.org; Fri, 09 Dec 2016 15:29:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFPiG-0000o7-Nk for control@debbugs.gnu.org; Fri, 09 Dec 2016 13:16:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFPiG-0000o3-KY for control@debbugs.gnu.org; Fri, 09 Dec 2016 13:16:04 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cFPiG-00027I-AA for control@debbugs.gnu.org; Fri, 09 Dec 2016 13:16:04 -0500 Subject: control message for bug 21966 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 09 Dec 2016 13:16:04 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -8.0 (--------) block 21966 by 25145 From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 10 21:14:11 2016 Received: (at 25145-done) by debbugs.gnu.org; 11 Dec 2016 02:14:11 +0000 Received: from localhost ([127.0.0.1]:37368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFteV-0002NV-J7 for submit@debbugs.gnu.org; Sat, 10 Dec 2016 21:14:11 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60389) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFteU-0002NI-OR for 25145-done@debbugs.gnu.org; Sat, 10 Dec 2016 21:14:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFteO-0003Nn-Rd for 25145-done@debbugs.gnu.org; Sat, 10 Dec 2016 21:14:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFteO-0003Ni-OC for 25145-done@debbugs.gnu.org; Sat, 10 Dec 2016 21:14:04 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cFteO-0003Nt-Be; Sat, 10 Dec 2016 21:14:04 -0500 From: Glenn Morris To: 25145-done@debbugs.gnu.org Subject: Re: bug#25145: 25.1; clipboard-yank and associated functions are broken References: <584A6E9D.6080403@nvidia.com> X-Spook: INS Matamoros National Biosurveillance Integration Center X-Ran: s_yu'C&oofKl>rXZE?nM-Bd0^Fxpu]y>@sF^.3p<}nMS+/#>4VrkfdK]@MX&e-$s=u{1"D X-Hue: white X-Attribution: GM Date: Sat, 10 Dec 2016 21:14:04 -0500 In-Reply-To: <584A6E9D.6080403@nvidia.com> (Stephane Chauveau's message of "Fri, 9 Dec 2016 09:43:09 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.0 (--------) X-Debbugs-Envelope-To: 25145-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 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: -8.0 (--------) Version: 25.2 Thanks; fixed in 442e2f6. From unknown Mon Aug 18 02:07:06 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 08 Jan 2017 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator