guile-user
[Top][All Lists]
Advanced

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

display-commentary emacs interface


From: Thien-Thi Nguyen
Subject: display-commentary emacs interface
Date: Sun, 30 Sep 2001 11:32:21 -0700

this is what i use...  cvs guile allows not just file names, but also
module names, e.g.:

C-h o (ice-9 common-list) RET
C-h o (scripts display-commentary) RET

thi

__________________________________
(global-set-key "\C-ho"
                '(lambda (ref)
                   (interactive "sDisplay Commentary: " ref)
                   (shell-command
                    (format "guile-tools display-commentary %S" ref))))



reply via email to

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