From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: =?UTF-8?B?UmU6IEhlcmUgaXMgYSBwYXRjaCBJIHdhbnQgdG8gYWRkIHRvIG9y?= =?UTF-8?B?Zy5lbOKApuKApg==?= Date: Wed, 25 Feb 2015 14:03:02 +0100 Message-ID: <87d24yb0u1.fsf@nicolasgoaziou.fr> References: <54ED4E97.C3CC91.30527@m12-13.163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQbbC-0002sv-JE for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:01:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQbb8-0002Gz-GO for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:01:58 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:59427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQbb8-0002GO-B2 for emacs-orgmode@gnu.org; Wed, 25 Feb 2015 08:01:54 -0500 In-Reply-To: <54ED4E97.C3CC91.30527@m12-13.163.com> (kuangdash@163.com's message of "Wed, 25 Feb 2015 04:14:43 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: kuangdash@163.com Cc: "emacs-orgmode@gnu.org" Hello, writes: > But how to do it=EF=BC=9F Just send it to the list, using "git format-patch" and a proper commit message. See http://orgmode.org/worg/org-contribute.html for more information. > Besides=EF=BC=8C I=E2=80=98m glad to view your opinions=EF=BC=8Cso here c= omes the codes=EF=BC=9A > > The place=EF=BC=9A(defun org-ctrl-c-ctrl-c the first (cond > > add=EF=BC=9A > > (cond > ((overlayp (car (overlays-at (point)))) (let ((overlay (car (overlays-= at (point))))) > (if (overlayp overlay) > (delete-overlay overlay) > ))) > > > so that I won=E2=80=99t make all overlays disappear at only once =E2=80= =9CC-c C-c=E2=80=9D Would you mind explaining what problem you want to solve? Regards, --=20 Nicolas Goaziou