emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert README.org to plain text README while installing package


From: Stefan Monnier
Subject: Re: Convert README.org to plain text README while installing package
Date: Fri, 24 Jun 2022 13:50:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> The following should address most of your points, just one question,

Nicely hidden inside the signature :-)

> > - Your code may end up "rendering" a Markdown file for no obvious benefit
> >   since the rendering is a no-op (tho I think this is very hypothetical
> >   and likely can't happen because of other constraints).
> Why should this be?  Both this and the previous iteration of the patch
> check (eq (car readme-content) 'text/plain), and currently there is only
> text/plain (which includes markdown) and text/org?

text/plain does not include markdown.  Markdown files will have type
text/markdown.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]