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

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

bug#18643: 25.0.50; elisp--expect-function-p


From: Leo Liu
Subject: bug#18643: 25.0.50; elisp--expect-function-p
Date: Mon, 06 Oct 2014 13:13:05 +0800

emacs should only constrain itself to function completion when
absolutely sure.

It is not a big deal if function names creep into variable completion or
vice versa. Often it is handy to complete to an existing symbol and then
edit it into something else. For example, one might need to create a
variable name based on a function name.

There are a few places where I expect to have a completion based on my
past experience but fail now. For example, in (pred ...) pattern of
pcase. Other failures, (let (|)) and (let ((|))) where | is point.

I have experienced annoyances here and there and I think the fundamental
solution is not to second guess but complete liberally as we did before.

HTH,
Leo





reply via email to

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