1
0
Fork
You've already forked sldoc-annotations
0
Extracts some metadata from old 1980's code files and puts them in bookmark annotations.
  • Emacs Lisp 100%
2024年10月31日 09:43:35 -08:00
LICENSES Snapshot 2024年10月31日 09:43:35 -08:00
README.md Snapshot 2024年10月31日 09:43:35 -08:00
sldoc-annotations.el Snapshot 2024年10月31日 09:43:35 -08:00

Copyright and Licensing

README.md is part of the SLDoc Annotations project.

This project is released as free software by permission of Tatonduk Outfitters Limited.

SPDX-FileCopyrightText: 2024 Christopher Howard christopher@librehacker.com

SPDX-FileCopyrightText: 2024 Tatonduk Outfitters Limited

SPDX-License-Identifier: GPL-3.0-or-later

Description

This project provides some code I used to extract some documentation from old 1980's source code that used S----r L--k comment documentation guidelines, and to put that data into Emacs bookmark annotations.

Hopefully nobody else has this same specific need that I had. But it was an interesting foray into seeing how I could use Emacs bookmarks as a system for storing file metadata. Perhaps I or someone else will want to adapt some of this code later for other purposes.

The code was developed on GNU Emacs pre-test version 30.0.92, on a Guix Gnu/Linux system. The code depends on functions from the bookmark+ package, version 2024年10月15日 from the Emacs Wiki.