From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: How to say "💝 Happy Valentine's Day 💝"
Date: Tue, 15 Feb 2022 05:33:32 +0100 [thread overview]
Message-ID: <8735kkoijn.fsf@zoho.eu> (raw)
In-Reply-To: courier.00000000620A1C4E.00005FF3@stw1.rcdrun.com
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
next prev parent reply other threads:[~2022-02-15 4:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-14 9:10 How to say "💝 Happy Valentine's Day 💝" Jean Louis
2022-02-14 10:54 ` 황병희
2022-02-15 4:33 ` Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2022-02-16 6:34 ` Marcin Borkowski
2022-02-16 7:44 ` Emanuel Berg via Users list for the GNU Emacs text editor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8735kkoijn.fsf@zoho.eu \
--to=help-gnu-emacs@gnu.org \
--cc=moasenwood@zoho.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).