From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.devel Subject: Re: Convert README.org to plain text README while installing package Date: Sun, 05 Jun 2022 18:29:22 +0600 Message-ID: <87mter47kt.fsf@disroot.org> References: <87leuca7v7.fsf@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24714"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 05 14:32:47 2022 Return-path: Envelope-to: ged-emacs-devel@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 1nxpR0-0006Hi-TB for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 14:32:46 +0200 Original-Received: from localhost ([::1]:56308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxpQz-0005Do-JO for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 08:32:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxpOz-00048G-9B for emacs-devel@gnu.org; Sun, 05 Jun 2022 08:30:43 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:59874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxpOx-0001cS-2P for emacs-devel@gnu.org; Sun, 05 Jun 2022 08:30:41 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CEDF5437AA; Sun, 5 Jun 2022 14:30:36 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nb0cvwP50Swq; Sun, 5 Jun 2022 14:30:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1654432235; bh=zQ0sDQmFSU85QJouY3iI0Vzl8BQYs+OgDTpjO50+QqA=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=HzXkHFIjxgpyr8Itke8WUvqQ5vmyjHVRfBnOtGlvdfzPHU713jDjXygu7uC4HcX0w 7PWA9B6ltDIzvYp9yJ8kVKQLbbnmbUPJNNRxm/BpMGjDf21edvw1uiDUJIbPluy6fx jYFfXooXuRjRwDreIKvUBOtNxIJJ5ebWfP1g8dyhWQ5fjTudEpTdabTVFhbHN5K/4J AZltnAWqov5oWO9eu05WdliSPyti5LWRnpqGD/d1rEeskstgUIYRBpRjN4zwWjW3uB nTyItPN77taAp8mJtOdk9k2wvyHhWHAFuX3+5baXcNCGvEpwJXaYTxlUR2QMF6AkrG OMtIl1q1JOVgA== In-Reply-To: Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290701 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Stefan Monnier writes: > Akib Azmain Turja [2022-06-04 19:14:20] wrote: >> Packages on ELPA or NonGNU ELPA with README.org show pretty description >> both with describe-package and web browser. But after installing a >> package, describe-package shows the Org source code, which contains >> many useless things (I mean useless for showing in the *Help* buffer). >> >> Isn't it possible to convert README.org to plain text README while >> compiling the package, possibly optionally? > > Actually, if the package is not yet installed, you should get this > "README.org converted to plain text" (which we get by fetching it from > `elpa.(non)gnu.org`, because it's distributed separately from the > package itself). > > This is related to the problem that package tarballs do not come with > a description of where we can find their README (even tho the site that > packages it does know (and uses it in the webpage it generates)) :-( > > > Stefan > Yeah, you correctly understood my problem. But I think the convertion (or export) should be done while installation, not while packaging the package (which would probably be SaaSS), for the sake of freedom. =2D-=20 Akib Azmain Turja This message is signed by me with my GnuPG key. It's fingerprint is: 7001 8CE5 819F 17A3 BBA6 66AF E74F 0EFA 922A E7F5 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmKcoaIACgkQVTX89U2I YWtStQ/+MS9FZh0X+yllA2quaViZ0FgVg/hom+KQWCVVZxqjjQDOlNOlVKhNzl2Y BT59hMBDW0AJAeScLwR/eZvjQ8yQjXrEeJLzhAgg2FbUQk8Hk2w2c6wvvc8c7FoB vc5E/9yZg9So1WpHZLLEgBf4Jl2aJlOR0/GwV/HwF0womZ1agx5Z9lgPo43h9uAq WdE4jxxo6s6hNpinvB74FG0ifXusvYPCEeUhErltOUn0A5I2aKj+OWTFdmeJf5eV mapj+p2g0JHT+/CsT6Ot4d+t3PT4+SieNxru/fYbwZ0sCLm+KslzOx26H0/J+O9z 5B6S1deGPcdy3WfXQzyd3f5GN4uVu1Rjg6lmiLDY23midQcul/G1+FxSKhA+Jgqq 0HPTRfbxTJtDkIbbFeKyr9MKazMYsgl9XJPgHEX8i8avlgohYlppOAHYomo0g7at pMRvYFh/Y1ikdeiG+xnRq2GszsuI8pgYyVm3n4O35heuM/6VS9jwV7q0jSb/gQSX Z4TuYgl+gf4EDEIhm5Fbv243QoLvpDpPCSh2r+QTkvRuPVvyf89HP1FgjQF0iGP3 v5y+89GPkjyvel+XCSz/tZm841Oy6M4IPAW51KNzbVJFe7GpYZeGr/EdiSCCmMKl 0L6ZoGLallvn0LxcZ+vvP4BLu+jUn6XZ2OgznH835c3wBMOodGs= =VmCy -----END PGP SIGNATURE----- --=-=-=--