Newsgroups: comp.emacs
Path: utzoo!utgpu!jarvis.csri.toronto.edu!neat.ai.toronto.edu!lamy
From: lamy@ai.utoronto.ca (Jean-Francois Lamy)
Subject: Re: ARGH!  Ahem.  Umm, answering prompts & abbreviating
Message-ID: <89Feb6.111423est.38107@neat.ai.toronto.edu>
Organization: Department of Computer Science, University of Toronto
References: <17901@vax5.CIT.CORNELL.EDU>
Distribution: comp
Date: Mon, 6 Feb 89 11:14:17 EST

Redefining yes-or-no-p to invoke y-or-n-p does not solve all problems.
emacs.c has direct invocations of the C function for yes-or-no-p (used for
confirmation before exit when subprocesses are running, or when buffers have
not been saved.).  I can live with those particular calls to yes-or-no-p.  I
guess people who can't could perform these checks prompting with y-or-no-p in
the kill-emacs-hook, or dispense with them altogether.

Jean-Francois Lamy               lamy@ai.utoronto.ca, uunet!ai.utoronto.ca!lamy
AI Group, Department of Computer Science, University of Toronto, Canada M5S 1A4

