all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* version> and version>=
@ 2022-02-01 18:01 goncholden
  2022-02-01 23:20 ` Emanuel Berg via Users list for the GNU Emacs text editor
  2022-02-02  3:47 ` Stefan Monnier via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 16+ messages in thread
From: goncholden @ 2022-02-01 18:01 UTC (permalink / raw)
  To: Drew Adams; +Cc: 'Help-Gnu-Emacs (help-gnu-emacs@gnu.org)'


‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Tuesday, February 1st, 2022 at 5:52 PM, Drew Adams <drew.adams@oracle.com> wrote:

> I have seen that the possible completions for version are:
>
> version<
>
> version<=
>
> Could there also be
>
> version>
>
> version>=

(not (version<= V1 V2))

(not (version< V1 V2))


What is the best way to check the version

(if (version< emacs-version "28.0")

or

(< emacs-version 28.0)







^ permalink raw reply	[flat|nested] 16+ messages in thread
* version> and version>=
@ 2022-02-01 14:50 goncholden via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; 16+ messages in thread
From: goncholden via Users list for the GNU Emacs text editor @ 2022-02-01 14:50 UTC (permalink / raw)
  To: goncholden via Users list for the GNU Emacs text editor

I have seen that the possible completions for version are:

version<
version<=

Could there also be

version>
version>=

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-02-02 15:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01 18:01 version> and version>= goncholden
2022-02-01 23:20 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-02-02  3:47 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-02-02 10:21   ` goncholden
2022-02-02 13:38     ` Tassilo Horn
2022-02-02 13:48       ` goncholden
2022-02-02 13:52         ` Tassilo Horn
2022-02-02 14:14           ` goncholden
2022-02-02 14:23             ` Tassilo Horn
2022-02-02 14:15         ` Tassilo Horn
2022-02-02 14:27           ` goncholden
2022-02-02 14:30             ` Tassilo Horn
2022-02-02 14:51         ` Eli Zaretskii
2022-02-02 15:00     ` Yuri Khan
2022-02-02 15:07       ` goncholden
  -- strict thread matches above, loose matches on Subject: below --
2022-02-01 14:50 goncholden via Users list for the GNU Emacs text editor

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.