From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: yes-or-no-p prompt conditionally broken in master? Date: Thu, 3 Sep 2015 20:47:07 +0300 Message-ID: <55E8879B.9050107@yandex.ru> References: <83k2s7a247.fsf@gnu.org> <55E88336.5060703@yandex.ru> <83h9nb9z5l.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1441302459 28083 80.91.229.3 (3 Sep 2015 17:47:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 17:47:39 +0000 (UTC) Cc: kaushal.modi@gmail.com, monnier@iro.umontreal.ca, bruce.connor.am@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 19:47:34 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZXYbl-0001k9-3Z for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 19:47:33 +0200 Original-Received: from localhost ([::1]:50729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYbk-0003hi-8I for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 13:47:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYbX-0003h7-7N for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:47:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXYbT-0001YT-7L for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:47:19 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:38544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYbS-0001YG-WF; Thu, 03 Sep 2015 13:47:15 -0400 Original-Received: by wiclk2 with SMTP id lk2so16307489wic.1; Thu, 03 Sep 2015 10:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=3cExp7eaLcwc95LJ+KUPfbqNCKAjIFmIZ3trgXoRmUs=; b=xfaSirSpC1D02/LEhGEHv8+qDi1FZHwGOg3TP6h8J44HrNsG1dh+qwt15JP1szs9X7 aSrFWYOsn2q3g0SL7NmsTNc8goluU8Xf52XgnZawGmGpzad/ZHXFrp8sm9Ol9ccqod6J gq07sSKZNE5E/U1WvhKGvoppuS47wk4/uZqKclOu4DM2KykOyI8fjdqcJudK8CWtHdM2 DYnP8FYMOzzoXGor1I8kvOA9hNU8MHqvXHuelK4HVa/ByR5zlUVgIL+lp5y6AE45eFe6 StUc8tf8H+ZBKtIjt/ik8DPEKsmibza5qMexKLUkvtEO5PXY9qRTjBXFlh6apCffOx6m fgQQ== X-Received: by 10.180.20.15 with SMTP id j15mr543935wie.76.1441302434166; Thu, 03 Sep 2015 10:47:14 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id h3sm204403wiz.9.2015.09.03.10.47.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Sep 2015 10:47:13 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Thunderbird/40.0 In-Reply-To: <83h9nb9z5l.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189534 Archived-At: On 09/03/2015 08:43 PM, Eli Zaretskii wrote: >> (defalias 'yes-or-no-p 'y-or-n-p) > > Why? Because it saves keypresses. There's really no need to type "yes" fully to indicate agreement. > Just don't. It's been working fine for years.