all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols
@ 2014-02-05  3:54 Dmitry Gutov
  2014-02-06  5:37 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Gutov @ 2014-02-05  3:54 UTC (permalink / raw)
  To: 16646

1. Open scratch buffer in emacs-lisp-mode.

2. Type `(+ d', press C-M-i.

3. See all kinds of symbols among the suggestions, starting `d',
`d1ei' and `d2ei'. None of these three are bound variables.

But I suppose they are present in obarray. Unless we're certain that the
symbol we're completing won't be evaluated directly, though (i.e. the
head of the current list is a macro), I don't think unbound symbols
should be among the suggestions. Otherwise, this completion looks too
much like dabbrev, and if I wanted that, I could just press M-/.


In GNU Emacs 24.3.50.5 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6)
 of 2014-02-01 on axl
Repository revision: 116234 dgutov@yandex.ru-20140201170608-2rn2phrkukqt84gm
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description:	Ubuntu 13.10





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols
  2014-02-05  3:54 bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols Dmitry Gutov
@ 2014-02-06  5:37 ` Stefan Monnier
  2014-02-06 13:33   ` Dmitry Gutov
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2014-02-06  5:37 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 16646-done

> 1. Open scratch buffer in emacs-lisp-mode.
> 2. Type `(+ d', press C-M-i.
> 3. See all kinds of symbols among the suggestions, starting `d',
> `d1ei' and `d2ei'. None of these three are bound variables.

I believe I've fixed this in trunk.


        Stefan





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols
  2014-02-06  5:37 ` Stefan Monnier
@ 2014-02-06 13:33   ` Dmitry Gutov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Gutov @ 2014-02-06 13:33 UTC (permalink / raw)
  To: 16646

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I believe I've fixed this in trunk.

Thanks!





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-06 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05  3:54 bug#16646: 24.3.50; lisp-completion-at-point suggests unbound symbols Dmitry Gutov
2014-02-06  5:37 ` Stefan Monnier
2014-02-06 13:33   ` Dmitry Gutov

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.