From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oJlCBsf9nl8wIQAA0tVLHw (envelope-from ) for ; Sun, 01 Nov 2020 18:26:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uCwtAsf9nl9lVwAA1q6Kng (envelope-from ) for ; Sun, 01 Nov 2020 18:26:15 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 753DB9402A0 for ; Sun, 1 Nov 2020 18:26:14 +0000 (UTC) Received: from localhost ([::1]:56938 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZI3P-0007nx-RF for larch@yhetil.org; Sun, 01 Nov 2020 13:26:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYrhw-0000Ud-NP for emacs-orgmode@gnu.org; Sat, 31 Oct 2020 10:18:16 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:61220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1kYrhu-0000Vc-1c for emacs-orgmode@gnu.org; Sat, 31 Oct 2020 10:18:15 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4CNh9F45SZzQlQH; Sat, 31 Oct 2020 15:18:09 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id hh2ouEzrDfCc; Sat, 31 Oct 2020 15:18:06 +0100 (CET) From: Lejon To: TEC , Eric S Fraga Subject: Re: Org-Mode as DSL In-Reply-To: <87k0v7gb4p.fsf@gmail.com> References: <87lffo3q0g.fsf@ucl.ac.uk> <87k0v7gb4p.fsf@gmail.com> Date: Sat, 31 Oct 2020 15:17:48 +0100 Message-ID: <87zh42fpir.fsf@leo-B85-HD3.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-MBO-SPAM-Probability: X-Rspamd-Score: -4.04 / 15.00 / 15.00 X-Rspamd-Queue-Id: 9022C1709 X-Rspamd-UID: afed7e Received-SPF: pass client-ip=80.241.56.172; envelope-from=lejon@relevant-information.com; helo=mout-p-202.mailbox.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/31 10:18:09 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 01 Nov 2020 13:25:30 -0500 X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mauro Mandracchia , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: WAmG0DFbBKQb TEC writes: > > Hence, any and all concerns about feature parity etc. are completely > resolved. One 'just' needs to implement the bindings and piping (as > opposed to the whole shebang). > Something that I am missing when hacking on org-mode is some form of api reference. Things like 'org-map-entries' or 'org-agenda-get-deadlines' can be very useful for when you want to extend org's functionality, or use org's functionality in a different way, but can be hard to find. In order to implement this "Emacs as org-mode lsp server" idea I think org would need a stable (for some measure of stable) api, which I think would benefit org anyways. I think it would be a good idea at least to put some some effort into gathering the useful functions and put that list somewhere in the manual for example. Regards, Lejon