all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9570: 24.0.50; "debug-on-entry: Definition of ... is not a list"
@ 2011-09-22  3:48 Drew Adams
  2017-03-25  2:03 ` npostavs
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2011-09-22  3:48 UTC (permalink / raw
  To: 9570

emacs -Q
 
Load file fuzzy.el, available in the tar or zip here:
http://cx4a.org/software/auto-complete/#Downloads
(The file is small.)
 
M-x debug-on-entry isearch-message-prefix RET
 
raises this error:
 
debug-on-entry: Definition of isearch-message-prefix is not a list
 
The file is contains this advice:
 
(defadvice isearch-message-prefix (after fuzzy-isearch-message-prefix activate)
  (if fuzzy-isearch
      (setq ad-return-value (concat fuzzy-isearch-prefix ad-return-value))
    ad-return-value))
 
I seem to vaguely recall some problem associated with lexbind, advice,
and the debugger (and perhaps byte-compiling?).  But a search of the
Elisp manual and some bug reports turned up nothing.  I thought that
such problems had already been ironed out, but perhaps not.
 
It's very hard to find the cause of such an error - even just locating
the code that leads to it is not easy.  And it's not clear to me now
what a user can/should do about it.  What's the deal?  If there is
something that users must not do or must avoid, then please document it.
 
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-09-19 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt'
 






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

* bug#9570: 24.0.50; "debug-on-entry: Definition of ... is not a list"
  2011-09-22  3:48 bug#9570: 24.0.50; "debug-on-entry: Definition of ... is not a list" Drew Adams
@ 2017-03-25  2:03 ` npostavs
  0 siblings, 0 replies; 2+ messages in thread
From: npostavs @ 2017-03-25  2:03 UTC (permalink / raw
  To: Drew Adams; +Cc: 9570

found 9570 24.3
tags 9570 fixed
close 9570 24.4
quit

"Drew Adams" <drew.adams@oracle.com> writes:

> emacs -Q
>  
> Load file fuzzy.el, available in the tar or zip here:
> http://cx4a.org/software/auto-complete/#Downloads
> (The file is small.)

This is now 404, but I retrieved the file from
https://raw.githubusercontent.com/auto-complete/fuzzy-el/master/fuzzy.el

> M-x debug-on-entry isearch-message-prefix RET
>  
> raises this error:
>  
> debug-on-entry: Definition of isearch-message-prefix is not a list

This happens with Emacs 24.3, but not with 24.4.





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

end of thread, other threads:[~2017-03-25  2:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  3:48 bug#9570: 24.0.50; "debug-on-entry: Definition of ... is not a list" Drew Adams
2017-03-25  2:03 ` npostavs

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.