all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 23.0.50; catching C-x 3 in yes-or-no-p
@ 2008-01-21  0:14 Lennart Borgman (gmail)
  2008-01-21 20:30 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Lennart Borgman (gmail) @ 2008-01-21  0:14 UTC (permalink / raw)
  To: emacs-pretest-bug

The error raised when doing C-x 3 when yes-or-no-p is active can not be 
handled.

To see this start from

    emacs -Q

and eval this function in the *scratch* buffer

   (defun protected-yes-or-no-p ()
     (condition-case err
         (yes-or-no-p "Prompt ")
       (error
       (lwarn 'got-error :warning "%s" err))))

and call it. When the prompt is visible type

   C-x 3


In GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600)
  of 2008-01-13

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

end of thread, other threads:[~2008-01-21 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21  0:14 23.0.50; catching C-x 3 in yes-or-no-p Lennart Borgman (gmail)
2008-01-21 20:30 ` Richard Stallman

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.