Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: jidanni@jidanni.org
Cc: ding@gnus.org, acid@debian.org, debian-emacsen@lists.debian.org
Subject: Re: gnus 20110821 will CoRrUpT your .newsrc.eld, you have been XwarnedX burned
Date: Tue, 23 Aug 2011 08:58:59 +0900	[thread overview]
Message-ID: <b4mty9980cb.fsf@jpl.org> (raw)
In-Reply-To: <87aab1k78j.fsf@jidanni.org>

jidanni@jidanni.org wrote:
> Use emacs-snapshot 1:20110821-1 and you won't be able to start gnus, as
> your .newsrc.eld got corrupted last session.

> Here's what wdiff(1) and uni2ascii(1) say now gets plastered into our
> .newsrc.eld files starting with emacs-snapshot 1:20110821-1

> {+(if (gnus-lrm-string-p gnus-tmp-qualified-group) (concat+}
> ======================================================================
>  {+#
>   ("0x200E" 0 1 (invisible t))) (gnus-correct-substring gnus-tmp-qualified-group 0 61))+}

I believe you can manually replace all the

#("XXX" 0 1 (invisible t))

with

""

to fix it.  Where XXX is the binary 0x200E.

Why this happened is that you used Gnus compiled with Emacs that
provided the function `string-mark-left-to-rigth'.  But it's been
renamed into `bidi-string-mark-left-to-rigth' in 2011-08-18, and
newly compiled Gnus will never use it.  I don't know what it is
for, so I have no idea to settle this problem appropriately.



      reply	other threads:[~2011-08-22 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-22 11:37 jidanni
2011-08-22 23:58 ` Katsumi Yamaoka [this message]

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=b4mty9980cb.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=acid@debian.org \
    --cc=debian-emacsen@lists.debian.org \
    --cc=ding@gnus.org \
    --cc=jidanni@jidanni.org \
    /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).