From unknown Mon Aug 18 14:16:31 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#8174 <8174@debbugs.gnu.org> To: bug#8174 <8174@debbugs.gnu.org> Subject: Status: 24.0.50; `replace-match' doesn't work right with propertized text Reply-To: bug#8174 <8174@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:16:31 +0000 retitle 8174 24.0.50; `replace-match' doesn't work right with propertized t= ext reassign 8174 emacs submitter 8174 "Drew Adams" severity 8174 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 17:17:29 2011 Received: (at submit) by debbugs.gnu.org; 4 Mar 2011 22:17:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvdJQ-00081z-Mf for submit@debbugs.gnu.org; Fri, 04 Mar 2011 17:17:28 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvdJO-00081n-HV for submit@debbugs.gnu.org; Fri, 04 Mar 2011 17:17:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvdJI-00075s-8x for submit@debbugs.gnu.org; Fri, 04 Mar 2011 17:17:21 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:39657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvdJI-00075m-4c for submit@debbugs.gnu.org; Fri, 04 Mar 2011 17:17:20 -0500 Received: from [140.186.70.92] (port=40780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvdJG-0005ER-U3 for bug-gnu-emacs@gnu.org; Fri, 04 Mar 2011 17:17:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvdJF-00075V-HH for bug-gnu-emacs@gnu.org; Fri, 04 Mar 2011 17:17:18 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:36854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvdJF-00075L-Bf for bug-gnu-emacs@gnu.org; Fri, 04 Mar 2011 17:17:17 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p24MHEAR029954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Mar 2011 22:17:16 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p24MAw1p017463 for ; Fri, 4 Mar 2011 22:17:13 GMT Received: from abhmt013.oracle.com by acsmt354.oracle.com with ESMTP id 1110830181299276966; Fri, 04 Mar 2011 14:16:06 -0800 Received: from dradamslap1 (/10.159.50.152) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2011 14:16:05 -0800 From: "Drew Adams" To: Subject: 24.0.50; `replace-match' doesn't work right with propertized text Date: Fri, 4 Mar 2011 14:16:06 -0800 Message-ID: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcvaucGpW6txojTYSEuRWQfvN4ED7w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090209.4D7164EA.0063,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) C-x C-f foo.txt Type this text (between the lines) into buffer foo.txt: -------------------------------- toto titi tata tutu tete (defun foo () (interactive) (require 'image-dired) (save-excursion (goto-char (point-min)) (re-search-forward "tata") (let* ((file "@@@@@") (strg (apply #'propertize "AAAAAA" `(display ,(image-dired-get-thumbnail-image file) rear-nonsticky (display))))) (replace-match strg)))) -------------------------------- Replace `@@@@@' in `foo's definition by a real image-file absolute file name, and then evaluate the definition. Then `M-x foo RET'. I would expect the text `tata' to be replaced by the propertized string, whose text is `AAAAAAA' and whose properties are as indicated. IOW, I would expect to see the image displayed in place of `tata'. Instead, the image is displayed at a different location: in place of the "ursi" in `save-excursion'. If you put the cursor at the beginning of the displayed image (just after the `c' of `save-excursion') and hit `C-u C-x =', you'll see something like this in *Help*, with the image appearing after `character: ' in *Help* (i.e. in place of `A'): character: A (65, #o101, #x41) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x41 syntax: w which means: word category: .:Base, a:ASCII, l:Latin, r:Roman buffer code: #x41 file code: #x41 (encoded by coding system iso-latin-1-dos) display: by this font (glyph code) uniscribe:-outline-Courier New-normal-normal-normal-mono-13-*-*-*-c-*-iso8859-1 (#x24) Character code properties: customize what to show name: LATIN CAPITAL LETTER A general-category: Lu (Letter, Uppercase) There are text properties here: display [Show] fontified t rear-nonsticky (display) [back] If you click the `Show' button for property `display' then you see, correctly, the image spec for the thumbnail image - e.g., (image :type jpeg :file "c:/.emacs.d/image-dired/abc_33e34a7116fe5da6ff6a9103c8774f02.thumb.jpg") Similarly for each of the `A's that replaced `ursi'. IOW, each character `A' of the replacement has the proper `display' property. But the the image position is incorrect. The wrong text seems to have been replaced by `replace-match'. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2011-02-28 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/imagesupport/include' From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 17:43:42 2011 Received: (at 8174) by debbugs.gnu.org; 4 Mar 2011 22:43:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvdio-0000Ah-70 for submit@debbugs.gnu.org; Fri, 04 Mar 2011 17:43:42 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvdin-0000AV-2I for 8174@debbugs.gnu.org; Fri, 04 Mar 2011 17:43:41 -0500 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p24MhX7I012848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <8174@debbugs.gnu.org>; Fri, 4 Mar 2011 22:43:34 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p24MCQJg014037 for <8174@debbugs.gnu.org>; Fri, 4 Mar 2011 22:43:32 GMT Received: from abhmt016.oracle.com by acsmt355.oracle.com with ESMTP id 1059646161299278532; Fri, 04 Mar 2011 14:42:12 -0800 Received: from dradamslap1 (/10.159.50.152) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2011 14:42:12 -0800 From: "Drew Adams" To: <8174@debbugs.gnu.org> References: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> Subject: RE: bug#8174: 24.0.50; `replace-match' doesn't work right with propertized text Date: Fri, 4 Mar 2011 14:42:13 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> Thread-Index: AcvaucGpW6txojTYSEuRWQfvN4ED7wAAyb/A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4D716B15.00CD,ss=1,fgs=0 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 8174 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Some additional info: In Emacs 22.3, the same thing happens. But in that case, the image is put at yet a different position. Instead of replacing the `ursi' in `save-excursion', it replaces the `to\nt' of `toto\ntiti'. The displayed result is this: to|---------------|iti where |---------------| is location of the displayed image. Seems like a longstanding bug, but it manifests itself a bit differently now. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 19:02:14 2011 Received: (at 8174) by debbugs.gnu.org; 5 Mar 2011 00:02:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvewo-0001uR-CE for submit@debbugs.gnu.org; Fri, 04 Mar 2011 19:02:14 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvewl-0001uE-UA for 8174@debbugs.gnu.org; Fri, 04 Mar 2011 19:02:12 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p25024wv026240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <8174@debbugs.gnu.org>; Sat, 5 Mar 2011 00:02:06 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p24Npp32018692 for <8174@debbugs.gnu.org>; Sat, 5 Mar 2011 00:02:04 GMT Received: from abhmt013.oracle.com by acsmt353.oracle.com with ESMTP id 1059802411299283307; Fri, 04 Mar 2011 16:01:47 -0800 Received: from dradamslap1 (/10.159.50.152) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2011 16:01:45 -0800 From: "Drew Adams" To: <8174@debbugs.gnu.org> References: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> Subject: RE: bug#8174: 24.0.50; `replace-match' doesn't work right with propertized text Date: Fri, 4 Mar 2011 16:01:46 -0800 Message-ID: <57A9308271D54786A2CAA0E0EA195A31@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcvaucGpW6txojTYSEuRWQfvN4ED7wAAyb/AAALgpgA= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4D717D7C.0153,ss=1,fgs=0 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 8174 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Besides a fix for this bug, I would like to know about any workarounds that might be usable in releases where the bug is not yet fixed. Thx. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 04 23:18:18 2011 Received: (at 8174) by debbugs.gnu.org; 5 Mar 2011 04:18:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pviwc-0007jk-1k for submit@debbugs.gnu.org; Fri, 04 Mar 2011 23:18:18 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pviwa-0007jZ-6p for 8174@debbugs.gnu.org; Fri, 04 Mar 2011 23:18:16 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAApIcU3O+LeP/2dsb2JhbACmY3W+BoVhBIUcj3A X-IronPort-AV: E=Sophos;i="4.62,268,1297054800"; d="scan'208";a="94482148" Received: from 206-248-183-143.dsl.teksavvy.com (HELO ceviche.home) ([206.248.183.143]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 04 Mar 2011 23:18:10 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 3EBE1660D6; Fri, 4 Mar 2011 23:18:10 -0500 (EST) From: Stefan Monnier To: "Drew Adams" Subject: Re: bug#8174: 24.0.50; `replace-match' doesn't work right with propertized text Message-ID: References: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> Date: Fri, 04 Mar 2011 23:18:10 -0500 In-Reply-To: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> (Drew Adams's message of "Fri, 4 Mar 2011 14:16:06 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 8174 Cc: 8174@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.1 (--) > (defun foo () > (interactive) > (require 'image-dired) > (save-excursion > (goto-char (point-min)) > (re-search-forward "tata") > (let* ((file "@@@@@") > (strg (apply #'propertize "AAAAAA" > `(display ,(image-dired-get-thumbnail-image file) > rear-nonsticky (display))))) > (replace-match strg)))) > -------------------------------- > Replace `@@@@@' in `foo's definition by a real image-file absolute file > name, and then evaluate the definition. Then `M-x foo RET'. > I would expect the text `tata' to be replaced by the propertized string, > whose text is `AAAAAAA' and whose properties are as indicated. IOW, I > would expect to see the image displayed in place of `tata'. First things first: (ignoring the lack of check that re-search-forward indeed succeeded) the only things allowed between the string match and the use of the match-data are a few Emacs primitives known to leave the match-data untouched. image-dired-get-thumbnail-image is not one of those primitives. Stefan From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 05 00:05:51 2011 Received: (at 8174) by debbugs.gnu.org; 5 Mar 2011 05:05:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvjgd-0000J1-1A for submit@debbugs.gnu.org; Sat, 05 Mar 2011 00:05:51 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Pvjga-0000Iq-PJ for 8174@debbugs.gnu.org; Sat, 05 Mar 2011 00:05:49 -0500 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p2555fVo005250 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 5 Mar 2011 05:05:43 GMT Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p2555eaT019616; Sat, 5 Mar 2011 05:05:41 GMT Received: from abhmt008.oracle.com by acsmt354.oracle.com with ESMTP id 1060126771299301534; Fri, 04 Mar 2011 21:05:34 -0800 Received: from dradamslap1 (/10.159.51.176) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2011 21:05:34 -0800 From: "Drew Adams" To: "'Stefan Monnier'" References: <3DD5910E07E34DD4B7A6E4B75B340674@us.oracle.com> Subject: RE: bug#8174: 24.0.50; `replace-match' doesn't work right with propertized text Date: Fri, 4 Mar 2011 21:05:32 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Acva7FfH1GNfX7KKRpmtdqSb7eovXwABd3IA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090207.4D71C4A5.0095,ss=1,fgs=0 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 8174 Cc: 8174@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) > > (re-search-forward "tata") > > (let* ((file "@@@@@") > > (strg (apply #'propertize "AAAAAA" > > `(display ,(image-dired-get-thumbnail-image file) > > rear-nonsticky (display))))) > > (replace-match strg)))) > > First things first: (ignoring the lack of check that > re-search-forward indeed succeeded) The real code uses (when (re-search-forward... nil t)...). > the only things allowed between the string match and > the use of the match-data are a few Emacs primitives known to > leave the match-data untouched. image-dired-get-thumbnail-image > is not one of those primitives. Yes, that's the problem here, so no bug. I was not expecting to need to wrap the `(apply... )' in `save-match-data'. Usually I can pretty much tell when the match data gets modified, but I guess I should have looked closer at `image-dired-get-thumbnail-image'. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 05 00:07:36 2011 Received: (at control) by debbugs.gnu.org; 5 Mar 2011 05:07:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvjiK-0000Lg-9U for submit@debbugs.gnu.org; Sat, 05 Mar 2011 00:07:36 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PvjiI-0000LU-EU for control@debbugs.gnu.org; Sat, 05 Mar 2011 00:07:34 -0500 Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id p2557RoC007498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 5 Mar 2011 05:07:28 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id p2553J9i000747 for ; Sat, 5 Mar 2011 05:07:27 GMT Received: from abhmt015.oracle.com by acsmt354.oracle.com with ESMTP id 1060128111299301636; Fri, 04 Mar 2011 21:07:16 -0800 Received: from dradamslap1 (/10.159.51.176) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2011 21:07:15 -0800 From: "Drew Adams" To: Subject: please close 8174 Date: Fri, 4 Mar 2011 21:07:14 -0800 Message-ID: <018AE483C9B54022AE05283191A39F54@us.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acva8zDjT8s2BY/wRm2LX992PKviRg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4D71C50F.00E4,ss=1,fgs=0 X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) close 8174 thanks From unknown Mon Aug 18 14:16:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 02 Apr 2011 11:24:05 +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