all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xue Fuqiao <xfq.free@gmail.com>
To: 14072@debbugs.gnu.org
Subject: bug#14072: [PATCH] Some fixes for dired-ref.tex
Date: Thu, 28 Mar 2013 16:44:35 +0800	[thread overview]
Message-ID: <20130328164435.c15847a614a3ecc6ae9a1d22@gmail.com> (raw)

The following patch refines some entries in etc/refcards/dired-ref.tex:

diff -cp trunk/etc/refcards/dired-ref.tex.orig trunk/etc/refcards/dired-ref.tex
*** trunk/etc/refcards/dired-ref.tex.orig	2013-03-10 06:42:26.000000000 +0800
--- trunk/etc/refcards/dired-ref.tex	2013-03-28 16:34:51.000000000 +0800
*************** For copies of the GNU Emacs manual, see:
*** 302,309 ****
  \key{move to first child subdirectory}{M-C-d}
  
  \section{Mouse Commands}
! \metax{visit file}{Mouse_Button_2}
! \metax{popup menu}{Control-Mouse_Button_3}
  
  \section{Immediate Actions on Files}
  
--- 302,308 ----
  \key{move to first child subdirectory}{M-C-d}
  
  \section{Mouse Commands}
! \metax{visit file or directory}{Mouse_Button_2}
  
  \section{Immediate Actions on Files}
  
*************** For copies of the GNU Emacs manual, see:
*** 326,332 ****
  \key{mark all directories}{* /}
  \key{mark all symlinks}{* @}
  \key{mark all executables}{* *}
! \key{invert marking}{* t}
  \key{mark all files in the current subdir}{* s}
  \key{mark file names matching a regular expression}{* \%}
  \key{change the marks to a different character}{* c}
--- 325,331 ----
  \key{mark all directories}{* /}
  \key{mark all symlinks}{* @}
  \key{mark all executables}{* *}
! \key{invert marking}{t}
  \key{mark all files in the current subdir}{* s}
  \key{mark file names matching a regular expression}{* \%}
  \key{change the marks to a different character}{* c}
*************** For copies of the GNU Emacs manual, see:
*** 340,346 ****
  \key{re-read all directories (retains all marks)}{g}
  \key{toggle sorting of current subdir by name/date}{s}
  \key{edit ls switches}{C-u s}
! \key{recover marks, hidden lines, and such}{C-_}
  \key{hide all subdirectories}{M-\$}
  \key{hide or unhide subdirectory}{\$}
  
--- 339,345 ----
  \key{re-read all directories (retains all marks)}{g}
  \key{toggle sorting of current subdir by name/date}{s}
  \key{edit ls switches}{C-u s}
! \key{recover marks, hidden lines, and such(undo)}{C-_}
  \key{hide all subdirectories}{M-\$}
  \key{hide or unhide subdirectory}{\$}
  
*************** For copies of the GNU Emacs manual, see:
*** 354,360 ****
  \key{print file(s)}{P}
  \key{convert filename(s) to lower case}{\% l}
  \key{convert filename(s) to upper case}{\% u}
! \key{delete marked (as opposed to flagged) files}{D}
  %% Huh?
  %%\key{uuencode or uudecode file(s)}{U}
  \key{compress or uncompress file(s)}{Z}
--- 353,359 ----
  \key{print file(s)}{P}
  \key{convert filename(s) to lower case}{\% l}
  \key{convert filename(s) to upper case}{\% u}
! \key{delete marked (as opposed to flagged) file(s)}{D}
  %% Huh?
  %%\key{uuencode or uudecode file(s)}{U}
  \key{compress or uncompress file(s)}{Z}
*************** For copies of the GNU Emacs manual, see:
*** 364,372 ****
  \key{make relative symbolic link(s)}{Y}
  \key{make hard link(s)}{H}
  \key{search files for a regular expression}{A}
! \key{query replace regular expression}{Q}
! \key{byte-compile files}{B}
! \key{load files}{L}
  \key{shell command on file(s)}{!}
  \key{asynchronous shell command on file(s)}{\&}
  
--- 363,371 ----
  \key{make relative symbolic link(s)}{Y}
  \key{make hard link(s)}{H}
  \key{search files for a regular expression}{A}
! \key{regexp query replace on marked files}{Q}
! \key{byte-compile file(s)}{B}
! \key{load file(s)}{L}
  \key{shell command on file(s)}{!}
  \key{asynchronous shell command on file(s)}{\&}


  
diff -cp trunk/etc/ChangeLog.orig trunk/etc/ChangeLog
*** trunk/etc/ChangeLog.orig	2013-03-23 18:14:12.000000000 +0800
--- trunk/etc/ChangeLog	2013-03-28 16:40:47.000000000 +0800
***************
*** 1,3 ****
--- 1,7 ----
+ 2013-03-28  Xue Fuqiao  <xfq.free@gmail.com>
+ 
+ 	* refcards/dired-ref.tex: Refine some entries.
+ 
  2013-03-21  Eric Ludlam  <zappo@gnu.org>
  
  	* srecode/ede-autoconf.srt: Change Copyright to FSF.
xfq@debian:~/emacs-bzr$ 

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/





             reply	other threads:[~2013-03-28  8:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28  8:44 Xue Fuqiao [this message]
2013-05-08 16:27 ` bug#14072: [PATCH] Some fixes for dired-ref.tex Glenn Morris
2013-05-25  1:44 ` Xue Fuqiao

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

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

  git send-email \
    --in-reply-to=20130328164435.c15847a614a3ecc6ae9a1d22@gmail.com \
    --to=xfq.free@gmail.com \
    --cc=14072@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.