Daniel Brockman <[EMAIL PROTECTED]> writes: > Good. About that other error... could you check to see > where `process-send-string' is defined on W32? > > (Just type `<f1> f process-send-string RET'.)
process-send-string is a built-in function in `C source code'. (process-send-string process string) Send process the contents of string as input. process may be a process, a buffer, the name of a process or buffer, or nil, indicating the current buffer's process. If string is more than 500 characters long, it is sent in several bunches. This may happen even for shorter strings. Output from processes can arrive in between bunches. -- Dieter Deyke mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Vs lbh pna ernq guvf, lbh unir jnl gbb zhpu gvzr. _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
