* gnus.texi: Add @command.
authorJesper Harder <harder@ifa.au.dk>
Fri, 20 Jun 2003 10:49:28 +0000 (10:49 +0000)
committerJesper Harder <harder@ifa.au.dk>
Fri, 20 Jun 2003 10:49:28 +0000 (10:49 +0000)
* texi2latex.el (latexi-translate-file): Add @command and @:.

* gnus.texi (Face): Use @uref.

texi/ChangeLog
texi/gnus.texi
texi/texi2latex.el

index 782c5fd..a3033a9 100644 (file)
@@ -1,3 +1,11 @@
+2003-06-20  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.texi: Add @command.
+
+       * texi2latex.el (latexi-translate-file): Add @command and @:.
+
+       * gnus.texi (Face): Use @uref.
+
 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus.texi (Sieve Commands, Agent Basics, SpamOracle): @xref
index 7a8d155..011363a 100644 (file)
@@ -53,6 +53,7 @@
 
 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
 \newcommand{\gnuscode}[1]{\gnustt{#1}}
+\newcommand{\gnuscommand}[1]{\gnustt{#1}}
 \newcommand{\gnusenv}[1]{\gnustt{#1}}
 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
@@ -21693,7 +21694,7 @@ represent the author of the message.
 @cindex face
 @findex gnus-article-display-face
 The contents of a @code{Face} header must be a base64 encoded PNG image.
-See @url{http://quimby.gnus.org/circus/face/} for the precise
+See @uref{http://quimby.gnus.org/circus/face/} for the precise
 specifications.
 
 Gnus provides a few convenience functions and variables to allow
index 06c08ec..95dd804 100644 (file)
                (insert "\\\\"))
               ((equal command "sp")
                (replace-match "" t t))
+              ((equal command ":")
+               (replace-match "" t t))
               ((member command '("deffn" "defvar" "defun"))
                (replace-match "" t t))
               ((equal command "node")
            (latexi-exchange-command (concat "gnus" command) arg))
           ((member command '("sc" "file" "dfn" "emph" "kbd" "key" "uref"
                              "code" "samp" "var" "strong" "i"
-                             "result" "email" "env" "r"))
+                             "result" "email" "env" "r" "command"))
            (goto-char (match-beginning 0))
            (delete-char 1)
            (insert "\\gnus"))