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: Instead of pcase Date: Sun, 10 Dec 2023 11:35:19 +0200 Message-ID: <835y16wgbs.fsf@gnu.org> References: <87fs169mjj.fsf@posteo.net> <093f11a1-57c2-5e56-d39b-26fef1c67cbb@gutov.dev> <25942.25061.217864.329049@retriever.mtv.corp.google.com> <87zfzdcz6z.fsf@posteo.net> <87zfza2aq2.fsf@web.de> <7nmsv9zq6u.fsf@ecube.ecubist.org> <7nv89x5tsi.fsf@ecube.ecubist.org> <87o7focuf5.fsf@web.de> <8734wmbhd8.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18982"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 10 10:36:09 2023 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 1rCGEL-0004lh-KT for ged-emacs-devel@m.gmane-mx.org; Sun, 10 Dec 2023 10:36:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rCGDy-0003py-3Z; Sun, 10 Dec 2023 04:35:46 -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 1rCGDt-0003pb-He for emacs-devel@gnu.org; Sun, 10 Dec 2023 04:35:42 -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 1rCGDt-0001mz-97 for emacs-devel@gnu.org; Sun, 10 Dec 2023 04:35:41 -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=L85ZnptkihR6g0Ju5/vHly3eEprGdo1EcNrb7SnBGk8=; b=pgGMe/oluqkn 4vgv3uIf9E4/aNnRDlccjGlqyqeNZ+HD9+cDiciwTEp/EJcZ56Q9fcZFp9EPXg8Y1wd4BWhoqZv7Z beMnY3krDFwoBXkBHSDbNZrkT2ypu7ZtPDDSA4gva43+vlwwvazx2H9VHZHP2r70pmJitLXYGofXs hLu18tuapQhQ2i++A3sY5+gEUJyvBZBGP3/WBq0ROX8jgq8QwMvMucEHg/W3XVMa5h3gNtDd8vXdg NxJLG4P7ZgOmdlfqIUIZQIm0QmiyHcUzEt1EzrEcBNI300Pr58C2KVJMlmt1VHsjvYDa+UU01KLHd mBv9w5wmXKcGEG+UetQk2g==; In-Reply-To: (ams@gnu.org) 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:313662 Archived-At: > From: "Alfred M. Szmidt" > Cc: emacs-devel@gnu.org > Date: Sun, 10 Dec 2023 03:34:26 -0500 > > It is also not mentioned in NEWS; unless you consider the cryptic entry: > > ** 'register-preview-delay' is no longer used. > Register preview is no more delayed. If you want to disable it use > 'register-use-preview' instead with a boolean value. > > Setting register-use-preview to nil doesn't revert to the previous, > ancient, behaviour. You have an outdated repository; please update from Git. > It also seems that this change removes the > possibility to add a delay -- which sounds like a nice feature, > specially _if_ after that delay you're asked for a explicit RET. That's why this is listed under "incompatible changes". The feature to disable the preview by setting the delay to a large value is preserved, as described in NEWS, but the delaying is not.