all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting
       [not found] ` <20180807142033.1AD5D2044B@vcs0.savannah.gnu.org>
@ 2018-08-07 15:19   ` Stephen Berman
  2018-08-07 16:15     ` Michael Albinus
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Berman @ 2018-08-07 15:19 UTC (permalink / raw
  To: emacs-devel; +Cc: Michael Albinus

On Tue,  7 Aug 2018 10:20:32 -0400 (EDT) Michael.Albinus@gmx.de (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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting
  2018-08-07 15:19   ` feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting Stephen Berman
@ 2018-08-07 16:15     ` Michael Albinus
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2018-08-07 16:15 UTC (permalink / raw
  To: Stephen Berman; +Cc: emacs-devel

Stephen Berman <stephen.berman@gmx.net> writes:

> 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.

Thanks, I've committed this (mod the small typo).

> Steve Berman

Best regards, Michael.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-07 16:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180807142031.13290.2424@vcs0.savannah.gnu.org>
     [not found] ` <20180807142033.1AD5D2044B@vcs0.savannah.gnu.org>
2018-08-07 15:19   ` feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting Stephen Berman
2018-08-07 16:15     ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.