From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: etc/refcard.tex update. Date: Thu, 07 Jul 2005 10:32:56 +0200 Message-ID: <87r7ebnhhj.fsf@xs4all.nl> References: <87ekacqlok.fsf@xs4all.nl> <87d5pv4khg.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120729616 8945 80.91.229.2 (7 Jul 2005 09:46:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 09:46:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 11:46:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DqSxz-0006A4-GO for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 11:46:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqSzL-00070d-Ht for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 05:48:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DqSNP-0002ey-O7 for emacs-devel@gnu.org; Thu, 07 Jul 2005 05:09:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DqSFZ-00022n-TW for emacs-devel@gnu.org; Thu, 07 Jul 2005 05: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 1DqSDp-0001wj-Cw for emacs-devel@gnu.org; Thu, 07 Jul 2005 04:59:07 -0400 Original-Received: from [194.109.24.34] (helo=smtp-vbr14.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DqRv2-0005GY-6w for emacs-devel@gnu.org; Thu, 07 Jul 2005 04:39:40 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr14.xs4all.nl (8.13.3/8.13.3) with ESMTP id j678Wvlv046861; Thu, 7 Jul 2005 10:33:01 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1DqRoW-0001fS-00; Thu, 07 Jul 2005 10:32:56 +0200 Original-To: Juri Linkov In-Reply-To: <87d5pv4khg.fsf@jurta.org> (Juri Linkov's message of "Thu, 07 Jul 2005 00:45:55 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 71 X-Virus-Scanned: by XS4ALL Virus Scanner 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:40543 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40543 Juri Linkov writes: > I looked at etc/refcard.tex too and noticed places that need to be fixed > other than those already corrected by Lute. > > 1. In the section `Files' > > \key{version control checkin/checkout}{C-x C-q} > > needs to be replaced with > > \key{toggle read only}{C-x C-q} > \key{version control checkin/checkout}{C-x v v} Ah, I missed that one. I don't think there is room to add a line. You'll have to choose between the two. > 2. In the section `Getting Help' keys `C-x 1' and `C-M-v' in > > \key{remove help window}{C-x 1} > \key{scroll help window}{C-M-v} > > don't work after typing C-h or F1 that were suggested to type > in the beginning of the same section. They work for me. If I type C-h and follow the directions (I type ? and then, say, b to get a list of bindings), I get a new window with a *Help* buffer and I can use C-M-v to scroll it and C-x 1 to get rid of it. > 3. IMO, `C-h k' is more useful than `C-h c' for > > \key{show the function a key runs}{C-h c} Agreed. > Even though `C-h k' creates a new window, all three other keys > described in the same block do the same. > > 4. There is `C-h f' key, but no `C-h v'. I don't think there is room for an extra line, but you can try. > 5. There is `M-x recover-file', but no `M-x recover-session'. recover-session seems more useful to mention indeed. > 6. Search and Replace > > Currently such highly related operations as Search and Replace are > described on different refcard pages. Wouldn't it be better to move > `Incremental Search' down and place it immediately before `Query > Replace'? On a 2 or 3 column refcard, the two are side by side. Moving them around might give quite some formatting headaches, but you're free to try. > Also unlike the section `Query Replace', `Incremental Search' > doesn't distinguish keys used to enter Isearch mode from keys active > in Isearch mode. > > 7. In the section `Info' > > \key{find specified function or variable in Info}{C-h C-i} > > the keybinding `C-h C-i' is not available anymore. Is there a new binding? Lute.