[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Convert README.org to plain text README while installing package
From: |
Kévin Le Gouguec |
Subject: |
Re: Convert README.org to plain text README while installing package |
Date: |
Sun, 12 Jun 2022 15:53:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Ihor Radchenko <yantar92@gmail.com> writes:
>> . if the above doesn't work, make forward-paragraph work through
>> forward-paragraph-function, so that Org could define its own
>> function
>
> Introducing the required flexibility into Emacs core is certainly an
> option. Though it is somewhat difficult one because Org also has to
> support older versions of Emacs. We are somewhat limited in using newly
> introduced built-in features.
A tiny note on that one very specific issue: it is possible to expose
bleeding-edge core Emacs features to older Emacsen using ELPA's ":core"
package type.
Eglot, for example, makes use of improvements in eldoc.el, flymake.el,
project.el, xref.el that live exclusively on emacs's master branch, and
have not made it into a formal release yet.
As long as those core libraries are protected from changes which make
them reliant on newer features that cannot be released on ELPA[1], they
allow their dependents to keep targeting older Emacs releases. E.g. the
master branch's project.el still aims to support Emacs 26.1.
So to some extent, "the technology exists" to allow Org to add hooks to
core Emacs features, and use those hooks through GNU ELPA, *and* support
older Emacsen.
[1] See e.g. 2022-02-03 "Don't use `string-search` in soap-client
(bug#53744)" (1b0342628e).
- Re: Convert README.org to plain text README while installing package, (continued)
- Re: Convert README.org to plain text README while installing package, Po Lu, 2022/06/18
- Re: Convert README.org to plain text README while installing package, Tim Cross, 2022/06/18
- Re: Convert README.org to plain text README while installing package, Po Lu, 2022/06/18
- Re: Convert README.org to plain text README while installing package, Eli Zaretskii, 2022/06/19
- Re: Convert README.org to plain text README while installing package, Tim Cross, 2022/06/19
- RE: [External] : Re: Convert README.org to plain text README while installing package, Drew Adams, 2022/06/18
- Re: Convert README.org to plain text README while installing package, Lars Ingebrigtsen, 2022/06/19
- RE: [External] : Re: Convert README.org to plain text README while installing package, Drew Adams, 2022/06/19
- Re: Convert README.org to plain text README while installing package, Kévin Le Gouguec, 2022/06/20
- Re: Convert README.org to plain text README while installing package, Tim Cross, 2022/06/20
- Re: Convert README.org to plain text README while installing package,
Kévin Le Gouguec <=
- Re: Common keybindings idea for multiple markups, Jean Louis, 2022/06/12
- Re: Convert README.org to plain text README while installing package, Tim Cross, 2022/06/08
- Re: Convert README.org to plain text README while installing package, Eli Zaretskii, 2022/06/09
- Re: Convert README.org to plain text README while installing package, Alan Mackenzie, 2022/06/09
- Re: Convert README.org to plain text README while installing package, Ihor Radchenko, 2022/06/11
- Re: Convert README.org to plain text README while installing package, Alan Mackenzie, 2022/06/07
- Org mode and Emacs (was: Convert README.org to plain text README while installing package), Stefan Monnier, 2022/06/07
- Re: Org mode and Emacs, Lars Ingebrigtsen, 2022/06/07
- Re: Org mode and Emacs, Stefan Monnier, 2022/06/07
- Re: Org mode and Emacs, Eli Zaretskii, 2022/06/07