From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Per Abrahamsen" Newsgroups: gmane.emacs.devel Subject: Re: custom type `color' is not enforced Date: Tue, 25 Dec 2007 14:52:47 +0100 Message-ID: <66a8b7a0712250552l62be5a80j806f97ae15c4d55a@mail.gmail.com> References: <476B8932.7030500@gmail.com> <476D7A66.2080901@gmail.com> <66a8b7a0712230254y72c8b988j3f4f7e69a8bacbc4@mail.gmail.com> <476E588A.7060704@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198590784 21365 80.91.229.12 (25 Dec 2007 13:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Dec 2007 13:53:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 25 14:53:17 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J7ADc-0001Wf-3B for ged-emacs-devel@m.gmane.org; Tue, 25 Dec 2007 14:53:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7ADH-0003Ig-IL for ged-emacs-devel@m.gmane.org; Tue, 25 Dec 2007 08:52:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J7ADD-0003IP-Ds for emacs-devel@gnu.org; Tue, 25 Dec 2007 08:52:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J7ADB-0003I1-Vb for emacs-devel@gnu.org; Tue, 25 Dec 2007 08:52:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J7ADB-0003Hv-Pz for emacs-devel@gnu.org; Tue, 25 Dec 2007 08:52:49 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.176]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J7ADB-0000xH-EG for emacs-devel@gnu.org; Tue, 25 Dec 2007 08:52:49 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so3370487wah.10 for ; Tue, 25 Dec 2007 05:52:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=uzHwj31MujbOr6JWoAHwGd8xsd2K9Fb8tyf2zi5GseM=; b=pXPC1DXzxR8JJUcYR3mEiNV4ECLiBdgmiBLL1QfSL/AsZCQ6eA9urklZTfPGh4+DnI3wAv9WnNQKHEx8k7I7fXKPoJQWDmYQkLYg3oWB6h+H6ACX8as584dhfo21mRhy7+35C5bccwIeYFzyEleo5qpklyvpAd4Gl1T77c7px74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r2/YxBEQRkMSVGeGr8s9exdyzl+VqmScWzNpDXMP3hxzWucJeMOH+SbB0vZL5BIRpu+KO9BuGtX/dqNRjus7/92/3SQ747kiuPHexEK8p2EfTE1qtS7O34S90iU8OWkFubpIf+0dpq1wqToKmd8QbDJ/jaxsFkJqWV0YjcCUebI= Original-Received: by 10.114.176.1 with SMTP id y1mr5406620wae.86.1198590767288; Tue, 25 Dec 2007 05:52:47 -0800 (PST) Original-Received: by 10.115.54.11 with HTTP; Tue, 25 Dec 2007 05:52:47 -0800 (PST) In-Reply-To: <476E588A.7060704@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:85444 Archived-At: On 12/23/07, Lennart Borgman (gmail) wrote: > Thanks Per, maybe I understand a little bit now. Are you saying that > simple types should not have a match function? The :match function for the choice type tries the :match function for each option in turn, so atomic types definitely should have a :match function. It is what the composite types rely on.