unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
Cc: levoy@cs.stanford.edu, gerd@gnu.org, emacs-devel@gnu.org
Subject: Re: [levoy@cs.stanford.edu: Poor performance over DSL link]
Date: 11 Sep 2002 01:34:16 +0200	[thread overview]
Message-ID: <5x4rcxv2pz.fsf@kfs2.cua.dk> (raw)
In-Reply-To: <E17oY2H-0005y3-00@fencepost.gnu.org>

Richard Stallman <rms@gnu.org> 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 <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2002-09-10 23:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-09  0:21 [levoy@cs.stanford.edu: Poor performance over DSL link] Richard Stallman
2002-09-09 10:04 ` Kim F. Storm
2002-09-09  9:12   ` Marc Levoy
2002-09-09 10:34     ` Kim F. Storm
2002-09-09 23:33     ` Richard Stallman
2002-09-10 23:56       ` Kim F. Storm
2002-09-11 20:03         ` Richard Stallman
2002-09-11 22:38           ` Kim F. Storm
2002-09-12 16:41             ` Richard Stallman
2002-09-12 16:41             ` Richard Stallman
     [not found]               ` <5xhegunctj.fsf@kfs2.cua.dk>
2002-09-14 17:35                 ` Richard Stallman
     [not found]       ` <15741.13832.457353.277778@dda.Stanford.EDU>
2002-09-11  1:40         ` Richard Stallman
2002-09-11  9:04           ` Gerd Moellmann
2002-09-09 23:33   ` Richard Stallman
2002-09-10 23:34     ` Kim F. Storm [this message]
2002-09-11  1:15       ` Miles Bader
     [not found]         ` <5xr8g0pcpv.fsf@kfs2.cua.dk>
2002-09-12  1:20           ` Miles Bader
2002-09-11 20:03       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5x4rcxv2pz.fsf@kfs2.cua.dk \
    --to=storm@cua.dk \
    --cc=emacs-devel@gnu.org \
    --cc=gerd@gnu.org \
    --cc=levoy@cs.stanford.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).