all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Ken Olum <kdo@cosmos.phy.tufts.edu>
Cc: 17706@debbugs.gnu.org
Subject: bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text
Date: Sat, 07 Jun 2014 11:34:39 +0300	[thread overview]
Message-ID: <83tx7x2k4g.fsf@gnu.org> (raw)
In-Reply-To: <q5261kem26q.fsf@cosmos.phy.tufts.edu>

> From: Ken Olum <kdo@cosmos.phy.tufts.edu>
> Cc: 17706@debbugs.gnu.org
> Date: Fri, 06 Jun 2014 12:29:33 -0400
> 
>    From: Eli Zaretskii <eliz@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?





  reply	other threads:[~2014-06-07  8:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05 20:10 bug#17706: 24.4.50; locked file error in rmail-insert-inbox-text Ken Olum
2014-06-06  8:03 ` Eli Zaretskii
2014-06-06 15:09   ` Ken Olum
2014-06-06 15:39     ` Eli Zaretskii
2014-06-06 15:50       ` Eli Zaretskii
2014-06-06 16:29         ` Ken Olum
2014-06-07  8:34           ` Eli Zaretskii [this message]
2014-06-07 12:42             ` Ken Olum
2014-06-14 12:16 ` Ken Olum
2014-06-14 13:16   ` Eli Zaretskii
2014-06-26 19:52     ` Ken Olum
2014-06-27  9:34       ` Eli Zaretskii
2014-06-27 15:54         ` Glenn Morris
2014-06-27 19:39           ` Eli Zaretskii
2014-06-27 19:54             ` Glenn Morris
2014-06-27 20:03               ` Eli Zaretskii
2016-05-23 20:23 ` Mark Lillibridge
2016-05-28 10:48   ` Eli Zaretskii

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=83tx7x2k4g.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=17706@debbugs.gnu.org \
    --cc=kdo@cosmos.phy.tufts.edu \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.