emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: pyim


From: Stefan Monnier
Subject: Re: [ELPA] New package: pyim
Date: Tue, 23 Feb 2021 00:07:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> > And what about register-input-method?
>> 
>> pyim does:
>> 
>> ;;;###autoload
>> (register-input-method "pyim" "euc-cn" 'pyim-start (nth 0 pyim-titles))
>> 
>> is that a problem?
>
> I was talking about the installation.  What would that have to do, and
> how would it do it?

I don't understand the question: the above line shows that the package
autoloads this `register-input-method` call.  IOW if the user has that
package activated (which is the default for all packages that the user
installed), then the above line will be executed between `early-init.el`
and `init.el`.


        Stefan




reply via email to

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