all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32896: 27.0.50; wishlist: Delete matching pairs
@ 2018-10-01 14:34 Alex Branham
  2018-10-08 22:15 ` Juri Linkov
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Branham @ 2018-10-01 14:34 UTC (permalink / raw)
  To: 32896

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

It would be nice if Emacs had a command to remove matching pairs of
things so that (with | representing point):

(|let (message "%s" "foobar"))

I could delete the parens around the let function. This should work for
other pairs too:

(let ((foobar "foobar")) (message "%s" "|foobar"))

to delete the quotes around the second "foobar"

I know there are 3rd-party packages that implement this but it seems
like this should be included with Emacs since it's such a great tool for
editing.

Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2018-10-16 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01 14:34 bug#32896: 27.0.50; wishlist: Delete matching pairs Alex Branham
2018-10-08 22:15 ` Juri Linkov
2018-10-08 23:29   ` Alex Branham
2018-10-16 23:00     ` Juri Linkov

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.