GNU bug report logs - #11715
24.1; Error in post-command-hook: wrong-number-of-arguments - read-file-internal

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 15 Jun 2012 15:41:02 UTC

Severity: normal

Found in version 24.1

Done: "Drew Adams" <drew.adams <at> oracle.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 11715 <at> debbugs.gnu.org
Subject: bug#11715: 24.1; Error in post-command-hook: wrong-number-of-arguments - read-file-internal
Date: Sat, 23 Jun 2012 00:30:48 -0400
> Error in post-command-hook (#[nil \300\301!\207 [run-hooks
> icomplete-post-command-hook] 2]): (wrong-number-of-arguments (lambda
> nil (let ((minibuffer-completing-file-name t))
> (completion-table-in-turn (quote completion--embedded-envvar-table)
> (quote completion--file-name-table)))) 3)

This says that while running icomplete's post-command-hook, someone
tried to call:

> (lambda () (let ((minibuffer-completing-file-name t))
> (completion-table-in-turn (quote completion--embedded-envvar-table)
> (quote completion--file-name-table))))

with 3 arguments.
Now, grepping for minibuffer-completing-file-name, I don't see anywhere
where we could build such a function.  Could it come from some unbundled
Elisp code (e.g. Icicles)?


        Stefan




This bug report was last modified 12 years and 337 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.