From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Missing sentinel events Date: Sun, 22 Jan 2017 12:52:58 -0500 Message-ID: References: <8737gbm36z.fsf@gnus.org> <87tw8rkoat.fsf@gnus.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1485107649 4591 195.159.176.226 (22 Jan 2017 17:54:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2017 17:54:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 22 18:54:05 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cVML2-0000Pl-Ot for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2017 18:54:00 +0100 Original-Received: from localhost ([::1]:37247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVML7-000673-VA for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2017 12:54:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVML1-00066m-SH for emacs-devel@gnu.org; Sun, 22 Jan 2017 12:54:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVMKy-0001tc-PI for emacs-devel@gnu.org; Sun, 22 Jan 2017 12:53:59 -0500 Original-Received: from [195.159.176.226] (port=49137 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cVMKy-0001sm-IO for emacs-devel@gnu.org; Sun, 22 Jan 2017 12:53:56 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cVMKg-00077W-SO for emacs-devel@gnu.org; Sun, 22 Jan 2017 18:53:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:Sxn07IQhBKbH6FjiWkzxa7YWT3U= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:211544 Archived-At: > If I just put a tick++ here and there, my sentinel now gets: > failed with code Name lookup of laars.ingebrigtsen.no failed > Is that... OK? :-) I think that's right, yes. The "the event looks like one of the following" wording already implies the list is not exhaustive (and indeed, I don't think it is), so it's perfectly OK to add more cases. Stefan