unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lute Kamstra <Lute.Kamstra.lists@xs4all.nl>
Subject: etc/refcard.tex update.
Date: Wed, 06 Jul 2005 12:21:47 +0200	[thread overview]
Message-ID: <87ekacqlok.fsf@xs4all.nl> (raw)

I've updated etc/refcard.tex.  Ok to commit?

Lute.


2005-07-06  Lute Kamstra  <lute@gnu.org>

	* refcard.tex: Update `versionnumber' and `year'.  Update Emacs's
	version to 22.
	(Starting Emacs): Delete sentence to fix formatting problems.
	(Query Replace): query-replace-regexp is bound to C-M-%.  Mention
	alternative bindings.
	(Multiple Windows): Clarify first sentence.  Mention C-x 5 1.
	(Formatting): Update the binding of set face.
	(International Character Sets): set-language-environment is bound
	to C-x RET l


Index: etc/refcard.tex
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/refcard.tex,v
retrieving revision 1.9
diff -c -r1.9 refcard.tex
*** etc/refcard.tex	4 Jul 2005 23:32:43 -0000	1.9
--- etc/refcard.tex	6 Jul 2005 10:16:03 -0000
***************
*** 14,20 ****
  \letterpaper=1
  
  % Nothing else needs to be changed below this line.
! % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc.
  
  % This file is part of GNU Emacs.
  
--- 14,20 ----
  \letterpaper=1
  
  % Nothing else needs to be changed below this line.
! % Copyright (c) 1987, 1993, 1996, 1997, 2005 Free Software Foundation, Inc.
  
  % This file is part of GNU Emacs.
  
***************
*** 62,69 ****
  
  % If there were room, it would be nice to see a section on Dired.
  
! \def\versionnumber{2.2}
! \def\year{1997}
  
  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
    \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
--- 62,69 ----
  
  % If there were room, it would be nice to see a section on Dired.
  
! \def\versionnumber{2.3}
! \def\year{2005}
  
  \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
    \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
***************
*** 72,78 ****
  \def\copyrightnotice{
  \vskip 1ex plus 2 fill\begingroup\small
  \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
! \centerline{v\versionnumber{} for GNU Emacs version 21, \year}
  \centerline{designed by Stephen Gildea}
  
  Permission is granted to make and distribute copies of
--- 72,78 ----
  \def\copyrightnotice{
  \vskip 1ex plus 2 fill\begingroup\small
  \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
! \centerline{v\versionnumber{} for GNU Emacs version 22, \year}
  \centerline{designed by Stephen Gildea}
  
  Permission is granted to make and distribute copies of
***************
*** 270,282 ****
  
  \title{GNU Emacs Reference Card}
  
! \centerline{(for version 21)}
  
  \section{Starting Emacs}
  
! To enter GNU Emacs 21, just type its name: \kbd{emacs}
! 
! To read in a file to edit, see Files, below.
  
  \section{Leaving Emacs}
  
--- 270,280 ----
  
  \title{GNU Emacs Reference Card}
  
! \centerline{(for version 22)}
  
  \section{Starting Emacs}
  
! To enter GNU Emacs 22, just type its name: \kbd{emacs}
  
  \section{Leaving Emacs}
  
***************
*** 388,413 ****
  \section{Query Replace}
  
  \key{interactively replace a text string}{M-\%}
! \metax{using regular expressions}{M-x query-replace-regexp}
  
  Valid responses in query-replace mode are
  
! \key{{\bf replace} this one, go on to next}{SPC}
  \key{replace this one, don't move}{,}
! \key{{\bf skip} to next without replacing}{DEL}
  \key{replace all remaining matches}{!}
  \key{{\bf back up} to the previous match}{^}
! \key{{\bf exit} query-replace}{RET}
  \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
  
  \section{Multiple Windows}
  
! When two commands are shown, the second is for ``other frame.''
! 
! \key{delete all other windows}{C-x 1}
  
  {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0
  \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
  \threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
  }}
--- 386,411 ----
  \section{Query Replace}
  
  \key{interactively replace a text string}{M-\%}
! \key{using regular expressions}{C-M-\%}
  
  Valid responses in query-replace mode are
  
! \key{{\bf replace} this one, go on to next}{SPC {\rm or} y}
  \key{replace this one, don't move}{,}
! \key{{\bf skip} to next without replacing}{DEL {\rm or} n}
  \key{replace all remaining matches}{!}
  \key{{\bf back up} to the previous match}{^}
! \key{{\bf exit} query-replace}{RET {\rm or} q}
  \key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
  
  \section{Multiple Windows}
  
! When two commands are shown, the second is a similar command for a
! frame instead of a window.
  
  {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0
  \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
+ \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}
  }}
***************
*** 449,455 ****
  \key{set fill column}{C-x f}
  \key{set prefix each line starts with}{C-x .}
  
! \key{set face}{M-g}
  
  \section{Case Change}
  
--- 447,453 ----
  \key{set fill column}{C-x f}
  \key{set prefix each line starts with}{C-x .}
  
! \key{set face}{M-o}
  
  \section{Case Change}
  
***************
*** 562,568 ****
  
  \section{International Character Sets}
  
! \metax{specify principal language}{M-x set-language-environment}
  \metax{show all input methods}{M-x list-input-methods}
  \key{enable or disable input method}{C-\\}
  \key{set coding system for next command}{C-x RET c}
--- 560,566 ----
  
  \section{International Character Sets}
  
! \key{specify principal language}{C-x RET l}
  \metax{show all input methods}{M-x list-input-methods}
  \key{enable or disable input method}{C-\\}
  \key{set coding system for next command}{C-x RET c}

             reply	other threads:[~2005-07-06 10:21 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-06 10:21 Lute Kamstra [this message]
2005-07-06 21:44 ` etc/refcard.tex update 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
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=87ekacqlok.fsf@xs4all.nl \
    --to=lute.kamstra.lists@xs4all.nl \
    /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).