[Top][All Lists]
[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.
latex-doc.el
Description: latex-doc.el
--
Leon
- [AUCTeX] help write a function?,
Leon <=
- Re: [AUCTeX] help write a function?, Ralf Angeli, 2006/07/23
- [AUCTeX] Re: help write a function?, Leon, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, Ralf Angeli, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, David Kastrup, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, Ralf Angeli, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, David Kastrup, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, Ralf Angeli, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, David Kastrup, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, Ralf Angeli, 2006/07/23
- Re: [AUCTeX] Re: help write a function?, David Kastrup, 2006/07/23