From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Make the point visible when jumping to the mark Date: Thu, 22 May 2014 11:52:48 +0200 Message-ID: <87r43m87in.fsf@bzg.ath.cx> References: <874n1aq9y5.fsf@treetowl.lan> <87lhtvwakr.fsf@bzg.ath.cx> <86d2f6gpj5.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnPgh-0006kp-Ac for emacs-orgmode@gnu.org; Thu, 22 May 2014 05:53:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnPgZ-0000se-44 for emacs-orgmode@gnu.org; Thu, 22 May 2014 05:53:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:35293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnPgY-0000sX-TM for emacs-orgmode@gnu.org; Thu, 22 May 2014 05:53:15 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WnPgW-00051C-0C for emacs-orgmode@gnu.org; Thu, 22 May 2014 11:53:12 +0200 In-Reply-To: <86d2f6gpj5.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 22 May 2014 10:56:30 +0200") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, Sebastien Vauban writes: > Even if the goal is desirable, I thought that we may not add defadvice > in Emacs sources. True that, we need to clean things up. The route I will take is to apply Ian patch on master and then to move all advising code into a separate org-advice.el library in the contrib/ directory. Any suggestion for a better name? -- Bastien