From unknown Mon Aug 18 00:09:00 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#16715 <16715@debbugs.gnu.org> To: bug#16715 <16715@debbugs.gnu.org> Subject: Status: 24.3.50; REGRESSION: `report-emacs-bug' replaces `=' by `=3D' and chops lines inserting `=' Reply-To: bug#16715 <16715@debbugs.gnu.org> Date: Mon, 18 Aug 2025 07:09:00 +0000 retitle 16715 24.3.50; REGRESSION: `report-emacs-bug' replaces `=3D' by `= =3D3D' and chops lines inserting `=3D' reassign 16715 emacs submitter 16715 Drew Adams severity 16715 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 10 13:30:28 2014 Received: (at submit) by debbugs.gnu.org; 10 Feb 2014 18:30:28 +0000 Received: from localhost ([127.0.0.1]:41678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCvch-0007ZK-EG for submit@debbugs.gnu.org; Mon, 10 Feb 2014 13:30:28 -0500 Received: from eggs.gnu.org ([208.118.235.92]:47176) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WCvce-0007Ov-DL for submit@debbugs.gnu.org; Mon, 10 Feb 2014 13:30:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCvcP-0003nI-6G for submit@debbugs.gnu.org; Mon, 10 Feb 2014 13:30:19 -0500 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCvcP-0003nE-4J for submit@debbugs.gnu.org; Mon, 10 Feb 2014 13:30:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCvcG-0001DT-24 for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 13:30:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCvc7-0003IN-Ds for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 13:30:00 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:30687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCvc7-0003HA-6W for bug-gnu-emacs@gnu.org; Mon, 10 Feb 2014 13:29:51 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s1AITnpT021086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Feb 2014 18:29:50 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s1AITmsi026469 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 Feb 2014 18:29:48 GMT Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s1AITlFl027149 for ; Mon, 10 Feb 2014 18:29:47 GMT MIME-Version: 1.0 Message-ID: <3002076a-09f8-4873-b3f0-a6e7419ac84c@default> Date: Mon, 10 Feb 2014 10:29:47 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; REGRESSION: `report-emacs-bug' replaces `=' by `=3D' and chops lines inserting `=' X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] 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 (----) I prepared a bug report, then hit C-c C-c. Then in the new message window for my mail client I selected the instruction telling me to select it and paste the bug-report message I prepared. Then I used C-v to paste it. The result was that the *Backtrace* was chopped into equal-length lines, with `=3D3D' replacing character `=3D' everywhere and with `=3D' inserted a= t each line chop. Le voici: ----------------8<------------------------------------------ The problem is this code: (when (and (=3D3D 1 (length comps) (consp (car comps)))) There is a missing right paren after (length comps) etc. Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p t) =3D3D(1 1 t) (and (=3D3D 1 (length comps) (consp (car comps)))) (if (and (=3D3D 1 (length comps) (consp (car comps)))) (progn (setq comp = (c=3D ar comps)))) (let* ((exts (mapcar (function (lambda (str) (propertize str (quote compl= =3D etion-try-word) t))) (quote (" " "-")))) (before (substring string 0 point)= =3D ) (after (substring string point)) (comps (delete nil (mapcar (function (la= =3D mbda (ext) (completion-try-completion ... table predicate ... md))) exts)))= =3D ) (if (and (=3D3D 1 (length comps) (consp (car comps)))) (progn (setq comp = (c=3D ar comps))))) (progn (let* ((exts (mapcar (function (lambda (str) (propertize str ... t= =3D ))) (quote (" " "-")))) (before (substring string 0 point)) (after (substri= =3D ng string point)) (comps (delete nil (mapcar (function (lambda ... ...)) ex= =3D ts)))) (if (and (=3D3D 1 (length comps) (consp (car comps)))) (progn (setq = co=3D mp (car comps)))))) (if (=3D3D (length string) (length (car comp))) (progn (let* ((exts (mapc= ar=3D (function (lambda ... ...)) (quote (" " "-")))) (before (substring string = =3D 0 point)) (after (substring string point)) (comps (delete nil (mapcar (func= =3D tion ...) exts)))) (if (and (=3D3D 1 (length comps) (consp (car comps)))) (= pr=3D ogn (setq comp (car comps))))))) (if (not (consp comp)) comp (if (=3D3D (length string) (length (car comp)= ))=3D (progn (let* ((exts (mapcar (function ...) (quote ...))) (before (substrin= =3D g string 0 point)) (after (substring string point)) (comps (delete nil (map= =3D car ... exts)))) (if (and (=3D3D 1 (length comps) (consp ...))) (progn (set= q =3D comp (car comps))))))) (let* ((comppoint (cdr comp)) (completion (car comp)= =3D ) (before (substring string 0 point)) (combined (concat before "\n" complet= =3D ion))) (if (string-match "\\(.+\\)\n.*?\\1" combined) (progn (let* ((prefix= =3D (match-string 1 before)) (rem (substring combined ...)) (after (substring = =3D string point)) (suffix (if ... ...))) (if (and (or suffix ...) (string-matc= =3D h ... completion) (eq ... comppoint) (string-match "\\W" completion ...) (>= =3D comppoint ...)) (progn (let ... ... ...)))))) (cons completion comppoint))= ) (let ((comp (completion-try-completion string table predicate point md)))= =3D (if (not (consp comp)) comp (if (=3D3D (length string) (length (car comp))= ) =3D (progn (let* ((exts (mapcar ... ...)) (before (substring string 0 point)) (= =3D after (substring string point)) (comps (delete nil ...))) (if (and (=3D3D 1= .=3D .. ...)) (progn (setq comp ...)))))) (let* ((comppoint (cdr comp)) (complet= =3D ion (car comp)) (before (substring string 0 point)) (combined (concat befor= =3D e "\n" completion))) (if (string-match "\\(.+\\)\n.*?\\1" combined) (progn = =3D (let* ((prefix ...) (rem ...) (after ...) (suffix ...)) (if (and ... ... ..= =3D . ... ...) (progn ...))))) (cons completion comppoint)))) completion--try-word-completion("apropos" [restart-case icicle-candidates= =3D -alist d:/Emacs-24\.3/src/ cookie-cache vhdl-template-attribute-hook DokCha= =3D mpa Gabriola Fetch\ Newsgroups major-mode-map icicle-looking-at-p m-c-table= =3D icicle-universal-argument--mode icicle-incremental-completion-delay FrameM= =3D akerSmallFont Century\ Gothic icicle-imenu-face image-dired-associated-dire= =3D d-buffer icicle-bookmark-all-tags-other-window multi-isearch-end debugger--= =3D locals-visible-p method-after select\.el eieio-class-definition icicle-dir-= =3D prefix-wo-wildcards icicle-this-command-keys-prefix icicle-bookmark-with-ta= =3D gs-menu-map debugger--hide-locals Roman icicle-imenu-non-interactive-functi= =3D on-p icicle-ess-complete-filename ALTP delete-whitespace-rectangle-line i-n= =3D arrow-candidates open-rectangle-line icicle-color-hsv-lessp cs1 cs2 eieio-s= =3D et-defaults save-selected More\.\.\. icicle-cdr-lessp mach icicle-search-bo= =3D okmark-list-bookmark Palatino\ Linotype file-or-dir mct-cand minibuffer-dep= =3D th-setup bbdb-extract-address-components-func No\ references icicle-search-= =3D region-bookmark ...] #[... In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-02-06 on ODIEONE Bzr revision: 116299 rgm@gnu.org-20140207032552-3ycw6hai2zl7yynq Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D3D/c/Devel/emacs/binary --enable-checking=3D3Dyes,gl= yphs 'CFLAGS=3D3D-O0 -g3' LDFLAGS=3D3D-Lc:/Devel/emacs/lib CPPFLAGS=3D3D-Ic:/Devel/emacs/include' In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-02-06 on ODIEONE Bzr revision: 116299 rgm@gnu.org-20140207032552-3ycw6hai2zl7yynq Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 12:18:16 2016 Received: (at 16715) by debbugs.gnu.org; 29 Apr 2016 16:18:16 +0000 Received: from localhost ([127.0.0.1]:55586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awB7Q-0002rq-Dq for submit@debbugs.gnu.org; Fri, 29 Apr 2016 12:18:16 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:46510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awB7O-0002rj-LS for 16715@debbugs.gnu.org; Fri, 29 Apr 2016 12:18:14 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awB7L-0007qH-4V; Fri, 29 Apr 2016 18:18:14 +0200 From: Lars Ingebrigtsen To: Drew Adams Subject: Re: bug#16715: 24.3.50; REGRESSION: `report-emacs-bug' replaces `=' by `=3D' and chops lines inserting `=' References: <3002076a-09f8-4873-b3f0-a6e7419ac84c@default> Date: Fri, 29 Apr 2016 18:18:10 +0200 In-Reply-To: <3002076a-09f8-4873-b3f0-a6e7419ac84c@default> (Drew Adams's message of "Mon, 10 Feb 2014 10:29:47 -0800 (PST)") Message-ID: <8760v01j99.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16715 Cc: 16715@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: 0.0 (/) Drew Adams writes: > I prepared a bug report, then hit C-c C-c. Then in the new message > window for my mail client I selected the instruction telling me to > select it and paste the bug-report message I prepared. Then I used C-v > to paste it. > > The result was that the *Backtrace* was chopped into equal-length lines, > with `=3D' replacing character `=' everywhere and with `=' inserted at > each line chop. Le voici: > ----------------8<------------------------------------------ > > The problem is this code: > > (when (and (=3D 1 (length comps) (consp (car comps)))) Looks like something is qp-encoding something somewhere? Are you still seeing this? Do you have a recipe? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 14:24:41 2016 Received: (at 16715) by debbugs.gnu.org; 29 Apr 2016 18:24:41 +0000 Received: from localhost ([127.0.0.1]:55751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awD5l-00043e-Ac for submit@debbugs.gnu.org; Fri, 29 Apr 2016 14:24:41 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:44546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awD5k-00043I-CM for 16715@debbugs.gnu.org; Fri, 29 Apr 2016 14:24:40 -0400 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u3TIOY5A024071 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 18:24:34 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u3TIOY0n008950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Apr 2016 18:24:34 GMT Received: from abhmp0001.oracle.com (abhmp0001.oracle.com [141.146.116.7]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u3TIOXw4024992; Fri, 29 Apr 2016 18:24:33 GMT MIME-Version: 1.0 Message-ID: <022148dc-4464-4778-8482-159191412f09@default> Date: Fri, 29 Apr 2016 11:24:28 -0700 (PDT) From: Drew Adams To: Lars Ingebrigtsen Subject: RE: bug#16715: 24.3.50; REGRESSION: `report-emacs-bug' replaces `=' by `=3D' and chops lines inserting `=' References: <3002076a-09f8-4873-b3f0-a6e7419ac84c@default> <8760v01j99.fsf@gnus.org> In-Reply-To: <8760v01j99.fsf@gnus.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6744.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: userv0021.oracle.com [156.151.31.71] X-Spam-Score: -3.3 (---) X-Debbugs-Envelope-To: 16715 Cc: 16715@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: -3.3 (---) > > The problem is this code: > > (when (and (=3D3D 1 (length comps) (consp (car comps)))) >=20 > Looks like something is qp-encoding something somewhere? Are you still > seeing this? Do you have a recipe? I think this was fixed. I've not seen it since. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 29 14:30:26 2016 Received: (at control) by debbugs.gnu.org; 29 Apr 2016 18:30:26 +0000 Received: from localhost ([127.0.0.1]:55780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awDBK-0004FJ-0m for submit@debbugs.gnu.org; Fri, 29 Apr 2016 14:30:26 -0400 Received: from hermes.netfonds.no ([80.91.224.195]:48020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awDBH-0004F1-KL for control@debbugs.gnu.org; Fri, 29 Apr 2016 14:30:24 -0400 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awDBF-0000tO-Hp for control@debbugs.gnu.org; Fri, 29 Apr 2016 20:30:23 +0200 Date: Fri, 29 Apr 2016 20:30:21 +0200 Message-Id: <871t5oxo76.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #16715 X-Spam-Score: 0.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: 0.0 (/) close 16715 From unknown Mon Aug 18 00:09:00 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, 28 May 2016 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