GNU bug report logs - #17706
24.4.50; locked file error in rmail-insert-inbox-text

Previous Next

Package: emacs;

Reported by: Ken Olum <kdo <at> cosmos.phy.tufts.edu>

Date: Thu, 5 Jun 2014 20:11:01 UTC

Severity: normal

Found in version 24.4.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17706 in the body.
You can then email your comments to 17706 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Thu, 05 Jun 2014 20:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ken Olum <kdo <at> cosmos.phy.tufts.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 05 Jun 2014 20:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Thu, 05 Jun 2014 16:10:25 -0400
If I have two invocations of emacs and in one I have modified but not
saved my RMAIL file, and then I try to read my mail in the other,
rmail-insert-inbox-text gives the error "RMAIL file ... is locked".  I
think it should call ask-user-about-lock instead, so I have the
opportunity to steal the lock and so forth.

This happens to me because I run emacs on the same server machine from
home and work, so if I go home without saving my mail file, I will get
this problem when I tried to read my mail from home.  But it seems to me
that it has only started happening recently, even though the code in
rmail-insert-inbox-text has been there a long time.  Previously I always
got the usual query: "... locked by kdo... (pid ....): (s, q, p, ?)?".
Perhaps it was formerly trying to modify file earlier in the process,
before the explicit check at the start of rmail-insert-inbox-text, and
so generating the usual query.

                                        Ken

In GNU Emacs 24.4.50.2 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
 of 2014-05-31 on cosmos
Repository revision: 115761 kdo <at> cosmos.phy.tufts.edu-20140521165819-mg0m9yc98nkdigwg
Windowing system distributor `The Cygwin/X Project', version 11.0.10903000
System Description:	Ubuntu 12.04.4 LTS

Configured features:
XPM JPEG TIFF GIF PNG SOUND NOTIFY LIBXML2 FREETYPE XFT ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
M-x r e p o r t - b u g <return>

Recent messages:
Loading /home/kdo/emacs-init.el (source)...done
Loading /home/kdo/emacs-init-mail.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug sendmail rmailmm message dired
format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev
gmm-utils mailheader mail-parse rfc2231 rmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils shell pcomplete diff-mode
easy-mmode thingatpt inf-lisp easymenu comint ansi-color ring warnings
cl-macs cl gv cl-loaddefs cl-lib time-date tooltip electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
inotify dynamic-setting font-render-setting x-toolkit x multi-tty emacs)

Memory information:
((conses 16 91223 6890)
 (symbols 48 19727 0)
 (miscs 40 86 95)
 (strings 32 16889 5090)
 (string-bytes 1 467813)
 (vectors 16 11696)
 (vector-slots 8 396271 4956)
 (floats 8 76 53)
 (intervals 56 169 0)
 (buffers 960 11)
 (heap 1024 37890 602))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 06 Jun 2014 08:04:02 GMT) Full text and rfc822 format available.

Message #8 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 06 Jun 2014 11:03:44 +0300
> From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
> Date: Thu, 05 Jun 2014 16:10:25 -0400
> 
> If I have two invocations of emacs and in one I have modified but not
> saved my RMAIL file, and then I try to read my mail in the other,
> rmail-insert-inbox-text gives the error "RMAIL file ... is locked".  I
> think it should call ask-user-about-lock instead, so I have the
> opportunity to steal the lock and so forth.
> 
> This happens to me because I run emacs on the same server machine from
> home and work, so if I go home without saving my mail file, I will get
> this problem when I tried to read my mail from home.  But it seems to me
> that it has only started happening recently, even though the code in
> rmail-insert-inbox-text has been there a long time.  Previously I always
> got the usual query: "... locked by kdo... (pid ....): (s, q, p, ?)?".
> Perhaps it was formerly trying to modify file earlier in the process,
> before the explicit check at the start of rmail-insert-inbox-text, and
> so generating the usual query.

Can you please give a complete recipe starting with "emacs -Q" in both
sessions?  I tried something I thought you were doing, but couldn't
reproduce it.  I got the "locked by NNNN (pid nnn): (s, q, p, ?)"
message, as you expected.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 06 Jun 2014 15:10:01 GMT) Full text and rfc822 format available.

Message #11 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 06 Jun 2014 11:09:50 -0400
To reproduce:

Start with some messages in your RMAIL file, but no new mail waiting to
be copied from your inbox.

emacs -Q
M-x rmail
e
Type space, backspace, so that buffer is modified.

Then, somewhere else:

emacs -Q
M-x rmail
Get error "RMAIL file RMAIL is locked"

                                        Ken






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 06 Jun 2014 15:40:02 GMT) Full text and rfc822 format available.

Message #14 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 06 Jun 2014 18:39:22 +0300
> From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
> Cc: 17706 <at> debbugs.gnu.org
> Date: Fri, 06 Jun 2014 11:09:50 -0400
> 
> To reproduce:
> 
> Start with some messages in your RMAIL file, but no new mail waiting to
> be copied from your inbox.
> 
> emacs -Q
> M-x rmail
> e
> Type space, backspace, so that buffer is modified.
> 
> Then, somewhere else:
> 
> emacs -Q
> M-x rmail
> Get error "RMAIL file RMAIL is locked"

Thanks, but I still cannot reproduce.

Does "M-x rmail" on your system fetch mail from some inbox?  On my
system, it doesn't, so I replaced "M-x rmail" in your recipe with
"C-u M-x rmail SOME-MBOX-FILE RET" in both sessions, and left the rest
of the recipe unaltered.  With that, I don't see the message you cite.

I will try on another system, maybe this is something local.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 06 Jun 2014 15:51:02 GMT) Full text and rfc822 format available.

Message #17 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: kdo <at> cosmos.phy.tufts.edu
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 06 Jun 2014 18:50:23 +0300
> Date: Fri, 06 Jun 2014 18:39:22 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 17706 <at> debbugs.gnu.org
> 
> Does "M-x rmail" on your system fetch mail from some inbox?

Answering myself: YES.

This message comes from rmail-insert-inbox-text.  But I don't think it
was changed recently, so I wonder in what Emacs version you don't see
it.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 06 Jun 2014 16:30:02 GMT) Full text and rfc822 format available.

Message #20 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 06 Jun 2014 12:29:33 -0400
   From: Eli Zaretskii <eliz <at> gnu.org>
   Date: Fri, 06 Jun 2014 18:50:23 +0300

   I wonder in what Emacs version you don't see it.

I don't see it in 23.3.  The reason is that this version has a bug in
which it deletes newlines from the end of the mail file before getting
new mail.  So it modifies the file before calling
rmail-insert-inbox-text and so gives the ask-user-about-lock query
before calling rmail-insert-inbox-text.

My recollection is that this didn't happen either in builds that I made
from trunk a few months ago, but I could easily be confused.  In
particular, I have a bunch of rmail hacks, and if one of these were
modifying the buffer before rmail-insert-inbox-text it would be the same
as above.  In 24.3 (using -Q to make sure nothing strange is going on),
I get the "RMAIL file RMAIL is locked".  So I think we should not worry
too much about why it seems only to be bothering me now.

                                        Ken






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Sat, 07 Jun 2014 08:35:02 GMT) Full text and rfc822 format available.

Message #23 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 07 Jun 2014 11:34:39 +0300
> From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
> Cc: 17706 <at> debbugs.gnu.org
> Date: Fri, 06 Jun 2014 12:29:33 -0400
> 
>    From: Eli Zaretskii <eliz <at> gnu.org>
>    Date: Fri, 06 Jun 2014 18:50:23 +0300
> 
>    I wonder in what Emacs version you don't see it.
> 
> I don't see it in 23.3.  The reason is that this version has a bug in
> which it deletes newlines from the end of the mail file before getting
> new mail.  So it modifies the file before calling
> rmail-insert-inbox-text and so gives the ask-user-about-lock query
> before calling rmail-insert-inbox-text.
> 
> My recollection is that this didn't happen either in builds that I made
> from trunk a few months ago, but I could easily be confused.  In
> particular, I have a bunch of rmail hacks, and if one of these were
> modifying the buffer before rmail-insert-inbox-text it would be the same
> as above.  In 24.3 (using -Q to make sure nothing strange is going on),
> I get the "RMAIL file RMAIL is locked".  So I think we should not worry
> too much about why it seems only to be bothering me now.

Maybe we should improve what Emacs does in this case by calling
ask-user-about-lock instead of just erroring out?  The information
with which to call ask-user-about-lock is already available at that
point, since it is the value returned by file-locked-p.

Then the prompt will be what you expected it to be, and will also be
consistent with what Emacs does when 2 sessions try to modify the same
file.

Would you like to prepare a patch along these lines?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Sat, 07 Jun 2014 12:43:02 GMT) Full text and rfc822 format available.

Message #26 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 07 Jun 2014 08:42:57 -0400
   From: Eli Zaretskii <eliz <at> gnu.org>
   Date: Sat, 07 Jun 2014 11:34:39 +0300

   Would you like to prepare a patch along these lines?

Will do.

                                 Ken




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Sat, 14 Jun 2014 12:17:01 GMT) Full text and rfc822 format available.

Message #29 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 14 Jun 2014 08:16:39 -0400
   From: Eli Zaretskii <eliz <at> gnu.org>
   Date: Sat, 07 Jun 2014 11:34:39 +0300

   Maybe we should improve what Emacs does in this case by calling
   ask-user-about-lock instead of just erroring out?

Thinking about this more, I'm not sure it is such a good idea.  For one
thing, there is the possibility of races, since we aren't actually
locking the file but just checking if it is locked.  Perhaps more
importantly, if the user says to steal the file, I don't know how to
actually do so.  This is normally done by lock_file after
ask-user-about-lock returns t.   And if the user says to ignore the
lock, I don't know how to prevent this query again when the buffer
actually is modified.

So maybe it would be better to actually lock the file.  Then we'd be
using file locks as intended.  The way I'd do it is to lock the file in
rmail-get-new-mail-1 before calling rmail-insert-inbox-text and then
unlock it after saving the file with the new messages or after
discovering that there are none.

Unfortunately, there doesn't seem to be any lisp interface to lock_file,
but I guess I could set buffer-modified-p and then call lock-buffer.

What do you think?

                                Ken






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Sat, 14 Jun 2014 13:17:01 GMT) Full text and rfc822 format available.

Message #32 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 14 Jun 2014 16:16:31 +0300
> From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
> Cc: 17706 <at> debbugs.gnu.org
> Date: Sat, 14 Jun 2014 08:16:39 -0400
> 
> So maybe it would be better to actually lock the file.  Then we'd be
> using file locks as intended.  The way I'd do it is to lock the file in
> rmail-get-new-mail-1 before calling rmail-insert-inbox-text and then
> unlock it after saving the file with the new messages or after
> discovering that there are none.
> 
> Unfortunately, there doesn't seem to be any lisp interface to lock_file,
> but I guess I could set buffer-modified-p and then call lock-buffer.
> 
> What do you think?

Sounds OK to me.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Thu, 26 Jun 2014 19:53:01 GMT) Full text and rfc822 format available.

Message #35 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Thu, 26 Jun 2014 15:52:22 -0400
[Message part 1 (text/plain, inline)]
Here is a patch to mark the buffer modified (which locks the file) in
rmail-get-new-mail-1 before calling rmail-insert-inbox-text, and mark it
unmodified if rmail-insert-inbox-text returns (or is aborted) without
modifying the buffer.

                                        Ken

[rmail-lock.patch (text/x-diff, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 27 Jun 2014 09:35:02 GMT) Full text and rfc822 format available.

Message #38 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Cc: 17706 <at> debbugs.gnu.org
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 27 Jun 2014 12:34:10 +0300
> From: Ken Olum <kdo <at> cosmos.phy.tufts.edu>
> Cc: 17706 <at> debbugs.gnu.org
> Date: Thu, 26 Jun 2014 15:52:22 -0400
> 
> Here is a patch to mark the buffer modified (which locks the file) in
> rmail-get-new-mail-1 before calling rmail-insert-inbox-text, and mark it
> unmodified if rmail-insert-inbox-text returns (or is aborted) without
> modifying the buffer.

Thanks.  This looks OK to me.  I will wait a few days for comments,
and commit then.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 27 Jun 2014 15:55:02 GMT) Full text and rfc822 format available.

Message #41 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org, Ken Olum <kdo <at> cosmos.phy.tufts.edu>
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 27 Jun 2014 11:54:14 -0400
Eli Zaretskii wrote:

> Thanks.  This looks OK to me.  I will wait a few days for comments,
> and commit then.

My only comment is that this looks like the last "tiny change" we can
accept without an assignment.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 27 Jun 2014 19:41:01 GMT) Full text and rfc822 format available.

Message #44 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org, kdo <at> cosmos.phy.tufts.edu
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 27 Jun 2014 22:39:35 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: Ken Olum <kdo <at> cosmos.phy.tufts.edu>,  17706 <at> debbugs.gnu.org
> Date: Fri, 27 Jun 2014 11:54:14 -0400
> 
> Eli Zaretskii wrote:
> 
> > Thanks.  This looks OK to me.  I will wait a few days for comments,
> > and commit then.
> 
> My only comment is that this looks like the last "tiny change" we can
> accept without an assignment.

It changes exactly 5 lines of code, all the rest is either existing
code or comments.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 27 Jun 2014 19:55:02 GMT) Full text and rfc822 format available.

Message #47 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org, kdo <at> cosmos.phy.tufts.edu
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 27 Jun 2014 15:54:25 -0400
Eli Zaretskii wrote:

> It changes exactly 5 lines of code, all the rest is either existing
> code or comments.

And added to the previous changes from the same author?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Fri, 27 Jun 2014 20:04:02 GMT) Full text and rfc822 format available.

Message #50 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 17706 <at> debbugs.gnu.org, kdo <at> cosmos.phy.tufts.edu
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Fri, 27 Jun 2014 23:03:14 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: kdo <at> cosmos.phy.tufts.edu,  17706 <at> debbugs.gnu.org
> Date: Fri, 27 Jun 2014 15:54:25 -0400
> 
> Eli Zaretskii wrote:
> 
> > It changes exactly 5 lines of code, all the rest is either existing
> > code or comments.
> 
> And added to the previous changes from the same author?

2 more lines of code.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17706; Package emacs. (Mon, 23 May 2016 20:24:01 GMT) Full text and rfc822 format available.

Message #53 received at 17706 <at> debbugs.gnu.org (full text, mbox):

From: Mark Lillibridge <mdl <at> alum.mit.edu>
To: eliz <at> gnu.org, 17706 <at> debbugs.gnu.org, kdo <at> cosmos.phy.tufts.edu
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Mon, 23 May 2016 13:23:12 -0700
    This bug is still present in Emacs 24.5, but a claimed patch has
been provided.  At a minimum, this should be moved to outstanding bugs
-- normal bug; patch available unless there's a problem with the patch.
Ideally, the patch should get applied... :-)

- Mark




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 28 May 2016 10:49:01 GMT) Full text and rfc822 format available.

Notification sent to Ken Olum <kdo <at> cosmos.phy.tufts.edu>:
bug acknowledged by developer. (Sat, 28 May 2016 10:49:01 GMT) Full text and rfc822 format available.

Message #58 received at 17706-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: mdl <at> alum.mit.edu
Cc: 17706-done <at> debbugs.gnu.org, kdo <at> cosmos.phy.tufts.edu
Subject: Re: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 28 May 2016 13:48:40 +0300
> From: Mark Lillibridge <mdl <at> alum.mit.edu>
> Date: Mon, 23 May 2016 13:23:12 -0700
> 
> 
>     This bug is still present in Emacs 24.5, but a claimed patch has
> been provided.  At a minimum, this should be moved to outstanding bugs
> -- normal bug; patch available unless there's a problem with the patch.
> Ideally, the patch should get applied... :-)

Sorry, I applied it now.  Unfortunately, it's too late for Emacs 25.1,
so the change is on the master branch, and will be in the next release
after that.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Jun 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.