summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2004-08-13 15:35:41 +0000
committerTammy Fox <tfox@redhat.com>2004-08-13 15:35:41 +0000
commit643f5309e67c79d547faf4cc1708db65509e4660 (patch)
treea8aecb7307fed4fa2dfea7104c0f56ba101ddd61
parentbd4ad402a3967db8b8903bf40d9fbb417a39d09e (diff)
downloaddocumentation-guide-643f5309e67c79d547faf4cc1708db65509e4660.tar.gz
documentation-guide-643f5309e67c79d547faf4cc1708db65509e4660.tar.xz
documentation-guide-643f5309e67c79d547faf4cc1708db65509e4660.zip
add psgml links per bug #125757
-rw-r--r--docs-emacs-en.xml32
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>&lt;version&gt;</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>
+ &mdash; <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>
+ &mdash; <citetitle>PSGML Tricks</citetitle></para>
+ </listitem>
</itemizedlist>
</sect1>