all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16583: Possible bug in inhibit-quit
@ 2014-01-29  0:42 E Sabof
  2014-01-29  1:07 ` bug#16583: Possible bug in inhibit-quit/abort-recursive-edit E Sabof
  0 siblings, 1 reply; 3+ messages in thread
From: E Sabof @ 2014-01-29  0:42 UTC (permalink / raw)
  To: 16583

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

I couldn't reproduce this with emacs -Q, but this is what happends. I
insert these forms into a scratch-buffer

;; QUIT gets inserted
(condition-case error
    (sleep-for 5)
  (quit (goto-char (point-max))
        (insert "QUIT")))


;; QUIT doesn't get inserted. Quit isn't displayed in the mini-buffer
(condition-case error
    (let ((inhibit-quit t))
      (sleep-for 5))
  (quit (goto-char (point-max))
        (insert "QUIT")))


GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4) of
2013-11-02 on ubuntu

[-- Attachment #2: Type: text/html, Size: 788 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-10  3:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29  0:42 bug#16583: Possible bug in inhibit-quit E Sabof
2014-01-29  1:07 ` bug#16583: Possible bug in inhibit-quit/abort-recursive-edit E Sabof
2018-02-10  3:17   ` Noam Postavsky

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.