From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.bugs Subject: bug#21650: fix should be underneath MH-E Date: Mon, 08 Feb 2016 16:41:03 -0800 Message-ID: <4958.1454978463@allegro.localdomain> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ger.gmane.org 1454978544 25215 80.91.229.3 (9 Feb 2016 00:42:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Feb 2016 00:42:24 +0000 (UTC) Cc: Lars Ingebrigtsen , 21650@debbugs.gnu.org, Bill Wohler To: Katsumi Yamaoka Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 09 01:42:12 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aSwNe-0004Pp-Ul for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Feb 2016 01:42:11 +0100 Original-Received: from localhost ([::1]:50334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSwNe-00068h-By for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Feb 2016 19:42:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSwNa-000689-2e for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 19:42:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSwNW-0006iR-QR for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 19:42:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:51547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSwNW-0006iM-NO for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 19:42:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSwNW-00083z-FF for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2016 19:42:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 09 Feb 2016 00:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21650 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: security Original-Received: via spool by 21650-submit@debbugs.gnu.org id=B21650.145497846930934 (code B ref 21650); Tue, 09 Feb 2016 00:42:02 +0000 Original-Received: (at 21650) by debbugs.gnu.org; 9 Feb 2016 00:41:09 +0000 Original-Received: from localhost ([127.0.0.1]:60688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSwMf-00082s-CT for submit@debbugs.gnu.org; Mon, 08 Feb 2016 19:41:09 -0500 Original-Received: from shell1.rawbw.com ([198.144.192.42]:20105 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSwMd-00082j-9Q for 21650@debbugs.gnu.org; Mon, 08 Feb 2016 19:41:07 -0500 Original-Received: from allegro.localdomain (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id u190f3M6044544; Mon, 8 Feb 2016 16:41:03 -0800 (PST) (envelope-from m.kupfer@acm.org) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be allegro.localdomain In-Reply-To: Your message of "Tue, 09 Feb 2016 07:43:08 +0900." X-Mailer: MH-E 8.6+mdk01; nmh 1.6; GNU Emacs 25.0.90 Content-ID: <4957.1454978463.1@allegro.localdomain> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112764 Archived-At: Katsumi Yamaoka wrote: > Done in the emacs-25 branch: > > > > Could you verify the changes? Thanks. Hi Katsumi, the diffs look okay to me, though I did notice one typo in doc/misc/emacs-mime.texi: > +be fetched and displayed. For instance, do block all @acronym{URL}s "do block" -> "to block" I'll try building and testing the changes next, though I'm not sure how far I'll get today. thanks, mike