From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] turn-on-org-cdlatex Date: Fri, 03 Aug 2012 09:41:13 +0200 Message-ID: <87a9ycxua5.fsf@altern.org> References: <87zk6c6f13.fsf@pank.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxD5V-0008S4-0S for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxD5T-00033G-Ml for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:24 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxD5T-00031y-Gd for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:18:23 -0400 Received: by mail-wg0-f49.google.com with SMTP id ez12so241706wgb.30 for ; Fri, 03 Aug 2012 01:18:23 -0700 (PDT) In-Reply-To: <87zk6c6f13.fsf@pank.lan> (rasmus@gmx.us's message of "Fri, 03 Aug 2012 00:38:16 +0100") 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: Rasmus Cc: emacs-orgmode@gnu.org, Carsten Dominik Hi Rasmus, Rasmus writes: > It would seem there is a bug in turn-on-org-cdlatex whenever _ or ^ is > called. And perhaps others. This is a problem in cdlatex.el. You need to replace `last-command-char' by `last-command-event'. I'm copying Carsten so that he can take the fix upstream. HTH, -- Bastien