all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* String replace with lisp code
@ 2011-07-18  5:36 C K Kashyap
  2011-07-18  6:13 ` Andreas Röhler
  2011-07-18  6:14 ` Teemu Likonen
  0 siblings, 2 replies; 5+ messages in thread
From: C K Kashyap @ 2011-07-18  5:36 UTC (permalink / raw
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

Hi,
During search/replace, how can I use  the evaluation of a lisp expression as
the substitution string?

An example could be ... say I want to replace the occurrence of a certain
word with the word prefixed with its occurrence count -

For example -  If I'd like to replace the occurrence of sea in  -
She sells sea shells on the sea shore
with
She sells (1)sea shells on the (2)sea shore.

Or perhaps a more frequent use case of adding line number to each line

(while I was typing this, I got the idea of using the keyboard macro to
achieve this .... is there a better way though?)

Regards,
Kashyap

[-- Attachment #2: Type: text/html, Size: 788 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-22  0:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18  5:36 String replace with lisp code C K Kashyap
2011-07-18  6:13 ` Andreas Röhler
2011-07-18  8:07   ` C K Kashyap
2011-07-22  0:39   ` Tim Landscheidt
2011-07-18  6:14 ` Teemu Likonen

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.