From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexander Pohoyda Newsgroups: gmane.emacs.devel Subject: Merging quoted-printable functions Date: 26 Dec 2003 18:40:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87hdzno4u6.fsf_-_@oak.pohoyda.family> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072461019 24982 80.91.224.253 (26 Dec 2003 17:50:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Dec 2003 17:50:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Dec 26 18:50:16 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZw6K-0003Wz-00 for ; Fri, 26 Dec 2003 18:50:16 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZw6K-0004ir-00 for ; Fri, 26 Dec 2003 18:50:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZx2A-0004mj-QC for emacs-devel@quimby.gnus.org; Fri, 26 Dec 2003 13:50:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AZx1r-0004jd-3z for emacs-devel@gnu.org; Fri, 26 Dec 2003 13:49:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AZx1L-0004dD-Cq for emacs-devel@gnu.org; Fri, 26 Dec 2003 13:49:42 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.24) id 1AZx1K-0004dA-V1 for emacs-devel@gnu.org; Fri, 26 Dec 2003 13:49:11 -0500 Original-Received: (qmail 6788 invoked by uid 65534); 26 Dec 2003 17:40:21 -0000 Original-Received: from p50842D13.dip0.t-ipconnect.de (EHLO oak.pohoyda.family) (80.132.45.19) by mail.gmx.net (mp003) with SMTP; 26 Dec 2003 18:40:21 +0100 X-Authenticated: #14602519 Original-Received: from oak.pohoyda.family (oak.pohoyda.family [127.0.0.1]) by oak.pohoyda.family (8.12.9/8.12.9) with ESMTP id hBQHeKh6081125 for ; Fri, 26 Dec 2003 18:40:20 +0100 (CET) (envelope-from alexander.pohoyda@gmx.net) Original-Received: (from apog@localhost) by oak.pohoyda.family (8.12.9/8.12.9/Submit) id hBQHeJuL081122; Fri, 26 Dec 2003 18:40:19 +0100 (CET) (envelope-from alexander.pohoyda@gmx.net) X-Authentication-Warning: oak.pohoyda.family: apog set sender to alexander.pohoyda@gmx.net using -f Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18858 I'm trying to merge three implementations of quoted-printable routines. 1. mail/mail-utils.el mail-(un)quote-printable (string) 2. gnus/qp.el quoted-printable-{en,de}code-{region|string} 3. mail/rmail.el rmail-decode-quoted-printable (region) I would like to move GNUS functions into mail/mail-utils.el, because they seem to be the best. I would not like to append the mail- prefix, though. Is this OK? Also, I would like quoted-printable-...-region functions to return the resulting size, as their base64-...-region analogs do. Any comments? Thank you. -- Alexander Pohoyda PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44