emacs-pretest-bug
[Top][All Lists]
Advanced

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

comint-insert-input


From: Nick Roberts
Subject: comint-insert-input
Date: Sun, 23 Jan 2005 09:59:24 +1300

 > Using today's CVS:
 > emacs -q
 > 
 > M-x shell
 > 
 > If I type "pwd RET", the command gets executed okay.
 > 
 > If I then move point back up to the line with "$ pwd" and press
 > C-c RET I get:
 > 
 > Debugger entered--Lisp error: (error "comint-insert-input must be
 > bound to an event with parameters")
 > 
 >   call-interactively(comint-insert-input)
 > 
 > Does C-c RET still work in recent shells?  (I see that the interactive
 > definition for this defun was changed recently.)
 > 
 > Does it only work for mouse events now?

It would appear so.

>From the Changelog, I see that I created two functions comint-insert-input,
comint-mouse-insert-input based on an earlier one (comint-insert-clicked-input)
and removed comint-copy-old-input (2004-06-23).

On 2004-10-10, Stefan Monnier deleted comint-mouse-insert-input and made
comint-insert-input work for mouse bindings. I don't know why. I see that
the description that I wrote for comint-insert-input and its binding, C-c RET,
is still present in the manual.

Nick




reply via email to

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