Addition.
[gnus] / texi / gnusref.tex
index 07932c2..f820fd8 100644 (file)
@@ -1,16 +1,16 @@
-% -*- mode: latex; TeX-master: "refcard.tex" -*-
-                                % include file for the Gnus refcard and booklet
+%% include file for the Gnus refcard and booklet
+%%
 \newlength{\keycolwidth}
 \newenvironment{keys}[1]% #1 is the widest key
 {\nopagebreak%\noindent%
   \settowidth{\keycolwidth}{#1}%
   \addtolength{\keycolwidth}{\tabcolsep}%
   \addtolength{\keycolwidth}{-\columnwidth}%
-  \begin{tabular}{@{}l@{\hspace{\tabcolsep}}p{-\keycolwidth}@{}}}%
-  {\end{tabular}\\}
+  \begin{supertabular}{@{}l@{\hspace{\tabcolsep}}p{-\keycolwidth}@{}}}%
+  {\end{supertabular}\\}
 
-                                % uncomment the first definition if you do not want pagebreaks in maps
-                                %\newcommand{\esamepage}{\samepage}
+%% uncomment the first definition if you do not want pagebreaks in maps
+%%\newcommand{\esamepage}{\samepage}
 \newcommand{\esamepage}{}
 
 \newcommand*{\B}[1]{{\bf#1})}    % bold l)etter
     \quad [score] An article score. If no prefix is given,
     `gnus-summary-default-score' is used. \\*[\baselineskip]
                                 % some keys
-    \begin{keys}{M-x gnus-unplugged} 
+    Gnus startup-commands:
+    \begin{keys}{M-x gnus-unplugged}
       M-x gnus           & start Gnus. \\
-      M-x gnus-no-server & start Gnus without trying to connect to server
+      M-x gnus-no-server & start Gnus without connecting to server
       (i.e. to read mail). \\
-      M-x gnus-unplugged & start Gnus in \texttt{unplugged}-mode
-      (first see the manual, C-c C-i g Gnus Unplugged RET).\\
+    \end{keys}
+    Additionally, there are the two commands \texttt{gnus-plugged} and
+    \texttt{gnus-unplugged}, which are only used if you want to download
+    news and/or read previously downloaded news offline (see C-c C-i g Gnus
+    Unplugged RET). Note: \texttt{gnus-no-server} ignores the stuff in
+    \texttt{gnus-agent-directory}, and thus does not allow you to use Gnus
+    Unplugged.
                                 %
+    \begin{keys}{C-c C-i}
       C-c C-i & Go to the Gnus online {\bf info}.\\
       C-c C-b & Send a Gnus {\bf bug} report.\\
     \end{keys}
     \end{keys}}
 
   \newcommand{\MarkGroups}{%
-    \begin{keys}{M u}
+    \begin{keys}{M m}
       M m     & (\#) Set the process {\bf mark} on this group. [scope]\\
       M r     & Mark all groups matching regular expression.\\
       M u     & (M-\#) Remove the process mark from this group ({\bf unmark}).
 
   \newcommand{\ArticleModeGeneral}{%
     {\esamepage
-      The normal navigation keys work in Article mode. Some additional keys are:\\*
+      The normal navigation keys work in Article mode. Some additional keys are:\\
       \begin{keys}{C-c RET}
         C-c \^{} & Get the article with the Message-ID near point.\\
         C-c RET & Send reply to address near point.\\
         RET     & (BUTTON-2) Toggle display of the MIME object.\\
         v       & (M-RET) Prompt for a method and then view object using this method.\\
         o       & Prompt for a filename and save the MIME object.\\
+        C-o       & Prompt for a filename to save the MIME object to and remove it.\\
         c       & {\bf Copy} the MIME object to a new buffer and display this buffer.\\
+        i       & Display the MIME object in this buffer.\\
+        C       & Copy the MIME object to a new buffer and display this buffer using {\bf Charset} \\
+        E       & View internally. \\
+        e       & View {\bf externally}. \\
         t       & View the MIME object as a different {\bf type}.\\
+        p       & {\bf Print} the MIME object.\\
         $\mid$  & Pipe the MIME object to a process.\\
+        .       & Take action on the MIME object.\\
       \end{keys}
       }
     }
       C-c C-m p   & Insert \textbf{part}.\\
       C-c C-m m   & Insert \textbf{multi}-part.\\
       C-c C-m q   & \textbf{Quote} region.\\
-                                % TODO: narrow headers (M-m n) ?
+                                % TODO: narrow headers (C-c C-m n) ?
     \end{keys}
     }
   }
     \end{keys}
     }
   }
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "refcard.tex"
+%%% End: