Gnus development mailing list
 help / color / mirror / Atom feed
From: CHENG Gao <chenggao@gmail.com>
Subject: [BUG]Under Emacs 23, Gnus writes text properties to registry file
Date: Wed, 27 Sep 2006 13:37:25 +0800	[thread overview]
Message-ID: <u8xk550q2.fsf@news.eqiao.com> (raw)

I use Emacs 23 (built from Sep. 15 cvs source, under Windows and
MaxOSX). If I enable Gnus registry, Gnus writes text properties into
registry file, which makes it corrupt. I have to clear content of
.gnus.registry.eld to make Gnus run next time.

Normal registry entry should be like:
("<OKEAIPBCBJDEEPNNCNDCIEBIEAAA.aotto@aotto.com>" ((mtime 17689 63352 343000)) "nntp+news.gmane.org:gmane.mail.bogofilter.general")

and corrupted entry is like:
("<01c6e1ea$3abc65a0$2101a8c0@benqpw2wydthqi>" ((process (spam spam-use-move "nntp+news.gmane.org:gmane.emacs.cvs")) (mtime 17689 63689 625000)) "nntp+news.gmane.org:gmane.emacs.cvs")
("<2cd46e7f0609262059h652bf82ep64b2bfe56bf6da97@mail.gmail.com>" ((mtime 17689 63703 984000)) "nntp+news.gmane.org:gmane.emacs.devel") (#
("<jwv4puu2cya.fsf-monnier+emacs@gnu.org>" 0 39 (auto-composed nil)) ((mtime 17689 63703 984000)) "nntp+news.gmane.org:gmane.emacs.devel") (#

Please notice "(#" at the line end, and " 0 39 (auto-composed nil)".

Seems in gnus-registry.el, in function gnus-registry-cache-save,
,----
| (set-text-properties (point-min) (point-max) nil nil)
`----
does not work right.

I submitted this problem to gmane.emacs.devel, and was told this should
be reported to Gnus team.

Kenichi Handa said auto-composed is new Emacs 23 feature. 

My registry related settings are:

,----
| (setq gnus-registry-max-entries 5
|       gnus-registry-use-long-group-names t)
| 
| (gnus-registry-initialize)
`----
I set max entries to small value just to track the errors.




             reply	other threads:[~2006-09-27  5:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-27  5:37 CHENG Gao [this message]
2006-09-27 17:46 ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8xk550q2.fsf@news.eqiao.com \
    --to=chenggao@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).