From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: rcd-template-eval, much is in Org mode Date: Fri, 30 Apr 2021 22:06:08 +0200 Message-ID: <87o8dvcz6o.fsf@gnu.org> References: <874kfn292f.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26581"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.12; emacs 28.0.50 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 30 22:12:50 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lcZVK-0006pD-1B for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 30 Apr 2021 22:12:50 +0200 Original-Received: from localhost ([::1]:44922 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcZVJ-0003y1-2u for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 30 Apr 2021 16:12:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48598) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcZRk-0002Xd-VZ for help-gnu-emacs@gnu.org; Fri, 30 Apr 2021 16:09:08 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56184) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcZRk-0003n8-OH for help-gnu-emacs@gnu.org; Fri, 30 Apr 2021 16:09:08 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:37043) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1lcZRk-0002Sm-8q for help-gnu-emacs@gnu.org; Fri, 30 Apr 2021 16:09:08 -0400 Original-Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailauth.nyi.internal (Postfix) with ESMTP id B77C927C0054 for ; Fri, 30 Apr 2021 16:09:07 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 30 Apr 2021 16:09:07 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvddviedgudegiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfhgfhffvufffjgfkgggtgfesth hqredttderjeenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhu rdhorhhgqeenucggtffrrghtthgvrhhnpeeiudfghffhjeevvedvhfffgeetleeljefffe eggfeugeegleehfeeiueejhfehgeenucfkphepkeejrdduieefrdefuddrudehgeenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhnod hmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhedv leekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Original-Received: from thinkpad-t440p (p57a31f9a.dip0.t-ipconnect.de [87.163.31.154]) by mail.messagingengine.com (Postfix) with ESMTPA for ; Fri, 30 Apr 2021 16:09:06 -0400 (EDT) In-reply-to: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:129225 Archived-At: Jean Louis writes: > For almost 2 decades I use that for WWW publishing. Imagine: > > > > =E2=9F=A6 (xml-escape "My new <title>") =E2=9F=A7 > > If I would want to do something like that, I'd just write a lispy HTML DSL so that I could write (foo/html (foo/body (foo/title (xml-escape "My new ")))) which is shorter, easier to type, and doesn't need `eval'. Bye, Tassilo