From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Replace all occurrences of a specific character with another.
Date: Tue, 25 Jul 2023 19:00:37 +0200 [thread overview]
Message-ID: <87351cylhm.fsf@dataswamp.org> (raw)
In-Reply-To: CAGP6POLnZ-fFc_HBJzxSsuRg8QS1YFSsPd5hA6y_2pbt8Tu4CQ@mail.gmail.com
Hongyi Zhao wrote:
> I want to replace all occurrences of a specific character,
> say, `d`, as shown in the attached screenshot, with another
> character, e.g., `n`. Is there any practical way to do this?
A loop with `re-search-forward' and `replace-match', see
https://dataswamp.org/~incal/emacs-init/regexp.el
--
underground experts united
https://dataswamp.org/~incal
prev parent reply other threads:[~2023-07-25 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-22 14:35 Replace all occurrences of a specific character with another Hongyi Zhao
2023-07-22 15:07 ` PierGianLuca
2023-07-23 0:36 ` Hongyi Zhao
2023-07-23 10:23 ` PierGianLuca
2023-07-23 2:18 ` Michael Heerdegen
2023-07-25 17:00 ` Emanuel Berg [this message]
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=87351cylhm.fsf@dataswamp.org \
--to=incal@dataswamp.org \
--cc=help-gnu-emacs@gnu.org \
/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.