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

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

Is there any unbackslash-region command in emacs?


From: mrf
Subject: Is there any unbackslash-region command in emacs?
Date: Fri, 02 Jul 2021 11:20:19 +0300
User-agent: mu4e 1.5.8; emacs 27.2

Hi,

When I work on long C macros I use

M-x c-backslash-region

// even makefile-backslash-region working in c-mode

after writing it but sometimes I want to convert preprocessor function
to symbolic function so I can do recursion and to do that I remove
backslashes with C-x SPC (rectangle-mark-mode).

what I'm asking for is quick command to remove this backslashes like the
comment and uncomment commands:

M-x comment-region

M-x uncomment-region



reply via email to

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