From: robert.thorpe@antenova.com (Rob Thorpe)
Subject: Re: Replace whole words?
Date: 1 Sep 2003 06:19:58 -0700 [thread overview]
Message-ID: <1a61f7e5.0309010519.67ab9396@posting.google.com> (raw)
In-Reply-To: yoij3cfiha9c.fsf@frealaf.dd.chalmers.se
bojohan+news@dd.chalmers.se (Johan Bockgård) wrote in message news:<yoij3cfiha9c.fsf@frealaf.dd.chalmers.se>...
> dum dee dee dum <xjkljasdfi@yahoo.org> writes:
>
> > I have written a fairly long program, but I now want to find and
> > replace all the 'int' s in the program to double as easily as
> > possible. But I don't want the other words, variable names, etc. in
> > the program that have 'int' in them (internationalization, for
> > example) to change. Any ideas? M-% is an option
>
> C-u M-%
>
> [...]
> Third arg DELIMITED (prefix arg if interactive), if non-nil, means
> replace only matches surrounded by word boundaries.
If I were you I would do it the way Jesper suggests, but I would
replace it with another term, say num_type. Then put at the top
something like ttn suggests :-
#define num_type int;
/* #define num_type double; */
(Or use typedef.)
This allows you to change things easily. I've often done this in the
past to allow me to experiment with using doubles and floats.
next prev parent reply other threads:[~2003-09-01 13:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Xns93E7BCA3B6E3Fljxilsjfdiaujiosdfua@130.133.1.4>
2003-08-31 1:43 ` Replace whole words? Johan Bockgård
2003-09-01 13:19 ` Rob Thorpe [this message]
2003-08-31 1:50 ` Jesper Harder
2003-08-31 9:19 ` Thien-Thi Nguyen
[not found] <E19tLWW-0000ph-Tp@monty-python.gnu.org>
2003-08-31 16:28 ` Joe Corneli
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=1a61f7e5.0309010519.67ab9396@posting.google.com \
--to=robert.thorpe@antenova.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.