unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: etc/refcard.tex update.
Date: Mon, 11 Jul 2005 03:05:23 +0300	[thread overview]
Message-ID: <87eka658ik.fsf@jurta.org> (raw)
In-Reply-To: <87k6jzf69q.fsf@xs4all.nl> (Lute Kamstra's message of "Sun, 10 Jul 2005 09:51:29 +0200")

> 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	other threads:[~2005-07-11  0:05 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06 10:21 etc/refcard.tex update Lute Kamstra
2005-07-06 21:44 ` Juri Linkov
2005-07-07  8:10   ` Lute Kamstra
2005-07-06 21:45 ` Juri Linkov
2005-07-06 23:34   ` Andreas Schwab
2005-07-07  6:02     ` Juri Linkov
2005-07-07  8:46       ` Andreas Schwab
2005-07-07  8:32   ` Lute Kamstra
2005-07-09 20:57     ` Juri Linkov
2005-07-10  7:51       ` Lute Kamstra
2005-07-11  0:05         ` Juri Linkov [this message]
2005-07-11 16:53           ` Richard M. Stallman
2005-07-11  5:34         ` Richard M. Stallman
2005-07-10 17:35       ` Richard M. Stallman
2005-07-10 18:30         ` David Kastrup
2005-07-07 21:31   ` Richard M. Stallman
2005-07-09 20:57     ` Juri Linkov
2005-07-10 17:35       ` Richard M. Stallman
2005-07-10 23:48         ` Juri Linkov
2005-07-11  8:14           ` Kim F. Storm
2005-07-12  6:38             ` Juri Linkov
2005-07-12 11:19               ` Kim F. Storm
2005-07-13  5:17               ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eka658ik.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).