From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: html2text Date: Mon, 01 Nov 2004 20:21:03 +0100 Message-ID: <1099336863.170145.29556.nullmailer@Update.UU.SE> References: <1099247139.071920.12084.nullmailer@Update.UU.SE> Reply-To: ams@kemisten.nu NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099336915 4374 80.91.229.6 (1 Nov 2004 19:21:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Nov 2004 19:21:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 01 20:21:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COhkO-0001GU-00 for ; Mon, 01 Nov 2004 20:21:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COhsN-0001f0-Nm for ged-emacs-devel@m.gmane.org; Mon, 01 Nov 2004 14:29:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1COhs9-0001eD-Ot for emacs-devel@gnu.org; Mon, 01 Nov 2004 14:29:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1COhs8-0001dd-OO for emacs-devel@gnu.org; Mon, 01 Nov 2004 14:29:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COhs8-0001dF-Ej for emacs-devel@gnu.org; Mon, 01 Nov 2004 14:29:44 -0500 Original-Received: from [130.238.7.33] (helo=limicola.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1COhjs-0006bj-AU for emacs-devel@gnu.org; Mon, 01 Nov 2004 14:21:12 -0500 Original-Received: by limicola.its.uu.se (Postfix, from userid 205) id 559BA4976; Mon, 1 Nov 2004 20:21:10 +0100 (MEZ) Original-Received: from limicola.its.uu.se(127.0.0.1) by limicola.its.uu.se via virus-scan id s2648; Mon, 1 Nov 04 20:21:04 +0100 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by limicola.its.uu.se (Postfix) with ESMTP id 05643497C; Mon, 1 Nov 2004 20:21:03 +0100 (MEZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id CB95038012; Mon, 1 Nov 2004 20:21:03 +0100 (CET) Original-Received: from Psilocybe.Update.UU.SE ([127.0.0.1]) by localhost (Psilocybe [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32250-15; Mon, 1 Nov 2004 20:21:03 +0100 (CET) Original-Received: from Update.UU.SE (Lem.Update.UU.SE [130.238.19.73]) by Psilocybe.Update.UU.SE (Postfix) with SMTP; Mon, 1 Nov 2004 20:21:03 +0100 (CET) Original-Received: (nullmailer pid 29557 invoked by uid 30270); Mon, 01 Nov 2004 19:21:03 -0000 Original-To: Reiner Steib In-reply-to: (message from Reiner Steib on Mon, 01 Nov 2004 12:55:45 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29277 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29277 > I guess that a better way to do this is to convert all known tags > to something nice, and then just strip all remaining tags that > are left. Would you like to work on this? Yes I would, but I have other priorities that are far more important to me so it won't happen any time soon. Committed in Gnus repository (will be synced to Emacs within a couple of days). Thanks.