all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* LISP routines for commenting
@ 2008-08-08  8:36 Alex Gusarov
  2008-08-09  1:43 ` Joel J. Adamson 
       [not found] ` <mailman.16147.1218246548.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 11+ messages in thread
From: Alex Gusarov @ 2008-08-08  8:36 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I want to implement some lisp functions for the following:
1. Insert comment - when mark some lines of code and using it, insert
ins-comments, like this:

before:

l = []
l.append(1)

then mark it and use ins-func, after:

# ins > <username>, <current date and time>
l = []
l.append(1)
# ins < <username>, <current date and time>

Please, help me with some general code, thanks!

--
Best regards, Alex Gusarov




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

end of thread, other threads:[~2008-08-14  8:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-08  8:36 LISP routines for commenting Alex Gusarov
2008-08-09  1:43 ` Joel J. Adamson 
     [not found] ` <mailman.16147.1218246548.18990.help-gnu-emacs@gnu.org>
2008-08-09 14:43   ` weber
2008-08-09 16:33     ` Thierry Volpiatto
2008-08-09 16:42       ` Lennart Borgman (gmail)
2008-08-09 17:04         ` Thierry Volpiatto
2008-08-09 17:11           ` Lennart Borgman (gmail)
2008-08-09 17:19             ` Thierry Volpiatto
2008-08-09 17:38               ` Lennart Borgman (gmail)
2008-08-09 18:29                 ` Thierry Volpiatto
2008-08-14  8:07                   ` Alex Gusarov

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.