unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: emacs-devel@gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: Re: master c8ee570: Suppress undesired error messages in filenotify-tests.el
Date: Wed, 08 Feb 2017 12:40:07 -0500	[thread overview]
Message-ID: <5fh944r37s.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <20170207204224.F29C22301C@vcs0.savannah.gnu.org> (Michael Albinus's message of "Tue, 7 Feb 2017 15:42:24 -0500 (EST)")

Michael Albinus wrote:

> branch: master
> commit c8ee570a8be7afaae3ea318b9d7dbffb62a7bbd0
> Author: Michael Albinus <michael.albinus@gmx.de>
> Commit: Michael Albinus <michael.albinus@gmx.de>
>
>     Suppress undesired error messages in filenotify-tests.el
[...]
> --- a/test/lisp/filenotify-tests.el
> +++ b/test/lisp/filenotify-tests.el
> @@ -665,6 +665,9 @@ delivered."
>  (setq auto-revert-notify-exclude-dir-regexp "nothing-to-be-excluded"
>        auto-revert-remote-files t
>        auto-revert-stop-on-user-input nil)
> +;; In the remote case, `vc-refresh-state' returns undesired error
> +;; messages.  Let's suppress them.
> +(defalias 'vc-refresh-state 'ignore)


Hi - this means that loading filenotify-tests.el breaks Emacs VC normal
operation for the rest of the session, which seems undesirable. Is there
an alternative solution?



       reply	other threads:[~2017-02-08 17:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170207204223.17232.75787@vcs0.savannah.gnu.org>
     [not found] ` <20170207204224.F29C22301C@vcs0.savannah.gnu.org>
2017-02-08 17:40   ` Glenn Morris [this message]
2017-02-08 18:00     ` master c8ee570: Suppress undesired error messages in filenotify-tests.el Michael Albinus
2017-02-08 18:35       ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=5fh944r37s.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).