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

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

bug#49637: abbrev-suggest does not hint in echo area


From: Lars Ingebrigtsen
Subject: bug#49637: abbrev-suggest does not hint in echo area
Date: Mon, 19 Jul 2021 14:59:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Charles Millar <millarc@verizon.net> writes:

>> (setq abbrev-suggest t)
>> (setq abbrev-suggest-hint-threshold 0).
>>
>> My (global-abbrev-table) includes:
>>
>> "foo"           1    "find outer otter"
>>
>> (I checked to make sure that foo expanded to "find outer otter.")
>>
>> When I start to enter "find outer otter," and no matter how many
>> letters I enter, including the entire phrase, there are no suggestions
>> in the echo area.

It'll only give you a suggestion once you've typed the entire phrase --
it doesn't know whether you're going to write something else, after all.

And it seems to work find for be -- after I've typed "find outer otter"
(and a bit more), I get a message saying "You can write ‘find outer
otter’ using the abbrev ‘bar’."  (But you have to let Emacs idle before
getting the message.)

So I'm unable to reproduce this problem in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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