From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.bugs Subject: bug#53811: 29.0.50; [PATCH] ietf-drums-parse-address and rfc2047-decode-string Date: Sat, 5 Feb 2022 23:54:50 -0500 Message-ID: <25087.21658.300002.382482@orion.rgrjr.com> References: <87bkzk7kuq.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="452"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53811@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 06 05:56:00 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nGZah-000ARl-Ey for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 06 Feb 2022 05:55:59 +0100 Original-Received: from localhost ([::1]:41566 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGZaf-0007vb-UX for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Feb 2022 23:55:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGZZm-0007st-De for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 23:55:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42268) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nGZZm-00028U-2X for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 23:55:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nGZZm-0001bG-1h for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 23:55:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Bob Rogers Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 06 Feb 2022 04:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53811 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 53811-submit@debbugs.gnu.org id=B53811.16441232986138 (code B ref 53811); Sun, 06 Feb 2022 04:55:02 +0000 Original-Received: (at 53811) by debbugs.gnu.org; 6 Feb 2022 04:54:58 +0000 Original-Received: from localhost ([127.0.0.1]:36165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGZZi-0001av-3c for submit@debbugs.gnu.org; Sat, 05 Feb 2022 23:54:58 -0500 Original-Received: from rgrjr.com ([69.164.211.47]:47796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGZZf-0001am-7m for 53811@debbugs.gnu.org; Sat, 05 Feb 2022 23:54:56 -0500 Original-Received: from rgrjr.com (c-73-16-206-7.hsd1.ma.comcast.net [73.16.206.7]) by rgrjr.com (Postfix on openSUSE) with ESMTP id B6AB31D6BAE; Sun, 6 Feb 2022 04:55:04 +0000 (UTC) Original-Received: from orion.rgrjr.com (orion.rgrjr.com [192.168.0.3]) by scorpio.rgrjr.com (Postfix on openSUSE GNU/Linux) with ESMTP id 1FA155FED5; Sat, 5 Feb 2022 23:54:54 -0500 (EST) In-Reply-To: <87bkzk7kuq.fsf@gnus.org> X-Mailer: VM 7.19 under Emacs 29.0.50 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:226134 Archived-At: From: Lars Ingebrigtsen Date: Sun, 06 Feb 2022 04:08:29 +0100 Bob Rogers writes: > gets a "(void-function rfc2047-decode-string)" error. The patch b= elow > includes a possible fix plus a new test file (with the code above = as a > regression test). Thanks; pushed to Emacs 29. Oops; I should also have included an update to ietf-drums.el that removes the comment implying that said "self test suite" is still unwritten. =09=09=09=09=09-- Bob -----------------------------------------------------------------------= - =46rom f38700c63f1e3603b59d2a1cca0f4fd10971d28a Mon Sep 17 00:00:00 2001 From: Bob Rogers Date: Sat, 5 Feb 2022 23:50:46 -0500 Subject: [PATCH] ; * lisp/mail/ietf-drums.el: This code is now tested.= --- lisp/mail/ietf-drums.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lisp/mail/ietf-drums.el b/lisp/mail/ietf-drums.el index 473f95ca50..db77aba172 100644 --- a/lisp/mail/ietf-drums.el +++ b/lisp/mail/ietf-drums.el @@ -25,16 +25,6 @@ ;; library is based on draft-ietf-drums-msg-fmt-05.txt, released on ;; 1998-08-05. =20 -;; Pending a real regression self test suite, Simon Josefsson added -;; various self test expressions snipped from bug reports, and their -;; expected value, below. I you believe it could be useful, please -;; add your own test cases, or write a real self test suite, or just -;; remove this. - -;; -;; (ietf-drums-parse-address "'foo' ") -;; =3D> ("foo@example.com" . "'foo'") - ;;; Code: =20 (eval-when-compile (require 'cl-lib)) --=20 2.34.1