emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Poor performance over DSL link]


From: Kim F. Storm
Subject: Re: address@hidden: Poor performance over DSL link]
Date: 11 Sep 2002 01:34:16 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>     If you don't need X Input Methods (XIM) for entering text in some
>     language you use, you can improve performance on WAN links by
>     configuring Emacs with option `--without-xim'.  Configuring Emacs
>     without XIM does not affect the use of Emacs' own input methods, which
>     are part of the Leim package.
> 
> Can we add a run-time feature to Emacs to disable the use of them?
> Would that get the same speedup?

It seems like a fairly trivial change.

However, it is not adequate to simply make a variable to control this,
as the decision whether to actually use XIM would then have to be made
before creating the first frame, so setting that variable to "don't
use XIM" too late will not have any effect.

The proper solution is probably to make a function to enable/disable XIM on
an X display; as I see it, the use of XIM is actually per-display, so this
would be more flexible than the current compile-time constant.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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