From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: yes-or-no-p prompt conditionally broken in master? Date: Thu, 03 Sep 2015 19:43:25 +0200 Message-ID: <87mvx3h002.fsf@gnu.org> References: <83k2s7a247.fsf@gnu.org> <55E88336.5060703@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441302239 24770 80.91.229.3 (3 Sep 2015 17:43:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 17:43:59 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel , Stefan Monnier , bruce.connor.am@gmail.com, Kaushal Modi To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 19:43:49 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 1ZXYY8-0006sO-UG for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 19:43:49 +0200 Original-Received: from localhost ([::1]:50699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYY8-00021n-E9 for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 13:43:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYXv-000209-A2 for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:43:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXYXq-0007NT-Ae for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:43:35 -0400 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:52969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYXq-0007NK-77 for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:43:30 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id EE49020F84 for ; Thu, 3 Sep 2015 13:43:29 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Thu, 03 Sep 2015 13:43:29 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=n2Zg7BuxqxRAmPTKi8Ym+noTL4Q=; b=aWXSF YdxfT3A6IWppZ1Tff+BrzdNTFdz+E3oEMqGm5FCHCx/K0ngrypNIdoxol0r3gSFw 9ST0SRKFm//fDWh/ADpaNRHEuMAj6CyI30EAL2R0D/owrhQuBUtsSVNY1d/vEBCC vIBffgdEZYHDmktVZGFyHHBtE+/YQRvLacz9co= X-Sasl-enc: E2cJeAak4n1y+QZXqZdqWqm7xb5DCGfonrQPlkgRotRV 1441302209 Original-Received: from thinkpad-t440p (unknown [2.160.253.220]) by mail.messagingengine.com (Postfix) with ESMTPA id 2A34D680084; Thu, 3 Sep 2015 13:43:27 -0400 (EDT) Mail-Followup-To: Dmitry Gutov , bruce.connor.am@gmail.com, Eli Zaretskii , Kaushal Modi , Stefan Monnier , emacs-devel In-Reply-To: <55E88336.5060703@yandex.ru> (Dmitry Gutov's message of "Thu, 3 Sep 2015 20:28:22 +0300") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 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:189532 Archived-At: Dmitry Gutov writes: > On 09/03/2015 08:22 PM, Artur Malabarba wrote: > >> I was getting this problem for every single prompt yesterday, but then >> I restarted and haven't seen it again since. >> So I can confirm something seems to be wrong, just don't know what. > > I've just seen this when trying to quit Ediff (M-x vc-ediff (in a file with > modifications), then `q' -> not prompt). > > To reproduce, > > (defalias 'yes-or-no-p 'y-or-n-p) See my bug report: bug#21396 Bye, Tassilo