all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* regex edit mode
@ 2014-09-30 16:55 Sam Halliday
  2014-09-30 17:55 ` Igor Sosa Mayor
  2014-09-30 19:10 ` Marcin Borkowski
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Halliday @ 2014-09-30 16:55 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,

It is sometimes confusing, when writing a regex in elisp, to remember all the escaping rules that are in play.

Does anybody on this list know of a minor mode that would allow the user to edit regexes so that escaping is not necessary, but for the escaping to occur "under the hood".

Imagine being able to place the point over a string containing a regex (which is using escapes) and then call an interactive function which makes the escape characters go away and if special characters are entered, the escapes are added automagically. When exiting the minor mode, the raw string with escapes would appear again.

It would be equally fantastic to be able to do this for other languages that have their own escaping rules: java/scala come to mind.

Just a thought. It would really brighten up my day if it were possible.

Sam


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

end of thread, other threads:[~2014-09-30 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 16:55 regex edit mode Sam Halliday
2014-09-30 17:55 ` Igor Sosa Mayor
2014-09-30 18:18   ` Rasmus
2014-09-30 19:10 ` Marcin Borkowski

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.