all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: rms@gnu.org
Cc: 23703@debbugs.gnu.org
Subject: bug#23703: 25.0.50; auto-saving painful
Date: Mon, 06 Jun 2016 17:43:23 -0400	[thread overview]
Message-ID: <a9eg8am1s4.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <E1b9ktP-0002Xj-7r@fencepost.gnu.org> (Richard Stallman's message of "Sun, 05 Jun 2016 23:07:55 -0400")


Do you prefer this:

--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5387,14 +5387,8 @@ The value is a list of the form (HIGH LOW USEC PSEC), like the time values that
   msg = CALLN (Fformat, format, BVAR (current_buffer, name),
 	       Ferror_message_string (error_val));
 
-  for (i = 0; i < 3; ++i)
-    {
-      if (i == 0)
-	message3 (msg);
-      else
-	message3_nolog (msg);
-      Fsleep_for (make_number (1), Qnil);
-    }
+  call3 (intern ("display-warning"),
+         intern ("auto-save"), msg, intern ("error"));
 
   return Qnil;
 }





  reply	other threads:[~2016-06-06 21:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06  3:07 bug#23703: 25.0.50; auto-saving painful Richard Stallman
2016-06-06 21:43 ` Glenn Morris [this message]
2016-06-07  6:21   ` Richard Stallman
2016-06-07 23:32     ` Glenn Morris

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=a9eg8am1s4.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=23703@debbugs.gnu.org \
    --cc=rms@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.
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.