From: Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: typing slows down dramatically when typing digits in emails
Date: Wed, 21 Dec 2022 23:09:48 -0500 [thread overview]
Message-ID: <jwvpmccm69q.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: 874jtouam0.fsf@ucl.ac.uk
> 5311 79% - completion-boundaries
> 5311 79% - #<compiled 0x1f4100e4f6213ad7>
> 5311 79% - complete-with-action
> 5311 79% - #<compiled 0xfe6876f217f45e4>
> 4776 71% - cape--dabbrev-list
> 4776 71% - dabbrev--find-all-expansions
> 4704 70% - dabbrev--find-expansion
> 4671 70% - dabbrev--try-find
> 2959 44% - dabbrev--search
`completion-boundaries` should not need to perform a `dabbrev--search`.
Which version of Emacs is that?
It would be useful to figure out what is this
#<compiled 0x1f4100e4f6213ad7> function (presumably a completion-table)
and how it calls `complete-with-action` because normally it should call
it with an argument of the form `(boundaries . N)` which should cause
`complete-with-action` to return nil immediately.
Stefan
next prev parent reply other threads:[~2022-12-22 4:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-21 13:53 typing slows down dramatically when typing digits in emails Eric S Fraga
2022-12-22 4:09 ` Stefan Monnier via Users list for the GNU Emacs text editor [this message]
2022-12-22 4:34 ` Emanuel Berg
2022-12-22 4:45 ` always latest Emacs (was: Re: typing slows down dramatically when typing digits in emails) Emanuel Berg
2022-12-22 10:22 ` typing slows down dramatically when typing digits in emails Eric S Fraga
2022-12-22 21:29 ` cape and boundaries (was: typing slows down dramatically when typing digits in emails) Stefan Monnier via Users list for the GNU Emacs text editor
2022-12-23 12:14 ` cape and boundaries Eric S Fraga
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=jwvpmccm69q.fsf-monnier+emacs@gnu.org \
--to=help-gnu-emacs@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.