emacs-devel
[Top][All Lists]
Advanced

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

Re: call-interactively: completion broken


From: Luc Teirlinck
Subject: Re: call-interactively: completion broken
Date: Sun, 21 Nov 2004 12:15:19 -0600 (CST)

Robert J. Chassell wrote:

   The only very recent revision to call-interactively, which is a C
   `DEFUN', is this in emacs/src/callint.c

       revision 1.137
       date: 2004/11/21 00:59:35;  author: teirllm;  state: Exp;  lines: +1 -1
       (Fcall_interactively): Call Fread_from_minibuffer with extra argument.

If you revert that change bootstrapping will fail.
Fread_from_minibuffer now _needs_ that extra argument.  This has to do
with minibuffer history and not completion.  The most recent change
affecting completion is Rev1.275 to minibuf.c.  I have seen other
people state that that change had bugs.  So this is the likely
culprit.  Of course, one could revert it to be sure.

Sincerely,

Luc.




reply via email to

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