* M-x up, or, GNU Emacs, GNU Readline... coincidence? I think not.
@ 2004-05-05 1:07 Joe Corneli
2004-05-05 6:29 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Joe Corneli @ 2004-05-05 1:07 UTC (permalink / raw)
I don't know when I first realized this, but it was sometime this
semester.
And even if I'm the last person on earth to know that if you type
M-x <whatever>
and then
M-x <up>
that your mini-buffer will fill up with whatever you typed... well,
I'm still very happy to know this fact.
What is also cool is that this generalizes. (So in particular, it
makes finding files with long filenames a breeze.)
This is such a great feature that I think it should maybe be
documented in the TUTORIAL.
(I don't know where else it might be documented at present, and if
its someplace obvious, sorry about raising this racket, but anyway,
I think it might also be good to document it in the
"Repeating commands/Is there an equivalent to the `.' (dot) command
of vi?"
node in the Emacs FAQ.)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x up, or, GNU Emacs, GNU Readline... coincidence? I think not.
2004-05-05 1:07 Joe Corneli
@ 2004-05-05 6:29 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2004-05-05 6:29 UTC (permalink / raw)
[This was erroneously sent to help-gnu-emacs, so I redirected the
response.]
> From: Joe Corneli <jcorneli@math.utexas.edu>
> Date: Tue, 04 May 2004 20:07:59 -0500
> Sender: help-gnu-emacs-bounces+eliz=gnu.org@gnu.org
>
> I don't know when I first realized this, but it was sometime this
> semester.
>
> And even if I'm the last person on earth to know that if you type
>
> M-x <whatever>
>
> and then
>
> M-x <up>
>
> that your mini-buffer will fill up with whatever you typed... well,
> I'm still very happy to know this fact.
>
> What is also cool is that this generalizes. (So in particular, it
> makes finding files with long filenames a breeze.)
>
> This is such a great feature that I think it should maybe be
> documented in the TUTORIAL.
Not only in M-x, the whole matter of command and command args history
in Emacs should undoubtfully be mentioned in the tutorial.
Would you like to send a patch?
> I think it might also be good to document it in the
>
> "Repeating commands/Is there an equivalent to the `.' (dot) command
> of vi?"
>
> node in the Emacs FAQ.)
Would you like to send a patch?
TIA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: M-x up, or, GNU Emacs, GNU Readline... coincidence? I think not.
@ 2004-05-05 17:15 Kevin Rodgers
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2004-05-05 17:15 UTC (permalink / raw)
Eli Zaretskii writes:
> Not only in M-x, the whole matter of command and command args history
> in Emacs should undoubtfully be mentioned in the tutorial.
>
> Would you like to send a patch?
Sure, I will. Would someone please take care to forward it to the tutorial
translators?
*** emacs-21.3/etc/TUTORIAL.orig Thu Sep 5 16:45:47 2002
--- emacs-21.3/etc/TUTORIAL Wed May 5 11:05:47 2004
***************
*** 1061,1069 ****
---------------
You can learn more about Emacs by reading its manual, either as a book
! or on-line in Info (use the Help menu or type F10 h r). Two features
! that you may like especially are completion, which saves typing, and
! dired, which simplifies file handling.
Completion is a way to avoid unnecessary typing. For instance, if you
want to switch to the *Messages* buffer, you can type C-x b *M<Tab>
--- 1061,1069 ----
---------------
You can learn more about Emacs by reading its manual, either as a book
! or on-line in Info (use the Help menu or type F10 h r). Three features
! that you may like especially are completion and history, which save typing,
! and dired, which simplifies file handling.
Completion is a way to avoid unnecessary typing. For instance, if you
want to switch to the *Messages* buffer, you can type C-x b *M<Tab>
***************
*** 1071,1076 ****
--- 1071,1083 ----
determine from what you have already typed. Completion is described
in Info in the Emacs manual in the node called "Completion".
+ History is another way to avoid unnecessary typing. For example, if
+ you want to find a file that you visited earlier (or a file whose name
+ is similar to one you entered earlier), you can type C-x C-f M-p and
+ Emacs will fill in the previous file name you visited (which you can
+ then edit in the minibuffer). History is described in Info in the
+ Emacs manual in the node called "Minibuffer History".
+
Dired enables you to list files in a directory (and optionally its
subdirectories), move around that list, visit, rename, delete and
otherwise operate on the files. Dired is described in Info in the
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* M-x up, or, GNU Emacs, GNU Readline... coincidence? I think not.
@ 2004-05-05 17:36 Joe Corneli
0 siblings, 0 replies; 4+ messages in thread
From: Joe Corneli @ 2004-05-05 17:36 UTC (permalink / raw)
Oops, accidentally sent this to help-gnu-emacs.... sorry, it was
supposed to be for you.
* * *
I don't know when I first realized this, but it was sometime this
semester.
And even if I'm the last person on earth to know that if you type
M-x <whatever>
and then
M-x <up>
that your mini-buffer will fill up with whatever you typed... well,
I'm still very happy to know this fact.
What is also cool is that this generalizes. (So in particular, it
makes finding files with long filenames a breeze.)
This is such a great feature that I think it should maybe be
documented in the TUTORIAL.
(I don't know where else it might be documented at present, and if
its someplace obvious, sorry about raising this racket, but anyway,
I think it might also be good to document it in the
"Repeating commands/Is there an equivalent to the `.' (dot) command
of vi?"
node in the Emacs FAQ.)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-05-05 17:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-05 17:36 M-x up, or, GNU Emacs, GNU Readline... coincidence? I think not Joe Corneli
-- strict thread matches above, loose matches on Subject: below --
2004-05-05 17:15 Kevin Rodgers
2004-05-05 1:07 Joe Corneli
2004-05-05 6:29 ` Eli Zaretskii
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.