From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: use-short-answers, and yes/no questions Date: Sat, 02 Mar 2024 09:45:39 +0200 Message-ID: <86o7bxoz4s.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3763"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 02 08:46:37 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rgK4r-0000pH-8I for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Mar 2024 08:46:37 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rgK40-0007Di-Ur; Sat, 02 Mar 2024 02:45:44 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rgK3z-0007DY-9w for emacs-devel@gnu.org; Sat, 02 Mar 2024 02:45:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rgK3y-0007G4-VB; Sat, 02 Mar 2024 02:45:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=ybJ46U9tDgZYj96ssn7WLNPv8JTLZl1aOhLPgL7GCF0=; b=edVZ6EH3bHpC xjOqk1vZ4AIEuQfijMfFWRI4NoAgBZp+j+lvy25kS1WNWFoBnyi5dSbeZMKBrgYDHvNulic5oEQqp fRiMJZFqw3KiG+FKkcJc8GHRiDGt1sQtu8tCcsvrArF+Uu8xrH6RB2ufSnNzBoajyhjK0Y8r63xh0 rGunheCHbnLyus4MVDBwddDngiTEngXscEKLbACJDWhwJCZP3VsHl54X7spS4zFCe1TKdZxAP07vC EZgHyn6UhSV/EnSY6zIeQBbBxuwUgctR1aHBGgeqPr944+8jieS9DxqdRMUKxWrRigBysHGGsPX6g 7XquV4A8R7tlVjJ8ipQ1xA==; In-Reply-To: (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316694 Archived-At: > From: "T.V Raman" > Date: Fri, 01 Mar 2024 08:57:46 -0800 > > "T.V Raman" writes: > > > Following up to myself, specifically the issue appears to be that it > wants a C-j after answering "y" doesn't take Enter. > > > 1. If you set use-short-answers to t via custom, > > 2. Both y-or-n-p and yes-or-no-p enter recursive edit if you answer > > 3. If you turn off use-short-answers, yes-or-no-p works, > > 4. But y-or-n-p enters recursive edit. > > 5. Appears to be a fairly new breakage I cannot reproduce this with the current master branch. use-short-answers is not supposed to affect y-or-n-p at all, and in my testing it doesn't: I don't need to type C-j or RET after "y", neither when use-short-answers is nil nor when it's non-nil. Can you show a complete detailed recipe that exhibits the problem? (And I suggest "make bootstrap" first to make sure you don't see strange effects of incompatible *.elc/*.eln files.)