From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: rmail and quoted-printable Date: Sat, 02 Sep 2006 19:48:53 +0300 Message-ID: References: <87odu0cz0k.fsf@zogzog.gnu-rox.org> <1157148332.060114.148370@p79g2000cwp.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1157215760 8634 80.91.229.2 (2 Sep 2006 16:49:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Sep 2006 16:49:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 02 18:49:18 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GJYgB-0004Z9-VW for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 18:49:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJYgB-0005of-Fd for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Sep 2006 12:49:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GJYfz-0005oO-Vf for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 12:49:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GJYfx-0005o9-Ix for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 12:48:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GJYfx-0005o6-EA for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 12:48:57 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GJYq3-0008JX-VB for help-gnu-emacs@gnu.org; Sat, 02 Sep 2006 12:59:24 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-70-232.inter.net.il [80.230.70.232]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FQK67827 (AUTH halo1); Sat, 2 Sep 2006 19:48:54 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Xavier Maillard on Sat, 02 Sep 2006 17:58:37 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37126 Archived-At: > CC: help-gnu-emacs@gnu.org > Jabber-ID: zedek@im.lolica.org > From: Xavier Maillard > Date: Sat, 02 Sep 2006 17:58:37 +0200 > > Please explain what would qualify as ``an elegant solution'', then. > The infrastructure is there: we have the function > mail-unquote-printable-region to do the actual work. > > A solution that would just work could be enough. ``Just work'' in what sense? Can you describe the simplest set of features, from the user point of view, that would satisfy you? > So if you just have something working -i.e. something that permits to > read my mails successfully, I would qualify this as elegant :) I do have something that works: "M-: (mail-unquote-printable-region (mark) (point) nil nil t) RET but I doubt that this can be described as ``elegant''. Which is why I asked.