From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Replace all calls to (eq major-mode 'org-mode) with (derived-mode-p 'org-mode) Date: Mon, 23 Apr 2012 15:14:20 +0200 Message-ID: <87mx62615f.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMJ85-00074v-U0 for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMJ7x-0001cQ-MP for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:16:33 -0400 Received: from incoming2.cnam.fr ([163.173.128.34]:60559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMJ7x-0001cD-Gh for emacs-orgmode@gnu.org; Mon, 23 Apr 2012 09:16:25 -0400 In-Reply-To: (=?iso-8859-1?Q?=22C=E1s?= =?iso-8859-1?Q?sio?= Koshikumo"'s message of "Mon, 06 Feb 2012 18:49:49 -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: =?iso-8859-1?Q?C=E1ssio?= Koshikumo Cc: emacs-orgmode@gnu.org Hi Cássio, Cássio Koshikumo writes: > A while ago I asked about changing the Major Mode checking that happens > throughout Org, so that derived modes would function properly. I finally had > the time to make a patch. I applied an updated version of this patch. Thanks, -- Bastien