Gnus development mailing list
 help / color / mirror / Atom feed
* Do we need gnus-yes-or-no-p and gnus-y-or-n-p?
@ 2007-08-29 18:24 Reiner Steib
  2007-12-14 21:09 ` Reiner Steib
  0 siblings, 1 reply; 14+ messages in thread
From: Reiner Steib @ 2007-08-29 18:24 UTC (permalink / raw)
  To: ding

Hi,

do we really need gnus-yes-or-no-p and gnus-y-or-n-p?

They are there since almost forever. From the comment, I'd guess it
could have been a workaround for a bug in the corresponding Emacs
functions.  

,----[ 3.1          (larsi    04-Mar-97) ]
| ;; Two silly functions to ensure that all `y-or-n-p' questions clear
| ;; the echo area.
| (defun gnus-y-or-n-p (prompt)
|   (prog1
|       (y-or-n-p prompt)
|     (message "")))
| 
| (defun gnus-yes-or-no-p (prompt)
|   (prog1
|       (yes-or-no-p prompt)
|     (message "")))
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

end of thread, other threads:[~2008-02-16 12:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-29 18:24 Do we need gnus-yes-or-no-p and gnus-y-or-n-p? Reiner Steib
2007-12-14 21:09 ` Reiner Steib
2007-12-17  1:44   ` Katsumi Yamaoka
2007-12-17  2:26     ` Katsumi Yamaoka
2007-12-18 23:01     ` Katsumi Yamaoka
2007-12-19  2:37       ` Katsumi Yamaoka
2008-01-05 20:46         ` Reiner Steib
2008-01-06  0:21           ` Katsumi Yamaoka
2008-01-06  9:25             ` Reiner Steib
2008-01-07  6:33               ` Katsumi Yamaoka
2008-01-07  6:34                 ` Katsumi Yamaoka
2008-01-07 17:16                   ` Richard Stallman
2008-01-07 22:52                     ` Katsumi Yamaoka
2008-02-16 12:22                       ` Reiner Steib

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).