From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Sv: Sv: Sv: Christmas wish: Literate Elisp Date: Wed, 18 Dec 2019 16:18:37 -0500 Message-ID: References: <87r213qkhm.fsf@alphapapa.net> <878sn9qxk3.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="127777"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Adam Porter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 18 22:19:30 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ihgjB-000X7B-Ti for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2019 22:19:30 +0100 Original-Received: from localhost ([::1]:60826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihgjA-0003OL-QX for ged-emacs-devel@m.gmane.org; Wed, 18 Dec 2019 16:19:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44768) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihgiR-0002lF-OV for emacs-devel@gnu.org; Wed, 18 Dec 2019 16:18:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihgiQ-0006ZE-1r for emacs-devel@gnu.org; Wed, 18 Dec 2019 16:18:42 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:20152) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ihgiP-0006XS-R9 for emacs-devel@gnu.org; Wed, 18 Dec 2019 16:18:41 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 5C60C100791; Wed, 18 Dec 2019 16:18:40 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 8CB1D100427; Wed, 18 Dec 2019 16:18:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1576703918; bh=4RJs8TkXL2ACWBsD401IPwEAWNaP9aHfJuKC5LAl8C0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=honFyMKzzx/M0rtEKa6SzMOfhOC9nviNor7F0gS2VgWbd2zXTPkSp3MRm5GetWKQN Qtht5jqEky/rEp7I/REs0HZggVN2PcoZKvLn5Wau/Se6t+DfGCDgzBhWTavtaEG7FE DvljNJfTBgE3BadnRbmzFJxYbgOF6oZQJiaysd/ZvVqjoQEAPYKaZObc90ZyBILBsa UUYB1NqlED+Q2vjEhnPNdRyjr0B30YC3g0+Q9D8Z2/IE1hrF5A5kUJsETY5TzhtxBC SjWpvkIHcq+2yQWc8Jeu4XPsU7WvRpDc67Aiyim+WxD80rvoK3MMab8ONdpcZwpMGB JyLmdtT5nssGA== Original-Received: from lechazo (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 6175D1211EF; Wed, 18 Dec 2019 16:18:38 -0500 (EST) In-Reply-To: <878sn9qxk3.fsf@alphapapa.net> (Adam Porter's message of "Wed, 18 Dec 2019 12:49:00 -0600") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243456 Archived-At: > ; I am not more distracted while reading this line of text > than I am while reading this one. Thre is no discussion of changing the existing syntax/semantic of Elisp here. Arthur is proposing a new file format/syntax as an alternative to the use of weave/tangle or Org-mode. You don't have to agree with each other. Stefan