all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Swapping comments and code in the region
@ 2008-08-22 23:44 Nick Sandow
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Sandow @ 2008-08-22 23:44 UTC (permalink / raw
  To: help-gnu-emacs

Hi,

I think it would be handy to have a function that made comments into 
code, and code into comments.

That is, if the region consisted of the following 2 lines:

foo();
// bar();

...they would become:

// foo();
bar();

Does anyone know of a package or command out there that does this?

Thanks




^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.17303.1219387442.18990.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2008-09-09 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 23:44 Swapping comments and code in the region Nick Sandow
     [not found] <mailman.17303.1219387442.18990.help-gnu-emacs@gnu.org>
2008-08-22 12:51 ` weber
2008-08-23 12:10   ` Glauber Alex Dias Prado
2008-09-09 21:09 ` Xah

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.