all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15318: minibuffer-history-variable gets messed up
@ 2013-09-10  2:06 Glenn Morris
  2013-09-10  7:21 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2013-09-10  2:06 UTC (permalink / raw)
  To: 15318

Package: emacs
Version: 24.3.50

Current trunk on GNU/Linux:

emacs -Q -l dired-x
C-x d ~ RET
M-x dired-mark-sexp RET (equal size 99) RET
M-x dired-mark-sexp RET M-p

  Debugger entered--Lisp error: (wrong-type-argument symbolp "(equal size 99)")
    goto-history-element(1)
    previous-history-element(1)

Somehow, minibuffer-history-variable got set to "(equal size 99)".





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

* bug#15318: minibuffer-history-variable gets messed up
  2013-09-10  2:06 bug#15318: minibuffer-history-variable gets messed up Glenn Morris
@ 2013-09-10  7:21 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-09-10  7:21 UTC (permalink / raw)
  To: 15318-done


Bisected to r112448 and fixed.

Minimal example:

(defun foo (x)
  (interactive "x"))
M-x foo RET 1 RET
M-x foo RET M-p





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

end of thread, other threads:[~2013-09-10  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10  2:06 bug#15318: minibuffer-history-variable gets messed up Glenn Morris
2013-09-10  7: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.