auctex
[Top][All Lists]
Advanced

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

[AUCTeX] help write a function?


From: Leon
Subject: [AUCTeX] help write a function?
Date: Sat, 22 Jul 2006 16:55:28 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Dear all,

I'd like to write a function say `LaTeX-help-at-point' that would use
latex-doc-command, latex-doc-environment and latex-doc-package to
generate help based on the context. i.e:

if it's \usepackage{XXX} call latex-doc-package; if \XXX, call
latex-doc-command; if \begin{XXX}, call latex-doc-environment.

I don't know much of lisp and I'd appreciate if anyone can help write
one. Thank you.

latex-doc-* functions are from latex-doc package.

I have attached the latex-doc.el.

Attachment: latex-doc.el
Description: latex-doc.el

-- 
Leon

reply via email to

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