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: Mike Krell
Subject: Re: [h-e-w] problem with save-excursion
Date: Mon, 29 Jul 2002 01:59:09 -0700 (PDT)

Rich,

I tried the change you suggested, but it had no effect.  Shouldn't the
save-excursion call restore the point and mark to their values before the
mark-whole-buffer, regardless of the action of shell-command-on-region?

  Mike

--- "Richard M. Heiberger" <address@hidden> wrote:
> .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'


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



reply via email to

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