Discussion:
[VM] Emacs24: "Marker points into wrong buffer"
Rene
2013-09-04 03:34:35 UTC
Permalink
I just upgraded emacs24 (emacs-snapshot 2:20130831-1~bpo70+1 taken from
http://emacs.naquadah.org/) which works great.

But it turns out that VM now invariably run into the following problem:

"Marker points into wrong buffer"

which prevents me from reading/dealing with old and new emails.

Do you know how I can fix this problem?

--
Uday Reddy
2013-09-04 10:18:39 UTC
Permalink
Post by Rene
I just upgraded emacs24 (emacs-snapshot 2:20130831-1~bpo70+1 taken from
http://emacs.naquadah.org/) which works great.
"Marker points into wrong buffer"
which prevents me from reading/dealing with old and new emails.
Do you know how I can fix this problem?
If it works fine on a public release of Emacs, but not the development
version, the problem is likely to be with the development version.

We will need to report it when the development version is closer to release.

Cheers,
Uday
Rene
2013-09-05 08:52:03 UTC
Permalink
Post by Uday Reddy
I just upgraded to emacs-snapshot 2:20130831-1~bpo70+1
"Marker points into wrong buffer"
If it works fine on a public release of Emacs, but not the development
version, the problem is likely to be with the development version.
I'm not sure. I notice this problem only seems to occur with VM.

--
Rene
Stefan Monnier
2013-09-05 15:43:12 UTC
Permalink
Post by Uday Reddy
We will need to report it when the development version is closer to release.
Better report it sooner than later.


Stefan
Stefan Monnier
2013-09-05 15:46:08 UTC
Permalink
Post by Rene
"Marker points into wrong buffer"
IIUC this means that you're using a marker's position in another buffer
than the one it's pointing to.

While the change might be a bug in the development code of Emacs, it
might also point to a harmless bug in VM that simply wasn't
detected earlier.


Stefan
Rene
2013-09-08 02:47:05 UTC
Permalink
Post by Stefan Monnier
While the change might be a bug in the development code of Emacs, it
might also point to a harmless bug in VM that simply wasn't
detected earlier.
You're exactly right.

This happens whenever the marker in the summary buffer points to an email
that is different from the one already displayed.

Once this error happens then VM behaves eratically. It becomes impossible
to get back to a steady state.

--
Rene
Tim Cross
2013-09-11 07:48:48 UTC
Permalink
I experienced this issue as well. I removed my .vm.preferences file,
leaving just the 'core' stuff in my .vm and the problem whent away. Have
not tried tracking down exactly what in my .vm.preferences file is causing
the issue, but I suspect it is the bits to deal with message threading.
Just mention it in case someone is looking into this as not sure when I'll
have time to look closer.

Tim
Post by Rene
Post by Stefan Monnier
While the change might be a bug in the development code of Emacs, it
might also point to a harmless bug in VM that simply wasn't
detected earlier.
You're exactly right.
This happens whenever the marker in the summary buffer points to an email
that is different from the one already displayed.
Once this error happens then VM behaves eratically. It becomes impossible
to get back to a steady state.
--
Rene
--
Tim Cross
Rene
2013-09-13 13:06:25 UTC
Permalink
Post by Tim Cross
I experienced this issue as well. I removed my .vm.preferences file,
leaving just the 'core' stuff in my .vm and the problem whent away. Have
not tried tracking down exactly what in my .vm.preferences file is causing
the issue, but I suspect it is the bits to deal with message threading.
Just mention it in case someone is looking into this as not sure when I'll
have time to look closer.
You're right.

I just removed this line

(vm-summary-faces-mode 1)

from my .vm.preferences and the problem went away.

Now I'm back with the latest version of emacs24.

Thanks.

--
Rene

Loading...