emacs-devel
[Top][All Lists]
Advanced

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

~Make emacs friendlier: package documentation [POC CODE INCLUDED]


From: Boruch Baum
Subject: ~Make emacs friendlier: package documentation [POC CODE INCLUDED]
Date: Thu, 15 Oct 2020 15:09:29 -0400
User-agent: NeoMutt/20180716

A programmer's idea of a friendly environment might be the opposite of a
user's in that what programmer enjoys writing documentation, and having
to repeat the process with almost identical text in more than place, and
in more than one format. There are docstrings, and then there's the
commentary at the top of the elisp file, and then any info file, and
what else.

Attached is working proof-of-concept code to allow a user to easily get
all a package's in-line documentation, in the format of an org-mode
buffer, to cover cases where there is no info file, or to supplement the
info file.

Evaluate the code, Perform M-x pack-doc, and select an emacs-lisp
package file.

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0

Attachment: pack-doc.el
Description: Text document


reply via email to

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