From unknown Sun Jun 22 11:38:44 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#5193: 23.1; single-key-description problem Reply-To: "Drew Adams" , 5193@debbugs.gnu.org Resent-From: "Drew Adams" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Sat, 12 Dec 2009 16:10:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 5193 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.126063384011574 (code B ref -1); Sat, 12 Dec 2009 16:10:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 12 Dec 2009 16:04:00 +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.4 required=4.0 tests=AWL,FOURLA,MULTALT,NEXTPART autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBCG3wpP011571 for ; Sat, 12 Dec 2009 08:04:00 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJURp-0002GY-OE for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJURl-0002Cm-0I for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:57 -0500 Received: from [199.232.76.173] (port=58344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJURk-0002CY-QR for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:52 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:64674 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJURk-0000Cq-3Z for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:52 -0500 Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBCG49vI027297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 12 Dec 2009 16:04:10 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBCFli0N013217 for ; Sat, 12 Dec 2009 16:03:38 GMT Received: from abhmt021.oracle.com by acsmt355.oracle.com with ESMTP id 960662501260633809; Sat, 12 Dec 2009 08:03:29 -0800 Received: from dradamslap1 (/24.5.185.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 12 Dec 2009 08:03:29 -0800 From: "Drew Adams" To: Date: Sat, 12 Dec 2009 08:03:33 -0800 Message-ID: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01CA7B01.9A285A40" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acp7RKdY4rtbFu1dSXa5IbmRBHnIWA== X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4B23BEE1.00CC:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) This is a multi-part message in MIME format. ------=_NextPart_000_0039_01CA7B01.9A285A40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit emacs -Q The character range (128 . 4194303) is bound to `self-insert-command'. (single-key-description 128) gives "\200" (single-key-description 4194303) gives "\377" However, in the former case, "\200" is a string with one character, \200. In the latter case, "\377" is a string with four characters, \, 3, 7, and 7. In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4)' ------=_NextPart_000_0039_01CA7B01.9A285A40 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
emacs = -Q
 
The character = range (128 .=20 4194303) is bound to `self-insert-command'.
 
(single-key-description 128)=20 gives "\200"
(single-key-description 4194303) gives = "\377"
 
However, in = the former case,=20 "\200" is a string with one character,
\200. In the latter case, = "\377" is a=20 string with four characters, \,
3, 7, and 7.
 
In GNU Emacs = 23.1.1=20 (i386-mingw-nt5.1.2600)
 of 2009-07-29 on = SOFT-MJASON
Windowing=20 system distributor `Microsoft Corp.', version 5.1.2600
configured = using=20 `configure --with-gcc (4.4)'
 
 
------=_NextPart_000_0039_01CA7B01.9A285A40-- From unknown Sun Jun 22 11:38:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5193: 23.1; single-key-description problem Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Sep 2011 10:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5193 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Drew Adams" Cc: 5193@debbugs.gnu.org Received: via spool by 5193-submit@debbugs.gnu.org id=B5193.13163405523391 (code B ref 5193); Sun, 18 Sep 2011 10:10:02 +0000 Received: (at 5193) by debbugs.gnu.org; 18 Sep 2011 10:09:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5EJD-0000se-Jx for submit@debbugs.gnu.org; Sun, 18 Sep 2011 06:09:12 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5EJB-0000sX-Ct for 5193@debbugs.gnu.org; Sun, 18 Sep 2011 06:09:10 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R5EEJ-000876-91; Sun, 18 Sep 2011 12:04:07 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> (Drew Adams's message of "Sat, 12 Dec 2009 08:03:33 -0800") Date: Sun, 18 Sep 2011 11:56:23 +0200 Message-ID: References: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Eurythmics's _Savage_: "Shame" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1R5EEJ-000876-91 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316945047.77843@btN88PofiDFyF4V/io2Dag X-Spam-Status: No X-Spam-Score: -2.6 (--) 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.6 (--) "Drew Adams" writes: > The character range (128 . 4194303) is bound to `self-insert-command'. > =A0 > (single-key-description 128) gives "\200" > (single-key-description 4194303) gives "\377" > =A0 > However, in the former case, "\200" is a string with one character, > \200. In the latter case, "\377" is a string with four characters, \, > 3, 7, and 7. Something seems to have changed here: (single-key-description 128) =3D> "=80" (single-key-description 4194303) =3D> "\301\277" But it's essentially still the same -- the 128 is a string of one character, and the other one is a string of 8 characters. I have no idea whether this is a bug or a feature, though. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Jun 22 11:38:44 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5193: 23.1; single-key-description problem Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 19 Sep 2011 18:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5193 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 5193@debbugs.gnu.org, Drew Adams Received: via spool by 5193-submit@debbugs.gnu.org id=B5193.131645865229867 (code B ref 5193); Mon, 19 Sep 2011 18:58:02 +0000 Received: (at 5193) by debbugs.gnu.org; 19 Sep 2011 18:57:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5j1w-0007lV-MN for submit@debbugs.gnu.org; Mon, 19 Sep 2011 14:57:32 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5j1l-0007l7-6h for 5193@debbugs.gnu.org; Mon, 19 Sep 2011 14:57:21 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjcFALyOd05FpZ7x/2dsb2JhbABChFWhBoFgeIFTAQEEASMzIxALGgIYDgICFBgNJIgKoxWRXoEshDuBEQSgToRE X-IronPort-AV: E=Sophos;i="4.68,406,1312171200"; d="scan'208";a="137155952" Received: from 69-165-158-241.dsl.teksavvy.com (HELO pastel.home) ([69.165.158.241]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Sep 2011 14:52:09 -0400 Received: by pastel.home (Postfix, from userid 20848) id 65E1A591F1; Mon, 19 Sep 2011 14:52:09 -0400 (EDT) From: Stefan Monnier Message-ID: References: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> Date: Mon, 19 Sep 2011 14:52:09 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 18 Sep 2011 11:56:23 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.0 (---) 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: -3.0 (---) >> The character range (128 . 4194303) is bound to `self-insert-command'. >> (single-key-description 128) gives "\200" >> (single-key-description 4194303) gives "\377" >> However, in the former case, "\200" is a string with one character, >> \200. In the latter case, "\377" is a string with four characters, \, >> 3, 7, and 7. > Something seems to have changed here: > (single-key-description 128) =3D> "=E2=82=AC" This change is just the result of the switch from emacs-mule in Emacs-22 to emacs-unicode in Emacs=E2=89=A523 (i.e. 128 doesn't mean the sa= me char any more). > (single-key-description 4194303) =3D> "\301\277" > But it's essentially still the same -- the 128 is a string of one > character, and the other one is a string of 8 characters. > I have no idea whether this is a bug or a feature, though. Showing the internal representation of byte characters is clearly a bug. I.e. (single-key-description 4194303) could/should return something like "\377" either as a single char or as 4 chars. Stefan From unknown Sun Jun 22 11:38:44 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Drew Adams" Subject: bug#5193: closed (Re: bug#5193: 23.1; single-key-description problem) Message-ID: References: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> X-Gnu-PR-Message: they-closed 5193 X-Gnu-PR-Package: emacs Reply-To: 5193@debbugs.gnu.org Date: Mon, 19 Sep 2011 21:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1316467742-16311-1" This is a multi-part message in MIME format... ------------=_1316467742-16311-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #5193: 23.1; single-key-description problem 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 5193@debbugs.gnu.org. --=20 5193: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5193 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1316467742-16311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5193-done) by debbugs.gnu.org; 19 Sep 2011 21:28:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5lO3-0004EE-Aa for submit@debbugs.gnu.org; Mon, 19 Sep 2011 17:28:23 -0400 Received: from mail-out.m-online.net ([212.18.0.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R5lO1-0004E7-8E for 5193-done@debbugs.gnu.org; Mon, 19 Sep 2011 17:28:22 -0400 Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 07FA2188B592; Mon, 19 Sep 2011 23:23:15 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id 5721C1C00074; Mon, 19 Sep 2011 23:23:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id GENElRwYSsxz; Mon, 19 Sep 2011 23:23:15 +0200 (CEST) Received: from igel.home (ppp-93-104-154-188.dynamic.mnet-online.de [93.104.154.188]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 19 Sep 2011 23:23:15 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id DADD8CA296; Mon, 19 Sep 2011 23:23:14 +0200 (CEST) From: Andreas Schwab To: Stefan Monnier Subject: Re: bug#5193: 23.1; single-key-description problem References: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> X-Yow: An air of FRENCH FRIES permeates my nostrils!! Date: Mon, 19 Sep 2011 23:23:14 +0200 In-Reply-To: (Stefan Monnier's message of "Mon, 19 Sep 2011 14:52:09 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 5193-done Cc: Lars Magne Ingebrigtsen , 5193-done@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.6 (--) Stefan Monnier writes: > Showing the internal representation of byte characters is clearly a bug. Fixed on emacs-23. > I.e. (single-key-description 4194303) could/should return something like > "\377" either as a single char or as 4 chars. The four char form is just the print representation and has nothing to do with single-key-description. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." ------------=_1316467742-16311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 12 Dec 2009 16:04:00 +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.4 required=4.0 tests=AWL,FOURLA,MULTALT,NEXTPART autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nBCG3wpP011571 for ; Sat, 12 Dec 2009 08:04:00 -0800 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJURp-0002GY-OE for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJURl-0002Cm-0I for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:57 -0500 Received: from [199.232.76.173] (port=58344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJURk-0002CY-QR for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:52 -0500 Received: from rcsinet11.oracle.com ([148.87.113.123]:64674 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJURk-0000Cq-3Z for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2009 11:03:52 -0500 Received: from rgminet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBCG49vI027297 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 12 Dec 2009 16:04:10 GMT Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nBCFli0N013217 for ; Sat, 12 Dec 2009 16:03:38 GMT Received: from abhmt021.oracle.com by acsmt355.oracle.com with ESMTP id 960662501260633809; Sat, 12 Dec 2009 08:03:29 -0800 Received: from dradamslap1 (/24.5.185.59) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 12 Dec 2009 08:03:29 -0800 From: "Drew Adams" To: Subject: 23.1; single-key-description problem Date: Sat, 12 Dec 2009 08:03:33 -0800 Message-ID: <3D223D285B60468AA6FFAEF418908EA5@us.oracle.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0039_01CA7B01.9A285A40" X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acp7RKdY4rtbFu1dSXa5IbmRBHnIWA== X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4B23BEE1.00CC:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) This is a multi-part message in MIME format. ------=_NextPart_000_0039_01CA7B01.9A285A40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit emacs -Q The character range (128 . 4194303) is bound to `self-insert-command'. (single-key-description 128) gives "\200" (single-key-description 4194303) gives "\377" However, in the former case, "\200" is a string with one character, \200. In the latter case, "\377" is a string with four characters, \, 3, 7, and 7. In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4)' ------=_NextPart_000_0039_01CA7B01.9A285A40 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
emacs = -Q
 
The character = range (128 .=20 4194303) is bound to `self-insert-command'.
 
(single-key-description 128)=20 gives "\200"
(single-key-description 4194303) gives = "\377"
 
However, in = the former case,=20 "\200" is a string with one character,
\200. In the latter case, = "\377" is a=20 string with four characters, \,
3, 7, and 7.
 
In GNU Emacs = 23.1.1=20 (i386-mingw-nt5.1.2600)
 of 2009-07-29 on = SOFT-MJASON
Windowing=20 system distributor `Microsoft Corp.', version 5.1.2600
configured = using=20 `configure --with-gcc (4.4)'
 
 
------=_NextPart_000_0039_01CA7B01.9A285A40-- ------------=_1316467742-16311-1--