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

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

move code from inside a list


From: Andreas Roehler
Subject: move code from inside a list
Date: Thu, 07 Jan 2010 14:11:09 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

Hi,

must move some code from inside a list:

(set (make-local-variable 'comment-end " */"))
______________________________________|________

i.e. move closing paren to cursor position

==>

(set (make-local-variable 'comment-end) " */")

`paredit-backward-barf-sexp' seems the command,
but doesn't work for me.

Any ideas?

Thanks

Andreas




reply via email to

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