From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47646 Path: main.gmane.org!not-for-mail From: Reiner Steib <4uce.02.r.steib@gmx.net> Newsgroups: gmane.emacs.gnus.general Subject: Re: coding-system for drafts Date: Wed, 13 Nov 2002 17:14:14 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84adl2llk6.fsf@crybaby.uni-duisburg.de> <84y98htj5s.fsf@crybaby.uni-duisburg.de> <84ptts6xm8.fsf@crybaby.uni-duisburg.de> <84znsv52f5.fsf@crybaby.uni-duisburg.de> <84adkuo6sh.fsf@crybaby.uni-duisburg.de> <84d6ppnptd.fsf@crybaby.uni-duisburg.de> <84k7jsgpih.fsf@crybaby.uni-duisburg.de> Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037204120 5676 80.91.224.249 (13 Nov 2002 16:15:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 16:15:20 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18C0Ah-0001TN-00 for ; Wed, 13 Nov 2002 17:15:19 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18C0AI-0008FS-00; Wed, 13 Nov 2002 10:14:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 13 Nov 2002 10:15:39 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA10313 for ; Wed, 13 Nov 2002 10:15:24 -0600 (CST) Original-Received: (qmail 15330 invoked by alias); 13 Nov 2002 16:14:16 -0000 Original-Received: (qmail 15320 invoked from network); 13 Nov 2002 16:14:16 -0000 Original-Received: from theotp5.physik.uni-ulm.de (134.60.10.145) by gnus.org with SMTP; 13 Nov 2002 16:14:16 -0000 Original-Received: (from ste@localhost) by theotp5.physik.uni-ulm.de (8.11.2/8.11.2) id gADGEEU10988; Wed, 13 Nov 2002 17:14:14 +0100 X-Authentication-Warning: theotp5.physik.uni-ulm.de: ste set sender to 4uce.02.r.steib@gmx.net using -f Original-To: ding@gnus.org X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org In-Reply-To: (Katsumi Yamaoka's message of "Fri, 08 Nov 2002 16:25:14 +0900") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47646 On Fri, Nov 08 2002, Katsumi Yamaoka wrote: > If you have unfinished draft articles or delayed articles which > has not been sent yet, I strongly recommend you send those > articles before updating Gnus. > > I've restored the default value of `message-draft-coding-system' > to the old state as before October 29. It is `emacs-mule' for > FSF Emacs or `escape-quoted' for XEmacs. This is used for > saving draft files. I used the following to convert a bunch of drafts (from the "iso-2022-7bit"-period) to the (restored) internal encoding. (defun rs-gnus-draft-J-to-internal () (interactive) (let* ((draft-coding message-draft-coding-system) (message-draft-coding-system 'iso-2022-7bit)) (gnus-draft-edit-message) (set-buffer-file-coding-system draft-coding) (setq message-draft-coding-system draft-coding) (message-dont-send) (gnus-summary-rescan-group t))) (define-key gnus-draft-mode-map (kbd "D D") 'rs-gnus-draft-J-to-internal) Just hit `D D' on each message you want to convert (don't use it on drafts saved as `emacs-mule' or `escape-quoted'!). Please, feel free to suggest a better solution. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/