From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jrwats Newsgroups: gmane.emacs.help Subject: Re: Specifying plist requirements in defcustom? Date: Wed, 15 Oct 2008 09:33:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0bc2b0ca-cb2d-4d77-a748-c0afed563f43@64g2000hsu.googlegroups.com> References: <006f01c92ed5$5b49e150$0200a8c0@us.oracle.com> <48F6041E.5050707@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 1224088937 32656 80.91.229.12 (15 Oct 2008 16:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 16:42:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 18:43:17 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kq9Ss-0006MU-W2 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 18:43:15 +0200 Original-Received: from localhost ([127.0.0.1]:48726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq9Ro-0006es-EZ for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 12:42:08 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!64g2000hsu.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 3 Original-NNTP-Posting-Host: 70.190.125.119 Original-X-Trace: posting.google.com 1224088404 7704 127.0.0.1 (15 Oct 2008 16:33:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 15 Oct 2008 16:33:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 64g2000hsu.googlegroups.com; posting-host=70.190.125.119; posting-account=bFjqRgoAAAA1g2eFs8HouoaeO5EHoWR2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163468 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58811 Archived-At: ;; some of the worst lisp i've written... ;;(defun path (cadddr list)) (defun path (a-list) (cadddr a-list))