From unknown Wed Jun 25 03:52:24 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#17952 <17952@debbugs.gnu.org> To: bug#17952 <17952@debbugs.gnu.org> Subject: Status: Compatability for eieio between 24.4 and 24.3 Reply-To: bug#17952 <17952@debbugs.gnu.org> Date: Wed, 25 Jun 2025 10:52:24 +0000 retitle 17952 Compatability for eieio between 24.4 and 24.3 reassign 17952 emacs submitter 17952 Matthew Fidler severity 17952 minor tag 17952 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 00:34:59 2014 Received: (at submit) by debbugs.gnu.org; 6 Jul 2014 04:35:00 +0000 Received: from localhost ([127.0.0.1]:44466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3eAF-0004VO-08 for submit@debbugs.gnu.org; Sun, 06 Jul 2014 00:34:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42365) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3eAA-0004V8-VX for submit@debbugs.gnu.org; Sun, 06 Jul 2014 00:34:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3eA5-0007bJ-3Q for submit@debbugs.gnu.org; Sun, 06 Jul 2014 00:34:49 -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.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3eA4-0007bE-WD for submit@debbugs.gnu.org; Sun, 06 Jul 2014 00:34:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3eA4-00080j-A6 for bug-gnu-emacs@gnu.org; Sun, 06 Jul 2014 00:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3eA3-0007az-EK for bug-gnu-emacs@gnu.org; Sun, 06 Jul 2014 00:34:48 -0400 Received: from mail-ig0-x231.google.com ([2607:f8b0:4001:c05::231]:54284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3eA3-0007as-9t for bug-gnu-emacs@gnu.org; Sun, 06 Jul 2014 00:34:47 -0400 Received: by mail-ig0-f177.google.com with SMTP id c1so3357248igq.16 for ; Sat, 05 Jul 2014 21:34:46 -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=fh42i4zGXvyo3VShhtZHAm/wSK/IzmM6wjcEy0SSEX4=; b=U8GIWBVPtl5m85HMWCsLnr6WoxjtL3QKJ78fNfI7A4qTV4D7bUVKMZq+/K2wVLhpFO sePHO2DtQ8n+znYpjndyD3JIgB1fRXouHlp9bbs7axQ3nj7vsk4wNESPQnzbFYuSR/8X 7OGTi71qqSCfCW9GSVuGw1db55f3qgrmfWziwmjd8d0t/yKEoeEnZeAunx4s11cNimgN o1AbU/AKVGo4t57Oa4A2V55lDnDd6TNqSn2vK2Lnu6adqChfqOEFWLj5ikv6mobzB3q3 JsHyHanCsR9zsO2W3jteFGBxqC0FFl77gVwjd7Mfv7/v2rjJZkC5zo6qC/ADtnBLRaly MMtQ== MIME-Version: 1.0 X-Received: by 10.42.58.207 with SMTP id j15mr23891995ich.14.1404621286804; Sat, 05 Jul 2014 21:34:46 -0700 (PDT) Received: by 10.64.126.2 with HTTP; Sat, 5 Jul 2014 21:34:46 -0700 (PDT) Date: Sat, 5 Jul 2014 23:34:46 -0500 Message-ID: Subject: Compatability for eieio between 24.4 and 24.3 From: Matthew Fidler To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=20cf30334cfbd811c404fd7ee0c9 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 (----) --20cf30334cfbd811c404fd7ee0c9 Content-Type: text/plain; charset=UTF-8 The object-set-name-string function of eieio has changed to eieio-object-set-name-string, at one point my code (ergoemacs-mode) depended on that function, so I had to use a macro to pick the right version for different versions of emacs. You may keep it or change it as you wish. Today ergoemacs-mode no longer uses this function. Just an FYI, prompted by Stefan. Matt --20cf30334cfbd811c404fd7ee0c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The object-set-name-string function of eieio has chan= ged to eieio-object-set-name-string, at one point my code=C2=A0(ergoemacs-m= ode)=C2=A0depended on that function, so I had to use a macro=C2=A0to pick t= he right version for different versions of emacs.=C2=A0
=C2=A0
You may keep it or change it as you wish.=C2=A0 Today= ergoemacs-mode no longer uses this function.
=C2=A0
Ju= st an FYI, prompted by Stefan.
=C2=A0
Matt
--20cf30334cfbd811c404fd7ee0c9-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 04:49:25 2014 Received: (at 17952) by debbugs.gnu.org; 6 Jul 2014 08:49:25 +0000 Received: from localhost ([127.0.0.1]:44529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3i8T-0003V8-4G for submit@debbugs.gnu.org; Sun, 06 Jul 2014 04:49:25 -0400 Received: from randomsample.de ([5.45.97.173]:37360) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3i8Q-0003Ux-OA for 17952@debbugs.gnu.org; Sun, 06 Jul 2014 04:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=W6mUX2Xgd3JSF3CN2Wi3O5gGaqfSwJjrWc8Ax3QdY7A=; b=Wi+meS165EkYys5dc22O9Eh/9WWLOAkwoCbJohsHPd90PsxIlX1PWlHCWLLPTwzpA8hzDJfCzon2PJbXOzedrYWSwyph68qu6+L+d3Ihg0wj0LKzQ/dnRbnQxYFeMUe7; Received: from dslc-082-083-054-104.pools.arcor-ip.net ([82.83.54.104] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1X3i8P-0006pb-4p; Sun, 06 Jul 2014 10:49:21 +0200 From: David Engster To: Matthew Fidler Subject: Re: bug#17952: Compatability for eieio between 24.4 and 24.3 In-Reply-To: (Matthew Fidler's message of "Sat, 5 Jul 2014 23:34:46 -0500") References: User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) Date: Sun, 06 Jul 2014 10:49:15 +0200 Message-ID: <874myuj2ic.fsf@engster.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 17952 Cc: 17952@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.0 (/) Matthew Fidler writes: > The object-set-name-string function of eieio has changed to > eieio-object-set-name-string, at one point my code=A0(ergoemacs-mode)=A0d= epended on > that function, so I had to use a macro=A0to pick the right version for di= fferent > versions of emacs.=A0 The usual way for renaming a function in Emacs is to mark it as deprecated and make it an alias for the new name, and after a few more Emacs releases remove it altogether. So if you want to stay compatible with older Emacsen, simply continue to use `object-set-name-string' for the time being. You will get a warning on byte-compilation, but just ignore it (or turn off the deprecation warning if it bothers you too much). -David From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 08:24:53 2014 Received: (at 17952) by debbugs.gnu.org; 6 Jul 2014 12:24:53 +0000 Received: from localhost ([127.0.0.1]:44558 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3lUy-0002Q1-CT for submit@debbugs.gnu.org; Sun, 06 Jul 2014 08:24:52 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:49764) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3lUv-0002Pi-9v for 17952@debbugs.gnu.org; Sun, 06 Jul 2014 08:24:50 -0400 Received: by mail-ie0-f174.google.com with SMTP id rd18so2677518iec.5 for <17952@debbugs.gnu.org>; Sun, 06 Jul 2014 05:24:43 -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=m+cIXG9HCKRkTT1Noeig07VkkDHOBkq0HuG0JQ8KXeg=; b=OqJmh2ynxW6Cb/uqIDkzRM/sdkCF3Rg++R8tmMfY1QXt8MDlpn5xvbWl63Xt/3HaPN nCGw9ETuLLOS0pF++Y8caEjcMkUMaZotM4zCzOdsXX7fJWKQfZXsCFeZvTEuoHzKVfEj K3UI7Pz2/8MS/CHa1KK8Zyxq5g7LDAPXNsKI1pczF+AfIVdi86GfxkznyJQq+0p2ZzTK m+cpBd6pvQDQ6/4HAezIKMPw8nTS/DihialO39IYsrZrQHWNQ4s5Ral6EW3Dv5Po9vBG pCQIXVnY1cQqL4T8b7I1OWZdoEM89A0XYcdR1I5xRxpSBhkqjdU6rtmaviB296rJDLo3 xTbQ== MIME-Version: 1.0 X-Received: by 10.42.147.201 with SMTP id o9mr372183icv.89.1404649483541; Sun, 06 Jul 2014 05:24:43 -0700 (PDT) Received: by 10.64.126.2 with HTTP; Sun, 6 Jul 2014 05:24:43 -0700 (PDT) Received: by 10.64.126.2 with HTTP; Sun, 6 Jul 2014 05:24:43 -0700 (PDT) In-Reply-To: <874myuj2ic.fsf@engster.org> References: <874myuj2ic.fsf@engster.org> Date: Sun, 6 Jul 2014 07:24:43 -0500 Message-ID: Subject: Re: bug#17952: Compatability for eieio between 24.4 and 24.3 From: Matthew Fidler To: David Engster Content-Type: multipart/alternative; boundary=90e6ba61360680255e04fd857102 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17952 Cc: 17952@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.7 (/) --90e6ba61360680255e04fd857102 Content-Type: text/plain; charset=UTF-8 Thanks David I don't believe object-set-name-string was marked as a depreciated function. I may have not been running against the trunk, but I believe my compile failed instead of issued a warning. I think the authors intent is that people access the object name with eieio-named so using this function directly was not supported. I have changed my code to solely use eieio-named, so compile warnings on either 24.3 or 24.4 are not issued. Matt On Jul 6, 2014 3:49 AM, "David Engster" wrote: > Matthew Fidler writes: > > The object-set-name-string function of eieio has changed to > > eieio-object-set-name-string, at one point my > code (ergoemacs-mode) depended on > > that function, so I had to use a macro to pick the right version for > different > > versions of emacs. > > The usual way for renaming a function in Emacs is to mark it as > deprecated and make it an alias for the new name, and after a few more > Emacs releases remove it altogether. So if you want to stay compatible > with older Emacsen, simply continue to use `object-set-name-string' for > the time being. You will get a warning on byte-compilation, but just > ignore it (or turn off the deprecation warning if it bothers you too > much). > > -David > --90e6ba61360680255e04fd857102 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Thanks David

I don't believe object-set-name-string was marked as a d= epreciated function. I may have not been running against the trunk, but I b= elieve my compile failed instead of issued a warning.

I think the authors intent is that people access the object = name with eieio-named so using this function directly was not supported.

I have changed my code to solely use eieio-named, so compile= warnings on either 24.3 or 24.4 are not issued.

Matt

On Jul 6, 2014 3:49 AM, "David Engster"= ; <deng@randomsample.de> = wrote:
Matthew Fidler writes:
> The object-set-name-string function of eieio has changed to
> eieio-object-set-name-string, at one point my code=C2=A0(ergoemacs-mod= e)=C2=A0depended on
> that function, so I had to use a macro=C2=A0to pick the right version = for different
> versions of emacs.=C2=A0

The usual way for renaming a function in Emacs is to mark it as
deprecated and make it an alias for the new name, and after a few more
Emacs releases remove it altogether. So if you want to stay compatible
with older Emacsen, simply continue to use `object-set-name-string' for=
the time being. You will get a warning on byte-compilation, but just
ignore it (or turn off the deprecation warning if it bothers you too
much).

-David
--90e6ba61360680255e04fd857102-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 14:01:46 2014 Received: (at 17952) by debbugs.gnu.org; 6 Jul 2014 18:01:46 +0000 Received: from localhost ([127.0.0.1]:45115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qkz-0004ik-SY for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:01:46 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34087 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qkw-0004iY-TA for 17952@debbugs.gnu.org; Sun, 06 Jul 2014 14:01:43 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X3qku-0005UA-RK; Sun, 06 Jul 2014 14:01:40 -0400 From: Glenn Morris To: Matthew Fidler Subject: Re: bug#17952: Compatability for eieio between 24.4 and 24.3 References: <874myuj2ic.fsf@engster.org> X-Spook: Firefly Vickie Weaver UMTS blackjack credit card bemd X-Ran: Z!6`#(_2()114^"9Y}MK3:C$od?f}w0[KY9IV>0EN!~A-}K(4ney{7Z-fvrdR>=t&~|)2' X-Hue: black X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 06 Jul 2014 14:01:40 -0400 In-Reply-To: (Matthew Fidler's message of "Sun, 6 Jul 2014 07:24:43 -0500") Message-ID: <2iy4w61i4b.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: 17952 Cc: 17952@debbugs.gnu.org, David Engster 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: -5.7 (-----) emacs-24.3.92 -Q -l eieio C-h f object-set-name-string object-set-name-string is an alias for `eieio-object-set-name-string' in `eieio.el'. (object-set-name-string OBJ NAME) This function is obsolete since 24.4; use `eieio-object-set-name-string' instead. From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 14:04:01 2014 Received: (at 17952) by debbugs.gnu.org; 6 Jul 2014 18:04:01 +0000 Received: from localhost ([127.0.0.1]:45120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qnA-0004na-GB for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:04:00 -0400 Received: from mail-vc0-f177.google.com ([209.85.220.177]:54023) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qn8-0004nN-T7 for 17952@debbugs.gnu.org; Sun, 06 Jul 2014 14:03:59 -0400 Received: by mail-vc0-f177.google.com with SMTP id ij19so3028648vcb.8 for <17952@debbugs.gnu.org>; Sun, 06 Jul 2014 11:03:53 -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=02hl5gi8+su2OQLqnXLazCdzl1It6jDEjNqNTGdELcs=; b=EcllTaN/UKCcLdAdx0G1M3Z3iodRZOx+0PAlMDXG+n2O9sGllH/xTnXUu++F4tMsAm 5xsRhbPTVljJBz8YogPJWvRl0XOONuaJCNEkEvTQT1iNPnPUUXdhRq5pTT5/ZzlEBP9Y WQ65gmTgGF1PhIkt/pwfPRLalN9Nm43dDcCq1ue3WqGllTLp9ko9wz/hBpDyx/0lUa3l k/SwiUYCZ7ufmolmlhDu4QXHkHySu/PyKkW4PNj1DCTbB8H/ZAD6IsD3nhAIiGyGFYcT JxbBrx7zxmp1SBR3ykll2zWUJA0ZJhAcoRG305UPMtkkhqTbNNZ+Wc+lpo6PlYe9fQxs wAog== MIME-Version: 1.0 X-Received: by 10.220.92.135 with SMTP id r7mr22543061vcm.11.1404669833145; Sun, 06 Jul 2014 11:03:53 -0700 (PDT) Received: by 10.52.174.68 with HTTP; Sun, 6 Jul 2014 11:03:52 -0700 (PDT) Received: by 10.52.174.68 with HTTP; Sun, 6 Jul 2014 11:03:52 -0700 (PDT) In-Reply-To: <2iy4w61i4b.fsf@fencepost.gnu.org> References: <874myuj2ic.fsf@engster.org> <2iy4w61i4b.fsf@fencepost.gnu.org> Date: Sun, 6 Jul 2014 13:03:52 -0500 Message-ID: Subject: Re: bug#17952: Compatability for eieio between 24.4 and 24.3 From: Matthew Fidler To: Glenn Morris Content-Type: multipart/alternative; boundary=047d7b66f5fb6e74d904fd8a2e31 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 17952 Cc: 17952@debbugs.gnu.org, David Engster 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 (/) --047d7b66f5fb6e74d904fd8a2e31 Content-Type: text/plain; charset=UTF-8 My misunderstanding. On Jul 6, 2014 1:01 PM, "Glenn Morris" wrote: > > emacs-24.3.92 -Q -l eieio > > C-h f object-set-name-string > > object-set-name-string is an alias for `eieio-object-set-name-string' > in `eieio.el'. > > (object-set-name-string OBJ NAME) > > This function is obsolete since 24.4; > use `eieio-object-set-name-string' instead. > --047d7b66f5fb6e74d904fd8a2e31 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

My misunderstanding.

On Jul 6, 2014 1:01 PM, "Glenn Morris"= <rgm@gnu.org> wrote:

emacs-24.3.92 -Q -l eieio

C-h f object-set-name-string

=C2=A0 =C2=A0 object-set-name-string is an alias for `eieio-object-set-name= -string'
=C2=A0 =C2=A0 in `eieio.el'.

=C2=A0 =C2=A0 (object-set-name-string OBJ NAME)

=C2=A0 =C2=A0 This function is obsolete since 24.4;
=C2=A0 =C2=A0 use `eieio-object-set-name-string' instead.
--047d7b66f5fb6e74d904fd8a2e31-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 06 14:08:16 2014 Received: (at control) by debbugs.gnu.org; 6 Jul 2014 18:08:16 +0000 Received: from localhost ([127.0.0.1]:45125 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qrH-0004wC-MF for submit@debbugs.gnu.org; Sun, 06 Jul 2014 14:08:16 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34199 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1X3qrE-0004w1-Vv for control@debbugs.gnu.org; Sun, 06 Jul 2014 14:08:13 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1X3qrE-0006bj-KG for control@debbugs.gnu.org; Sun, 06 Jul 2014 14:08:12 -0400 Date: Sun, 06 Jul 2014 14:08:12 -0400 Message-Id: Subject: control message for bug 17952 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: control 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: -5.7 (-----) tag 17952 = notabug close 17952 From unknown Wed Jun 25 03:52:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Aug 2014 11: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