caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Daniel Bünzli" <daniel.buenzli@erratique.ch>
To: Joel Reymont <joelr1@gmail.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] lag when using typerex
Date: Tue, 8 May 2012 13:10:12 +0200	[thread overview]
Message-ID: <0E9E732C958C4E9A860FEA1B02497060@erratique.ch> (raw)
In-Reply-To: <CAOQwdX0VwpDvtFVQMjp0HRocVGs79-kSRMy6HzeoWh6-DM0=Lg@mail.gmail.com>

> Is it just me or is there a significant lag when using TypeRex in Emacs?
> 
> This is particularly noticeable when deleting by using the backspace key.

Here, the lag was due to auto complete mode. Don't invoke it automatically. That's what I have : 

(add-to-list 'load-path "/Users/dbuenzli/.emacs.d/auto-complete-mode")
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories 
"/Users/dbuenzli/.emacs.d/auto-complete-mode/ac-dict")
(ac-config-default)
(global-set-key (kbd "S-<tab>") 'auto-complete)
(setq ac-auto-start nil)
;;;; I want immediate menu pop-up
;;(setq ac-auto-show-menu 0.)
;;;; Short delay before showing help
;;(setq ac-quick-help-delay 0.3)
;;;; Number of characters required to start (nil to disable)
;;(setq ac-auto-start 0)



Best,

Daniel

  reply	other threads:[~2012-05-08 11:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07 20:51 Joel Reymont
2012-05-08 11:10 ` Daniel Bünzli [this message]
2012-05-08 21:44   ` Daniel Bünzli
2012-05-08 21:49     ` Joel Reymont
2012-05-08 22:05       ` Daniel Bünzli
2012-05-09  1:41     ` Francois Berenger
2012-05-09  1:36   ` Francois Berenger
2012-05-09  8:17 ` Thomas Gazagnaire
2012-05-09 10:17   ` Boris Hollas
2012-05-09 11:24   ` Joel Reymont
2012-05-09 20:20     ` Daniel Bünzli

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

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

  git send-email \
    --in-reply-to=0E9E732C958C4E9A860FEA1B02497060@erratique.ch \
    --to=daniel.buenzli@erratique.ch \
    --cc=caml-list@inria.fr \
    --cc=joelr1@gmail.com \
    /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.
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 NNTP newsgroup(s).