all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: emacs-devel@gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: Re: feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting
Date: Tue, 07 Aug 2018 17:19:34 +0200	[thread overview]
Message-ID: <877el2nr09.fsf@rub.de> (raw)
In-Reply-To: <20180807142033.1AD5D2044B@vcs0.savannah.gnu.org> (Michael Albinus's message of "Tue, 7 Aug 2018 10:20:32 -0400 (EDT)")

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



       reply	other threads:[~2018-08-07 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20180807142031.13290.2424@vcs0.savannah.gnu.org>
     [not found] ` <20180807142033.1AD5D2044B@vcs0.savannah.gnu.org>
2018-08-07 15:19   ` Stephen Berman [this message]
2018-08-07 16:15     ` feature/tramp-thread-safe 8f3b6e9: Minor edits for async file visiting Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877el2nr09.fsf@rub.de \
    --to=stephen.berman@gmx.net \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.