all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* move code from inside a list
@ 2010-01-07 13:11 Andreas Roehler
  2010-01-07 14:17 ` Tassilo Horn
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Roehler @ 2010-01-07 13:11 UTC (permalink / raw)
  To: help-gnu-emacs


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




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

end of thread, other threads:[~2010-01-10 19:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 13:11 move code from inside a list Andreas Roehler
2010-01-07 14:17 ` Tassilo Horn
2010-01-07 16:09   ` Andreas Röhler
     [not found]   ` <mailman.938.1263114864.18930.help-gnu-emacs@gnu.org>
2010-01-10 18:47     ` Pascal J. Bourguignon
2010-01-10 19:26       ` Andreas Röhler

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.