all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Recent change to describe-variable
@ 2011-04-03  0:15 Chong Yidong
  2011-04-03  0:33 ` Drew Adams
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Chong Yidong @ 2011-04-03  0:15 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

The completion function for describe-variable now uses the predicate

  (lambda (vv)
    (or (special-variable-p vv)
        (get vv 'variable-documentation)))

This breaks using C-h v to examine let-bound variables in Lisp
backtraces.

Also, when coding I sometimes do (setq foo 1), and use C-h v to examine
the placeholder variable later on; this now fails.

There doesn't seem to be any good reason to restrict the completion this
way.



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

end of thread, other threads:[~2011-04-04 22:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03  0:15 Recent change to describe-variable Chong Yidong
2011-04-03  0:33 ` Drew Adams
2011-04-04  9:41 ` Ted Zlatanov
2011-04-04 10:23   ` Juanma Barranquero
2011-04-04 10:41     ` Ted Zlatanov
2011-04-04 13:03     ` Drew Adams
2011-04-04 13:34       ` Ted Zlatanov
2011-04-04 14:46       ` Juanma Barranquero
2011-04-04 16:08     ` Chong Yidong
2011-04-04 16:11       ` Juanma Barranquero
2011-04-04 13:46 ` Stefan Monnier
2011-04-04 17:05   ` Chong Yidong
2011-04-04 21:47     ` Stefan Monnier
2011-04-04 22:09       ` Juanma Barranquero
2011-04-04 22:24         ` Juanma Barranquero

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.