bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14072: [PATCH] Some fixes for dired-ref.tex


From: Xue Fuqiao
Subject: bug#14072: [PATCH] Some fixes for dired-ref.tex
Date: Thu, 28 Mar 2013 16:44:35 +0800

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 via email to

[Prev in Thread] Current Thread [Next in Thread]