auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] non latin alphabet based languages input method and l


From: Ikumi Keita
Subject: Re: [AUCTeX-devel] non latin alphabet based languages input method and latex
Date: Fri, 10 Nov 2017 14:56:35 +0900

>>>>> Uwe Brauer <address@hidden> writes:

> Ah shouldn't that variable be customizable via customize????

I agree.  I will turn `defvar' into `defcustom' later.

> In any case my problem is, even with your new improved functions
> my-test-nohbrew etc, what is the best way to execute the function??


> Because if I move the cursor into a math environment I want to turn the
> input method of, without calling a function, because if I need to call
> an extra function I turn it off directly.

I think that the code
(add-hook 'post-command-hook 'my-test-hebrew)
(add-hook 'post-command-hook 'my-test-nohebrew)
still does the expected job, but didn't confirmed.

Regards,
Ikumi Keita



reply via email to

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