[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to delete the parens around a sexp?
From: |
Thien-Thi Nguyen |
Subject: |
Re: How to delete the parens around a sexp? |
Date: |
Mon, 19 Oct 2015 00:12:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
() Marcin Borkowski <mbork@mbork.pl>
() Tue, 22 Sep 2015 09:40:28 +0200
I'd like to transform this:
-!-(some gibberish)
into this:
-!-some gibberish
See ‘delete-pair’.
--
Thien-Thi Nguyen -----------------------------------------------
(if you're human and you know it) read my lisp:
(defun responsep (type via)
(case type
(technical (eq 'mailing-list via))
...))
---------------------------------------------- GPG key: 4C807502
signature.asc
Description: PGP signature
- Re: How to delete the parens around a sexp?,
Thien-Thi Nguyen <=