help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: typing slows down dramatically when typing digits in emails


From: Stefan Monnier
Subject: Re: typing slows down dramatically when typing digits in emails
Date: Wed, 21 Dec 2022 23:09:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

>         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




reply via email to

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