Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3691a0a6
Commit
3691a0a6
authored
Aug 25, 2009
by
Michael Albinus
Browse files
* processes.texi (Synchronous Processes): New defvar process-file-side-effects.
parent
d280e2c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/processes.texi
doc/lispref/processes.texi
+13
-0
No files found.
doc/lispref/ChangeLog
View file @
3691a0a6
2009-08-25 Michael Albinus <michael.albinus@gmx.de>
* processes.texi (Synchronous Processes): New defvar
process-file-side-effects.
2009-08-25 Glenn Morris <rgm@gnu.org>
* display.texi (Fontsets): Fix typo.
...
...
doc/lispref/processes.texi
View file @
3691a0a6
...
...
@@ -404,6 +404,19 @@ names as relative to @code{default-directory}. The function
file names.
@end defun
@defvar process-file-side-effects
This variable indicates, whether a call of @code{process-file} changes
remote files.
Per default, this variable is always set to @code{t}, meaning that a
call of @code{process-file} could potentially change any file on a
remote host. When set to @code{nil}, a file handler could optimize
its behaviour with respect to remote file attributes caching.
This variable should never be changed by @code{setq}. Instead of, it
shall be set only by let-binding.
@end defvar
@defun call-process-region start end program &optional delete destination display &rest args
This function sends the text from @var{start} to @var{end} as
standard input to a process running @var{program}. It deletes the text
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment