> maybe yes-or-no-p etc should abort
Just aborting is not so good in my apinion.
I think it could be replaced with something like: yes-or-no-or-defer-p that takes a function as argument, and if it cannot interact with user it executes this function or add this function to after-make-frame-functions hook.


On 27 November 2013 00:07, Glenn Morris <rgm@gnu.org> wrote:
Constantin Kulikov wrote:

> // And then maybe standard packages from emacs distro should be updated to
> not hang emacs daemon. Eventually.

Sounds like my other suggestion in that report ("maybe yes-or-no-p etc
should abort in such cases rather than waiting for ever").