emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why post-command-hook so difficult to debug?


From: Tassilo Horn
Subject: Re: Why post-command-hook so difficult to debug?
Date: Fri, 24 Aug 2012 08:58:05 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Leo <address@hidden> writes:

>> I tried removing `tags-completion-at-point-function' from
>> `completion-at-point-functions' but the error persists.  So it seems I'm
>> the culprit although I cannot spot the problem...
>
> Are you sure that nrepl-send-string-sync returns all completions in
> strings?

Yes.  To be extra sure, I added a

  (assert (null (remove-if 'stringp completions)))

which doesn't trigger any error, but the error in
`completion-in-region--postch' is still there...

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]