From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [RFC] Org Minor Mode? Date: Tue, 29 Apr 2014 14:24:32 +0200 Message-ID: <87fvkwwcfz.fsf@bzg.ath.cx> References: <87ha61f4rk.fsf@gmail.com> <8738hlkn64.fsf@gmail.com> <87eh11w77i.fsf@gmail.com> <87oazykbp5.fsf@bzg.ath.cx> <87k3amfxae.fsf@gmail.com> <87ioq5hoze.fsf@bzg.ath.cx> <87d2gdtyqq.fsf@gmail.com> <878ur1pjdo.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf75Z-0003BE-7r for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 08:24:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf75Q-0005M4-1W for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 08:24:44 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:34049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf75P-0005Ly-QN for emacs-orgmode@gnu.org; Tue, 29 Apr 2014 08:24:35 -0400 Received: by mail-wi0-f169.google.com with SMTP id hi5so405165wib.4 for ; Tue, 29 Apr 2014 05:24:35 -0700 (PDT) In-Reply-To: (Ilya Shlyakhter's message of "Thu, 24 Apr 2014 17:06:59 -0400") 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: Ilya Shlyakhter Cc: emacs-orgmode@gnu.org Ilya Shlyakhter writes: > What about using advice on regexp functions to transform the regexps > (when invoked in org-minor-mode buffers) so that $ is replaced with "; > $" etc? We should absolutely avoid advice in code. -- Bastien