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

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

LISP routines for commenting


From: Alex Gusarov
Subject: LISP routines for commenting
Date: Fri, 8 Aug 2008 15:36:22 +0700

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




reply via email to

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