help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] problem with save-excursion


From: Richard M. Heiberger
Subject: Re: [h-e-w] problem with save-excursion
Date: Mon, 29 Jul 2002 00:15:12 -0400 (EDT)

.shell-command-on-region is an interactive compiled Lisp function in `simple'.
(shell-command-on-region START END COMMAND &optional OUTPUT-BUFFER REPLACE 
ERROR-BUFFER)


The second `t' in your argument list is an instruction to REPLACE the the input
If REPLACE, the optional fifth argument, is non-nil, that means insert
the output in place of text from START to END, putting point and mark
around it.

change it to `nil'



reply via email to

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