auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] cursor jumping in auctex


From: David Kastrup
Subject: Re: [AUCTeX] cursor jumping in auctex
Date: Fri, 29 Jun 2007 16:07:14 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Please keep the mailing list copied in your replies.  I am not the
only AUCTeX developer.

Vladimir Zhuravlev <address@hidden> writes:

> Did not really work:
>
>
> An error has occurred while loading `/home/avova/.emacs':
>
> Symbol's value as variable is void: TeX-mode-map
>
>
>
>
>
> David Kastrup wrote:
>> Vladimir Zhuravlev <address@hidden> writes:
>>
>>> Is there at least a dirty temporary hack that can turn cursor jumping off ?
>>
>> Something like
>> (add-hook 'TeX-mode-hook
>>   (define-key TeX-mode-map "$" 'self-insert-command))
>> might work.

Hm, obvious mistake.  This would need to be

(add-hook 'TeX-mode-hook (lambda nil
   (define-key TeX-mode-map "$" 'self-insert-command)))

-- 
David Kastrup




reply via email to

[Prev in Thread] Current Thread [Next in Thread]