emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: etc/refcard.tex update.


From: Juri Linkov
Subject: Re: etc/refcard.tex update.
Date: Mon, 11 Jul 2005 03:05:23 +0300
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> What I actually meant was: is there a new binding for the function
> formerly bound to C-h C-i.  I checked with on old version of Emacs
> that C-h C-i ran info-lookup-symbol and that that function is now
> bound to C-h S.  So maybe we should now just list:
>
>   \key{find specified function or variable in Info}{C-h S}

I think this is ok.

There are other useful Info commands (and some of them are new).
I am not sure to what extent to add them to refcard.tex (and also
to what extent to document them in the Info manual).  At least,
I think `t' definitely should be added to refcard.tex.

BTW, would you object if I will move your added line for `C-x 0'
two lines higher to the more logical place for it?

Below is the composite patch (I think `diff -u' is more appropriate
here):

Index: etc/refcard.tex
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/refcard.tex,v
retrieving revision 1.10
diff -u -r1.10 refcard.tex
--- etc/refcard.tex     7 Jul 2005 08:06:42 -0000       1.10
+++ etc/refcard.tex     11 Jul 2005 00:05:04 -0000
@@ -289,7 +289,7 @@
 \key{{\bf insert} contents of another file into this buffer}{C-x i}
 \key{replace this file with the file you really want}{C-x C-v}
 \key{write buffer to a specified file}{C-x C-w}
-\key{version control checkin/checkout}{C-x C-q}
+\key{toggle read-only status of buffer}{C-x C-q}
 
 \section{Getting Help}
 
@@ -301,14 +301,14 @@
 \key{scroll help window}{C-M-v}
 
 \key{apropos: show commands matching a string}{C-h a}
-\key{show the function a key runs}{C-h c}
+\key{describe the function a key runs}{C-h k}
 \key{describe a function}{C-h f}
 \key{get mode-specific information}{C-h m}
 
 \section{Error Recovery}
 
 \key{{\bf abort} partially typed or executing command}{C-g}
-\metax{{\bf recover} a file lost by a system crash}{M-x recover-file}
+\metax{{\bf recover} files lost by a system crash}{M-x recover-session}
 \metax{{\bf undo} an unwanted change}{C-x u, C-_ {\rm or} C-/}
 \metax{restore a buffer to its original contents}{M-x revert-buffer}
 \key{redraw garbaged screen}{C-l}
@@ -407,9 +407,9 @@
 
 {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0
 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
+\threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
 \threecol{delete all other windows}{C-x 1\ \ \ \ }{C-x 5 1}
 \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
-\threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
 }}
 \key{split window, side by side}{C-x 3}
 
@@ -572,7 +572,7 @@
 \section{Info}
 
 \key{enter the Info documentation reader}{C-h i}
-\key{find specified function or variable in Info}{C-h C-i}
+\key{find specified function or variable in Info}{C-h S}
 \beginindentedkeys
 
 Moving within a node:
@@ -591,6 +591,7 @@
 \key{follow cross reference  (return with \kbd{l})}{f}
 \key{return to last node you saw}{l}
 \key{return to directory node}{d}
+\key{go to top node of Info file}{t}
 \key{go to any node by name}{g}
 
 Other:

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]