From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: etc/refcard.tex update. Date: Mon, 11 Jul 2005 03:05:23 +0300 Organization: JURTA Message-ID: <87eka658ik.fsf@jurta.org> References: <87ekacqlok.fsf@xs4all.nl> <87d5pv4khg.fsf@jurta.org> <87r7ebnhhj.fsf@xs4all.nl> <87u0j3pkwj.fsf@jurta.org> <87k6jzf69q.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121054866 14009 80.91.229.2 (11 Jul 2005 04:07:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2005 04:07:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 06:07:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DrpZm-0000qz-4V for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 06:07:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrpbK-0001Vp-7n for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 00:09:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrpTm-0006cu-U5 for emacs-devel@gnu.org; Mon, 11 Jul 2005 00:01:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrpTW-0006Un-0M for emacs-devel@gnu.org; Mon, 11 Jul 2005 00:00:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DrpTT-0006Py-Ob for emacs-devel@gnu.org; Mon, 11 Jul 2005 00:00:55 -0400 Original-Received: from [194.126.101.116] (helo=HOT-Bounce1.hot.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrpJg-0002MO-MH for emacs-devel@gnu.org; Sun, 10 Jul 2005 23:50:49 -0400 Original-Received: from mail.neti.ee (Relay5 [192.168.1.24]) by HOT-Bounce1.hot.ee (Postfix) with ESMTP id 3A811158DE6 for ; Mon, 11 Jul 2005 06:29:26 +0300 (EEST) Original-Received: from mail.neti.ee (80-235-32-152-dsl.mus.estpak.ee [80.235.32.152]) by Relayhost1.neti.ee (Postfix) with ESMTP id E3B0816BE; Mon, 11 Jul 2005 06:42:48 +0300 (EEST) Original-To: Lute Kamstra In-Reply-To: <87k6jzf69q.fsf@xs4all.nl> (Lute Kamstra's message of "Sun, 10 Jul 2005 09:51:29 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40749 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40749 > 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/