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 17:50:17 +0200 Message-ID: <86bk7wpr9i.fsf@gnu.org> References: <86o7bxoz4s.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22558"; 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 16:51: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 1rgReD-0005h2-T0 for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Mar 2024 16:51:37 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rgRdS-00048O-KC; Sat, 02 Mar 2024 10:50:50 -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 1rgRdQ-00044D-Ev for emacs-devel@gnu.org; Sat, 02 Mar 2024 10:50:48 -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 1rgRdP-0006Jt-UY; Sat, 02 Mar 2024 10:50:48 -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=5IfU3olvNeW8FyWSKLyl1ViwZeedXv2Bhj2Uc8rlyU4=; b=iSXkuvu1ZLvx tq8KtYlVmUOFqh8dvG7SJAo//myZMwioC0uQ7Jyd67ou799jaUQtth57OJT1UfQSEKrJZlMSIJkTb AwQH+giLhn45AcUx1Wbk5QTWDLdzNggIYCgeWzt4iGQgnohUBhv7ANgIt1S1g8AbR0RqoEcScPaEG qbOpmky+JnkE8CtuGPlYFz2rzDWoL5qpZS4prZC5Q01ERWCRITJ+jrmwVvMX6c40OxI6wWbjj03jB m5mTTXIKun8fRePte7RLXDs803JcuAxnMfechAjIvIK4pQrhDVCcofbcRi+wO293PMKTEZK9QHNwI g80QZ6xUjI5utkKZ21U/jw==; 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:316698 Archived-At: > From: "T.V Raman" > Cc: emacs-devel@gnu.org > Date: Sat, 02 Mar 2024 07:43:53 -0800 > > 1. Verified that it does not happen with emacs -q -- with emacspeak loaded. > 2. So this is clearly coming from some package I have installed; any > tips on how I would debug this -- *other* than uninstalling the 100+ > packages and bringing them back one at a time? Bisection is usually faster. But if you are "feeling lucky", try looking for a customization or a package that affects the minibuffer-related keymaps. Another idea is to step with Edebug through y-or-n-p, in "emacs -q" and in your normal session, and see what you find by comparing what happens in these two cases.