diff options
-rw-r--r-- | docs-emacs-en.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/docs-emacs-en.xml b/docs-emacs-en.xml index 53b8126..f690926 100644 --- a/docs-emacs-en.xml +++ b/docs-emacs-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: docs-emacs-en.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ --> +<!-- $Id: docs-emacs-en.xml,v 1.2 2004/08/13 15:35:41 tfox Exp $ --> <chapter id="ch-emacs"> <title>Emacs and PSGML Mode</title> @@ -191,6 +191,7 @@ If you are using the older version 20 of <application>Emacs</application>, add the following instead: </para> + <screen> <computeroutput> ;; Enable wheelmouse support by default @@ -198,6 +199,23 @@ </computeroutput> </screen> +<!-- bug #125757 in NEEDINFO state + <para> + If you have a mouse, you can also add the following. It adds popup menus + when the cursor is either on a start tag or in a region where elements + are allowed. + </para> + +<screen> +<computeroutput> +;; Mouse Bindings: right-click to generate context-aware +;; elements/attributes popup menu. +(define-key sgml-mode-map [mouse-3] 'sgml-tags-menu) +</computeroutput> +</screen> + +--> + </sect1> @@ -682,6 +700,18 @@ Possible completions are: <para>Read <citetitle>Editing XML with Emacs and PSGML</citetitle> in <filename>/usr/share/doc/psgml-<replaceable><version></replaceable>/psgml.ps</filename>. </para> </listitem> + <listitem> + <para><ulink + url="http://www.snee.com/bob/sgmlfree/psgmqref.html">http://www.snee.com/bob/sgmlfree/psgmqref.html</ulink> + — <citetitle>Emacs/PSGML Quick Reference</citetitle> is a + reference table of Emacs commands for PSGML mode. + </para> + </listitem> + <listitem> + <para><ulink + url="http://www.snee.com/bob/sgmlfree/emcspsgm.html">http://www.snee.com/bob/sgmlfree/emcspsgm.html</ulink> + — <citetitle>PSGML Tricks</citetitle></para> + </listitem> </itemizedlist> </sect1> |