From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: master 66669c5c20: Add NEWS entry about kill-buffer change Date: Sat, 25 Jun 2022 17:56:16 +0200 Message-ID: References: <165606463939.20854.10739785516367367451@vcs2.savannah.gnu.org> <20220624095719.A9C9CC0169C@vcs2.savannah.gnu.org> <87pmiyqqt8.fsf@gnus.org> <877d56qpms.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20665"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Cc: Emacs developers To: Stefan Kangas , Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 25 17:57:10 2022 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 1o589m-0005Di-2y for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jun 2022 17:57:10 +0200 Original-Received: from localhost ([::1]:52740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o589k-0004gN-SQ for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jun 2022 11:57:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60692) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5898-0003zw-IG for emacs-devel@gnu.org; Sat, 25 Jun 2022 11:56:31 -0400 Original-Received: from latitanza.investici.org ([82.94.249.234]:62761) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5896-0007mg-7n for emacs-devel@gnu.org; Sat, 25 Jun 2022 11:56:30 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4LVdrd60fpzGp4N; Sat, 25 Jun 2022 15:56:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1656172577; bh=Ew9DHHwPa8dbq0wV44RUGfmcegFOa8uOShb5LjfNNJ0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=OSHiSWAHUFfkrFEhBRMHV1W+4yx8sqZOoA+lKa6rEKQCmvZjZzu/R3qL2ZUNUUXIH 2zJJLkfIieM2w8xpJrLJ2dn/qP58gSvNZXGFlMjzJCFau+jGLjeLDIryjY6fxxBS4R Gyj4/+p1ey+4JXmvxZYW0LjFkulG7mk5jgdia7Ls= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4LVdrd3cNtzGp4S; Sat, 25 Jun 2022 15:56:17 +0000 (UTC) Content-Language: en-US In-Reply-To: Received-SPF: pass client-ip=82.94.249.234; envelope-from=manuel.uberti@inventati.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:291617 Archived-At: On 25/06/22 17:40, Stefan Kangas wrote: > Having tested this, it is a very good addition, thanks. It would be > even better if it respected `use-short-answers', so that I could just > hit e.g. "y", "n" or "s" in reply to this prompt. Can you reproduce the problem from `emacs -Q`? If I do: - emacs -Q - Eval (setq use-short-answers t) - Visit a file (~/.emacs.d/init.el) - Add a blank line - C-x k RET - I can hit just `n` to abort the killing -- Manuel Uberti https://manueluberti.eu