From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62926 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: annoying breaks in the gnus registry file Date: 18 Apr 2006 17:08:29 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4n4q0q7fsi.fsf@asimov.bwh.harvard.edu> References: <4nmzr1yd4x.fsf@lifelogs.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1145394495 16785 80.91.229.2 (18 Apr 2006 21:08:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Apr 2006 21:08:15 +0000 (UTC) Original-X-From: ding-owner+m11453@lists.math.uh.edu Tue Apr 18 23:08:14 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVxQf-0007Vn-KL for ding-account@gmane.org; Tue, 18 Apr 2006 23:08:12 +0200 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 1FVxQV-0006R1-00; Tue, 18 Apr 2006 16:07:59 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FVxQB-0006Qw-00 for ding@lists.math.uh.edu; Tue, 18 Apr 2006 16:07:39 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FVxQ8-0004se-O2 for ding@lists.math.uh.edu; Tue, 18 Apr 2006 16:07:39 -0500 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FVxQ5-0007Jn-00 for ; Tue, 18 Apr 2006 23:07:34 +0200 Original-Received: (qmail 14878 invoked from network); 18 Apr 2006 21:00:04 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu ([134.174.54.119]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 18 Apr 2006 21:00:04 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 14 Apr 2006 15:53:37 +0200") User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62926 Archived-At: On 14 Apr 2006, larsi@gnus.org wrote: > "Ted Zlatanov" writes: > >> Occasionally I'll save this to the Gnus registry file, which breaks it: >> >> ("<200505101018.j4AAIDsw021967@relay9.bu.edu>" ((mtime 17024 47890 80297= 6) >> (process (spam spam-use-move "nnimap+lifelogs.com:INBOX.spam")) >> (sender . "") (subject . # >> ("=D0=9D=D0=B5=D1=82 \xc3\x90\xc2\xb2=D1=8B=D1=81=D1=88=D0=B5=D0=B3=D0= =BE =D0=BE=D0=B1=D1=80\xc3\x90\xc2\xb0=D0=B7=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8\= xc3\x91 =3D?utf-8?q?=3D8F? =3DD0=3D9C=3DD1=3D8B =3DD0?=3D \xc2\xbf=D0=BE=D0= =BC=D0=BE=D0=B6=D0=B5=D0=BC =D0=92=D0=B0=D0=BC" 0 4 nil 4 6 (display "\\320= " help-echo utf-8-help-echo untranslated-utf-8 208) 6 8 > > [...] > >> So I want to transform the text >> before I hand it over to that function. > > I think the problem is text properties. Try running the strings > through `remove-text-properties' before putting them into the list.=20 I fixed that when saving via the temp buffer. It's harder to do it in the other case - can I modify the gnus-with-output-to-file function? Ted