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: [elpa] externals/ebdb 2b52686 18/21: Check type spec of slots that may or may not accept an object Date: Sun, 17 Sep 2017 16:59:06 -0400 Message-ID: References: <20170917193244.24537.24926@vcs0.savannah.gnu.org> <20170917193248.D117F20AB5@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1505681957 354 195.159.176.226 (17 Sep 2017 20:59:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2017 20:59:17 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Eric Abrahamsen To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 17 22:59:14 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 1dtgen-0008MP-1k for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2017 22:59:13 +0200 Original-Received: from localhost ([::1]:33663 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtgeu-00086l-Bx for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2017 16:59:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtgek-00086b-Hj for emacs-devel@gnu.org; Sun, 17 Sep 2017 16:59:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtgeh-0005VC-F6 for emacs-devel@gnu.org; Sun, 17 Sep 2017 16:59:10 -0400 Original-Received: from pmta11.teksavvy.com ([76.10.157.34]:46178) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1dtgeh-0005Uz-A4 for emacs-devel@gnu.org; Sun, 17 Sep 2017 16:59:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GGAwDi4L5Z/xYMr7hIFhsBAQEDAQEBC?= =?us-ascii?q?QEBAYNagVKPMI59AYIiAZYEggQdhBOBDwQCAoQrWAECAQEBAQECA2gohRkGViM?= =?us-ascii?q?QCysCBwcLFBgNimquJ4sjAQEBAQYCJoMriF2EMwKBAg2FJwEEkTGPV5ZQAYlKh?= =?us-ascii?q?zKVJYFJWIENMiEIMYYXgWokiyMBAQE?= X-IPAS-Result: =?us-ascii?q?A2GGAwDi4L5Z/xYMr7hIFhsBAQEDAQEBCQEBAYNagVKPMI5?= =?us-ascii?q?9AYIiAZYEggQdhBOBDwQCAoQrWAECAQEBAQECA2gohRkGViMQCysCBwcLFBgNi?= =?us-ascii?q?mquJ4sjAQEBAQYCJoMriF2EMwKBAg2FJwEEkTGPV5ZQAYlKhzKVJYFJWIENMiE?= =?us-ascii?q?IMYYXgWokiyMBAQE?= X-IronPort-AV: E=Sophos;i="5.42,409,1500955200"; d="scan'208";a="4398525" Original-Received: from 184-175-12-22.dsl.teksavvy.com (HELO pastel.home) ([184.175.12.22]) by smtp.teksavvy.com with ESMTP; 17 Sep 2017 16:59:06 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 7C2446018D; Sun, 17 Sep 2017 16:59:06 -0400 (EDT) In-Reply-To: <20170917193248.D117F20AB5@vcs0.savannah.gnu.org> (Eric Abrahamsen's message of "Sun, 17 Sep 2017 15:32:48 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.34 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:218430 Archived-At: > * ebdb.el (ebdb-field-bank-account): A type spec that looks like `(or > null class-name)' *must* specify the null first, then the class > name. Putting the class name first results in an error. This seems > like a bug to me -- it's an `or' statement, it shouldn't matter. Maybe that deserves a bug report? Stefan