Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: info-gnus-english@gnu.org
Subject: Re: ignored .mrk files in 5.11
Date: Fri, 06 Apr 2007 10:11:18 +0200	[thread overview]
Message-ID: <v9mz1lorbt.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <m3vegac79u.fsf@sophont.net>

On Fri, Apr 06 2007, Ted Baltz wrote:

> I recently switched from 5.10.8 to the "5.11" in emacs 22 CVS.  I use
> nnfolder for reading mail.  In 5.10.8 I could combine mail from multiple
> accounts easily by just copying the folders, .nov, and .mrk files from
> one account to another, and then just running
> nnfolder-generate-active-file.  The marks would then agree.  This no
> longer works.  It doesn't seem to be an emacs 22 problem, since I
> downgraded to 5.10.8 and this works fine again.  Any clues?

As 5.11 equals 5.10.8 plus some bug fixes, I'm surprised about the
different behavior.  And for `nnfolder.el' there is no code change
since the 5.10.8 (2006-04-11) at all, only a copyright update (cf. cvs
diff -r v5-10-8 -r 6.49.2.12 nnfolder.el).  Also the other changes
after 2006-04-11 don't seem to be related.

Unless someone offers a better suggestion you could (as you seem to be
able to reproduce the problem) to try to identify the responsible file
as follows:

(1) See which files differ from 5.10.8 to 5.11:

export g511=/path/to/emacs/lisp/gnus
export g5108=/path/to/gnus-5.10.8/lisp
cd "$g511"
for i in *.el; do
  diff "$i" "$g5108/$i" > /dev/null || echo $i;
done

(2) Start an Emacs with 5.11, don't start Gnus.

For the first file in the list from (1), load the 5.10.8 variant of
the *.elc file explicitely:

M-x load-file RET $g5108/FOO.elc RET

Copy the folder/marks files.  Start Gnus.  See if the problem
disappears.

(3) Repeat (2) with the next file until you found the responsible
file.

(4) Compare the files and try to find out the offending change.
Report back.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

      reply	other threads:[~2007-04-06  8:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-06  7:05 Ted Baltz
2007-04-06  8:11 ` Reiner Steib [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=v9mz1lorbt.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=info-gnus-english@gnu.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).