From: <kuangdash@163.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Here is a patch I want to add to org.el……
Date: Wed, 25 Feb 2015 04:14:43 +0000 [thread overview]
Message-ID: <54ED4E97.C3CC91.30527@m12-13.163.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 540 bytes --]
But how to do it?
Besides, I‘m glad to view your opinions,so here comes the codes:
The place:(defun org-ctrl-c-ctrl-c the first (cond
add:
(cond
((overlayp (car (overlays-at (point)))) (let ((overlay (car (overlays-at (point)))))
(if (overlayp overlay)
(delete-overlay overlay)
)))
so that I won’t make all overlays disappear at only once “C-c C-c”
Sent from Windows Mail
[-- Attachment #2: Type: text/html, Size: 2228 bytes --]
next reply other threads:[~2015-02-25 4:25 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-25 4:14 kuangdash [this message]
2015-02-25 4:41 ` Here is a patch I want to add to org.el…… kuangdash
2015-02-26 18:49 ` Nicolas Goaziou
2015-02-25 13:03 ` Nicolas Goaziou
2015-02-27 6:25 ` kuangdash
2015-02-27 9:29 ` Andreas Leha
2015-02-27 9:49 ` Nicolas Goaziou
2015-02-27 14:36 ` kuangdash
2015-02-27 17:32 ` Nicolas Goaziou
2015-02-27 19:38 ` kuangdash
2015-02-27 21:19 ` Nick Dokos
[not found] ` <54F0D25E.AC5A60.07341@m50-132.163.com>
2015-02-28 9:03 ` kuangdash
2015-02-28 15:43 ` Nick Dokos
2015-02-28 16:26 ` kuangdash
2015-02-27 15:26 ` Andreas Leha
2015-02-27 15:55 ` Rasmus
2015-02-27 22:22 ` Andreas Leha
2015-02-28 9:44 ` Rasmus
2015-02-27 23:37 ` Nicolas Goaziou
2015-02-28 11:01 ` Andreas Leha
2015-03-02 22:48 ` Andreas Leha
2015-03-03 0:21 ` Nicolas Goaziou
2015-03-03 9:38 ` Andreas Leha
2015-03-03 9:40 ` Andreas Leha
2015-03-03 21:00 ` Nicolas Goaziou
2015-03-03 21:11 ` Andreas Leha
2015-03-06 11:08 ` Nicolas Goaziou
2015-03-06 11:29 ` Andreas Leha
2015-02-27 9:46 ` Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54ED4E97.C3CC91.30527@m12-13.163.com \
--to=kuangdash@163.com \
--cc=emacs-orgmode@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).