[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
elisp-docstring-preview.el v.1
From: |
Kevin Ryde |
Subject: |
elisp-docstring-preview.el v.1 |
Date: |
Tue, 27 Sep 2011 10:11:53 +1000 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.3 (gnu/linux) |
This is a couple of lines I use to preview the docstring of a defun,
defvar etc using describe-function etc while editing. It's good to see
linking and buttonizing, and sometimes check line widths if lot of
escapes.
There's a secret `put' system to dispatch various `deffoo' forms to a
good `describe-foo', though having written it I hardly use it on
anything except defun and defvar.
Note the display is done by an eval-defun of the form at point, so don't
use it on untrusted code ...
elisp-docstring-preview.el
Description: application/emacs-lisp
elisp-docstring-preview.el.asc
Description: Text document
- elisp-docstring-preview.el v.1,
Kevin Ryde <=