Skip to content

Access the Common Lisp HyperSpec (CLHS)

Notifications You must be signed in to change notification settings

emacsmirror/clhs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Emacs Interface to Common Lisp HyperSpec (CLHS)

Usage

Add the following code to your Emacs init file:

(autoload 'clhs-doc "clhs" "Get doc on ANSI CL" t)
(define-key help-map "\C-l" 'clhs-doc)
(custom-set-variables
 '(tags-apropos-additional-actions '(("Common Lisp" clhs-doc clhs-symbols))))

Description

Browse the Common Lisp HyperSpec documentation for the symbol at point.

Find the HyperSpec at clhs-root.

With prefix arg, save the URL in the kill-ring instead.

About

Access the Common Lisp HyperSpec (CLHS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published