emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiti


From: Stephen Berman
Subject: Re: feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting
Date: Tue, 07 Aug 2018 17:19:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Tue,  7 Aug 2018 10:20:32 -0400 (EDT) address@hidden (Michael Albinus) wrote:

(In my other emacs.devel reply, I hadn't seen the whole context of this
commit, now I see there's more to change.)

> diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
> index e2389a3..1d7db1d 100644
> --- a/doc/emacs/files.texi
> +++ b/doc/emacs/files.texi
> @@ -235,9 +235,9 @@ while loading the file into its buffer Emacs keeps 
> responsive, and you
>  can continue to edit other files, or call commands.  This is
>  controlled by the user option @code{execute-file-commands-asynchronously}.
>  If this option is @code{nil} (the default), visiting a file is
> -performed synchronously.  A regexp value let files, which name matches
> -the regexp, being visited asynchronously, and synchronously otherwise.
> -The value @code{t} forces asynchronous visiting of files
> +performed synchronously.  A regexp value lets files, which name
> +matches the regexp, being visited asynchronously, and synchronously
> +otherwise.  The value @code{t} forces asynchronous visiting of files
>  unconditionally.

How about this:

If this option is @code{nil} (the default), visiting a file is a
synchronous operation.  If the value is a regexp, this allows
asynchronously visting files whose name matches the regexp, otherwise
synchronously.  If the value is @code{t}, visiting files is
unconditionally asynchronous.

Steve Berman



reply via email to

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