all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* widget-complete signals error on every completion
@ 2010-06-21 20:47 Jürgen Hötzel
  2010-06-22  3:21 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Jürgen Hötzel @ 2010-06-21 20:47 UTC (permalink / raw)
  To: emacs-devel

Shouldn't

(when field
     (widget-apply field :complete))
   (error "Not in an editable field")))

be changed to

 (if field
       (widget-apply field :complete)
     (error "Not in an editable field"))))



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

* Re: widget-complete signals error on every completion
  2010-06-21 20:47 widget-complete signals error on every completion Jürgen Hötzel
@ 2010-06-22  3:21 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-06-22  3:21 UTC (permalink / raw)
  To: Jürgen Hötzel; +Cc: emacs-devel


It is better to report bugs to the bug list; but thanks, applied.



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

end of thread, other threads:[~2010-06-22  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 20:47 widget-complete signals error on every completion Jürgen Hötzel
2010-06-22  3:21 ` Glenn Morris

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.