emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: yes-or-no-p prompt conditionally broken in master?


From: Bastien
Subject: Re: yes-or-no-p prompt conditionally broken in master?
Date: Fri, 04 Sep 2015 11:16:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Any objections to removing yes-or-no-p (with a defalias for backward
> compatibility, of course) and making y-or-n-p serve both duties,
> controlled by some defcustom?

None on my side.

(fset 'yes-or-no-p 'y-or-n-p) is the most ancient piece of .emacs.el
that lives in my configuration, and I guess many users have it too.

Getting rid of something beginners half understand (fset?!) is a good
thing, even if I'll get emotional when C-k'ing this line.

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]