help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to say "💝 Happy Valentine's Day 💝"


From: Emanuel Berg
Subject: Re: How to say "💝 Happy Valentine's Day 💝"
Date: Tue, 15 Feb 2022 05:33:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Jean Louis wrote:

> I am using my RCD Template Interpolation System for Emacs: 
> https://hyperscope.link/3/7/1/3/3/RCD-Template-Interpolation-System-for-Emacs.html

Hah, that's your own system ...

Is https://hyperscope.link yet another one of your websites?

> ⟦ (if (string= (substring (rcd-iso-date) 5) "02-14") 
>   "💝 Happy Valentine's Day 💝") ⟧

`when'

> (defun rcd-iso-date ()
>   (format-time-string "%Y-%m-%d"))

While I agree that is the best representation for a date, if
you check out date(1) you can read

  -I[FMT], --iso-8601[=FMT]
    output  date/time  in ISO 8601 format.  FMT='date' for date only
    (the default), 'hours', 'minutes', 'seconds', or 'ns'  for  date
    and    time    to    the    indicated    precision.     Example:
    2006-08-14T02:34:56-06:00

and that's the only specific reference to ISO. So I guess it
ain't ISO without the timestamp as well. Just saying, not
saying you should use it ...

> One can understand it better by watching this video:
> https://gnu.support/images/2022/02/2022-02-14/2022-02-14-12:00:04.ogv

Hm, what kind of site is this

  https://gnu.support

anyway?

A certain Mr. Jean Louis seems to be a prominent
contributor ...

And I hope I, by answering the way I did, contributed to
fulfilling the true purpose of your OP ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]