From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61290 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.gnus.general Subject: Re: how to save in "cooked" format? Date: Wed, 02 Nov 2005 17:27:53 -0500 Organization: disorganization Message-ID: References: <86ll06u26r.fsf@free.fr> Reply-To: sds@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1130970852 18365 80.91.229.2 (2 Nov 2005 22:34:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Nov 2005 22:34:12 +0000 (UTC) Original-X-From: ding-owner+m9822@lists.math.uh.edu Wed Nov 02 23:34:03 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EXR9V-0008AE-N7 for ding-account@gmane.org; Wed, 02 Nov 2005 23:32:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EXR9Q-0002L0-00; Wed, 02 Nov 2005 16:32:13 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EXR91-0002Kv-00 for ding@lists.math.uh.edu; Wed, 02 Nov 2005 16:31:47 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EXR8t-0005PU-9W for ding@lists.math.uh.edu; Wed, 02 Nov 2005 16:31:47 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EXR8r-000553-00 for ; Wed, 02 Nov 2005 23:31:37 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EXR7a-0007TX-Nn for ding@gnus.org; Wed, 02 Nov 2005 23:30:18 +0100 Original-Received: from fw-ext.alphatech.com ([198.112.236.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2005 23:30:18 +0100 Original-Received: from sds by fw-ext.alphatech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2005 23:30:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 59 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: fw-ext.alphatech.com Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:TqLqeb35+RmBFavZ7mGppaIs9i8= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61290 Archived-At: > * Bernard Adrian [2005-11-02 23:15:08 +0100]: > > Sam Steingold a écrit : > >> When I type C-o in Summary (gnus-summary-save-article) the article is >> saved in the raw format (i.e., when I open the file later, I see what I >> saw with C-u g), e.g., >> >> From: "=?windows-1251?Q? ..... >> Subject: =?windows-1251?Q? ... >> =CF=F0=E8=E2=E5=F2 Sam! >> >> how do I make sure that the "cooked" format is always used for saving? >> (i.e., the content of the file is what I see when I open the article in gnus) >> thanks! > > ,----[ Saving Articles ] > | > | [...] > | > | `O o' > | `o' > | Save the current article using the default article saver > | (`gnus-summary-save-article'). > | > | `O m' > | Save the current article in mail format > | (`gnus-summary-save-article-mail'). > | > | `O r' > | Save the current article in rmail format > | (`gnus-summary-save-article-rmail'). > | > | `O f' > | Save the current article in plain file format > | (`gnus-summary-save-article-file'). > | > | `O F' > | Write the current article in plain file format, overwriting any > | previous file contents (`gnus-summary-write-article-file'). > | > | `O b' > | Save the current article body in plain file format > | (`gnus-summary-save-article-body-file'). > | > | [...] > `---- > > HTH how is this supposed to help? all these commands run gnus-summary-save-article which saves the raw characters, not the cooked ones. -- Sam Steingold (http://www.podval.org/~sds) running w2k Lisp: its not just for geniuses anymore.