help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

regex edit mode


From: Sam Halliday
Subject: regex edit mode
Date: Tue, 30 Sep 2014 09:55:12 -0700 (PDT)
User-agent: G2/1.0

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]