* bug#14072: [PATCH] Some fixes for dired-ref.tex
@ 2013-03-28 8:44 Xue Fuqiao
2013-05-08 16:27 ` Glenn Morris
2013-05-25 1:44 ` Xue Fuqiao
0 siblings, 2 replies; 3+ messages in thread
From: Xue Fuqiao @ 2013-03-28 8:44 UTC (permalink / raw)
To: 14072
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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#14072: [PATCH] Some fixes for dired-ref.tex
2013-03-28 8:44 bug#14072: [PATCH] Some fixes for dired-ref.tex Xue Fuqiao
@ 2013-05-08 16:27 ` Glenn Morris
2013-05-25 1:44 ` Xue Fuqiao
1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2013-05-08 16:27 UTC (permalink / raw)
To: Xue Fuqiao; +Cc: 14072
Thanks, please install.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#14072: [PATCH] Some fixes for dired-ref.tex
2013-03-28 8:44 bug#14072: [PATCH] Some fixes for dired-ref.tex Xue Fuqiao
2013-05-08 16:27 ` Glenn Morris
@ 2013-05-25 1:44 ` Xue Fuqiao
1 sibling, 0 replies; 3+ messages in thread
From: Xue Fuqiao @ 2013-05-25 1:44 UTC (permalink / raw)
To: 14072-done
Installed.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-25 1:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 8:44 bug#14072: [PATCH] Some fixes for dired-ref.tex Xue Fuqiao
2013-05-08 16:27 ` Glenn Morris
2013-05-25 1:44 ` Xue Fuqiao
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.