From: Peter Tury <tury.peter@gmail.com>
Subject: Re: new member
Date: Thu, 05 Oct 2006 10:58:54 GMT [thread overview]
Message-ID: <upsd7c9lz.fsf@gmail.com> (raw)
In-Reply-To: 1160015257.268170.235270@c28g2000cwb.googlegroups.com
"minidiapolis" <minidiapolis@hotmail.com> writes:
> Hello, I don't know if I'm in the right group. I'm a relatively new
> user to Emacs and I was wondering how I would do a search and have it
> delete the specific text. if someone could help me out, I would really
> appreciate it. Thanks, Mindy
Yes, you are in the right group!
Emacs is said to be (among others) a "self documenting" editor. This
is, in fact rather close to reality. I personally would recommend to
every new user to install a relatively new version (what contains the
full documentation by default) and start using C-h.
E.g. in your case:
* C-h i -> opens the documentation (Info)
* don't forget to read the "intro" on the top of the page: it describes
the most basic keys in an info window
* go to "Emacs" (second link) (and Enter)
* go to Concept Index
* search for "replace": C-s replace
* repeat C-s until you find what you need. In this case it can be:
"* global substitution: Replace."
Here (chapter 20.9) you see how to query replace, regexp replace, etc...
Well, you already need some Emacs-specific keys for these steps, but you
will remember them quite soon ;-)
You can check what a key would do by:
C-h k <here do the key sequence or mouse event>
C-h b shows all usable keys in the active window.
And C-x k closes ("kills") the unnecessary windows...
Br,
P
next prev parent reply other threads:[~2006-10-05 10:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-05 2:27 new member minidiapolis
2006-10-05 2:43 ` Pascal Bourguignon
2006-10-05 10:58 ` Peter Tury [this message]
2006-10-05 11:13 ` Pascal Bourguignon
2006-10-05 13:09 ` B. T. Raven
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=upsd7c9lz.fsf@gmail.com \
--to=tury.peter@gmail.com \
/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.