GNU bug report logs - #73853
Should and-let* become a synonym for when-let*?

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Thu, 17 Oct 2024 16:31:02 UTC

Severity: wishlist

Found in version 31.0.50

Full log


View this message in rfc822 format

From: Sean Whitton <spwhitton <at> spwhitton.name>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: Michael Heerdegen <michael_heerdegen <at> web.de>, Stefan Kangas <stefankangas <at> gmail.com>, 73853 <at> debbugs.gnu.org
Subject: bug#73853: 31.0.50; Should and-let* become a synonym for when-let*?
Date: Sat, 23 Nov 2024 22:34:54 +0800
Hello,

On Fri 22 Nov 2024 at 02:46pm -05, Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" wrote:

>>>>>   - I'd like to go ahead and install a patch marking when-let and if-let
>>>>>     as obsolete, unless Michael is keen to be the one to do it as the
>>>>>     initiator of the previous effort
> [...]
>> Done.
>
> Beside the use of `make-obsolete` instead of putting the `obsolete`
> inside `declare`,

I didn't know about this distinction.  Can you let me know why it would
be better to use a declaration?

> I see a more serious problem with this patch.  E.g.
>
>     (defun my-foo () (when-let ((x (point))) (goto-char x)))
>
> gives 2 warnings rather than one:

I think this is just inherent to the fact that these macros depend on
each other, though it would be nice to fix if we can.

-- 
Sean Whitton




This bug report was last modified 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.