[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about `cond*'
From: |
Alfred M. Szmidt |
Subject: |
Re: Question about `cond*' |
Date: |
Thu, 03 Oct 2024 00:51:37 -0400 |
> > I can only assume it was a mistake. The question is should the feature
> > be called `cond-star' or `cond*'.
>
> I think `cond*' is a more natural name for the feature.
> That is what users will think of -- to do (require 'cont-star)
> would require a little extra bit of trivial knowledge.
>
> I called the file `cond-star.el' to avoid the inconvenience that
> an asterisk in the file name could cause. But it woukd be better
> if users did not have to know that file name.
>
> `cond*' really ought to be preloaded.
Given that it isn't used in a single place yet, and we have repeatedly
refused to preload cl-lib, that does not seem appropriate.
cl-lib isn't preloaded for other reasons (Emacs Lisp isn't Common
Lisp), cond* is part of the Emacs Lisp language, and that would be a
good reason to preloaded it so that it can be more widley used.
- Question about `cond*', Michelangelo Rodriguez, 2024/10/01
- Re: Question about `cond*', Eli Zaretskii, 2024/10/01
- Re: Question about `cond*', Eli Zaretskii, 2024/10/03
- Re: Question about `cond*', Andrea Corallo, 2024/10/04
- Re: Question about `cond*', Richard Stallman, 2024/10/05
- Re: Question about `cond*', Sean Whitton, 2024/10/06
- Re: Question about `cond*', Eli Zaretskii, 2024/10/06
- Re: Question about `cond*', Stefan Kangas, 2024/10/01
- Re: Question about `cond*', Eli Zaretskii, 2024/10/01
- Re: Question about `cond*', Alfred M. Szmidt, 2024/10/02