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

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

comint-input-filter-functions


From: Roland Winkler
Subject: comint-input-filter-functions
Date: Tue, 13 Mar 2001 12:15:40 +0100

In GNU Emacs 20.4.1 (i686-pc-linux-gnu, X toolkit)
 of Fri Oct 29 1999 on tfkp02
configured using `configure  --prefix=/nfs/common --libexecdir=/nfs/common/lib 
--bindir=/nfs/common/lib/emacs/bin/i686-Linux --with-gcc --with-pop --with-x 
--with-x-toolkit=athena'


The function comint-send-input offers a hook
comint-input-filter-functions. A filter function for the process
input is really what I would like to use, i.e., a function that
takes the local variable `input' in comint-send-input as argument
and the return value is used for further processing in
comint-send-input (replacing the value of `input'). Unfortunately
the name comint-input-filter-functions is a little misleading,
because the hook comint-input-filter-functions is not used as a
filter.

Roland




reply via email to

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