[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/refcard.tex
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/etc/refcard.tex |
Date: |
Thu, 07 Jul 2005 04:06:43 -0400 |
Index: emacs/etc/refcard.tex
diff -c emacs/etc/refcard.tex:1.9 emacs/etc/refcard.tex:1.10
*** emacs/etc/refcard.tex:1.9 Mon Jul 4 23:32:43 2005
--- emacs/etc/refcard.tex Thu Jul 7 08:06:42 2005
***************
*** 1,4 ****
! % Reference Card for GNU Emacs version 21 on Unix systems
%**start of header
\newcount\columnsperpage
\newcount\letterpaper
--- 1,4 ----
! % Reference Card for GNU Emacs version 22 on Unix systems
%**start of header
\newcount\columnsperpage
\newcount\letterpaper
***************
*** 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,393 ****
--- 386,393 ----
\section{Query Replace}
\key{interactively replace a text string}{M-\%}
+ % query-replace-regexp is bound to C-M-% but that can't be typed on
+ % consoles.
\metax{using regular expressions}{M-x query-replace-regexp}
Valid responses in query-replace mode are
***************
*** 402,413 ****
\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}
}}
--- 402,413 ----
\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}
--- 449,455 ----
\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}
--- 562,568 ----
\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}