From: "Alex Gusarov" <alex.m.gusarov@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: LISP routines for commenting
Date: Fri, 8 Aug 2008 15:36:22 +0700 [thread overview]
Message-ID: <ac6dcb3d0808080136x9d8f848hab1e1bc5a5b63c24@mail.gmail.com> (raw)
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
next reply other threads:[~2008-08-08 8:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 8:36 Alex Gusarov [this message]
2008-08-09 1:43 ` LISP routines for commenting 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ac6dcb3d0808080136x9d8f848hab1e1bc5a5b63c24@mail.gmail.com \
--to=alex.m.gusarov@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.