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

Vladimir Zhuravlev <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to