From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: orgtbl send and auto-capitalize-mode, cursor jumps Date: Sat, 10 Dec 2011 17:51:47 +0100 Message-ID: <87liqkid3w.fsf@mat.ucm.es> References: <87liqkmqde.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZQ9k-0002Vc-1i for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 11:52:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZQ9j-0003dx-4L for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 11:52:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:45726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZQ9i-0003dt-SF for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 11:52:11 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RZQ9f-0004tO-Mr for emacs-orgmode@gnu.org; Sat, 10 Dec 2011 17:52:07 +0100 Received: from 11.pool85-54-11.dynamic.orange.es ([85.54.11.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2011 17:52:06 +0100 Received: from oub by 11.pool85-54-11.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 10 Dec 2011 17:52:06 +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: emacs-orgmode@gnu.org >> On Sat, 10 Dec 2011 16:00:19 +0100, Carsten Dominik wrote: > Hi Uwe, > I am not able to reproduce this. > - Carsten It seems a special configuration of auto-capitalize-mode with respect to texmathp. (autoload 'auto-capitalize-mode "auto-capitalize" "Toggle auto-capitalize minor mode in this buffer." t) (autoload 'turn-on-auto-capitalize-mode "auto-capitalize" "Turn on auto-capitalize minor mode in this buffer." t) (add-hook 'LaTeX-mode-hook 'turn-on-auto-capitalize-mode) (add-hook 'TeX-mode-hook 'turn-on-auto-capitalize-mode) ;; for auto-cap with LaTeX (add-hook 'LaTeX-mode-hook (lambda () (set (make-local-variable 'auto-capitalize-predicate) (lambda () (not (texmathp))))))