From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to vector and add new slots. Date: Thu, 8 Aug 2013 15:03:26 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375967056 18977 80.91.229.3 (8 Aug 2013 13:04:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Aug 2013 13:04:16 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 08 15:04:19 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V7Pt4-0003t3-2F for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2013 15:04:18 +0200 Original-Received: from localhost ([::1]:38145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Pt3-0000EO-Mc for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2013 09:04:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Pt0-0000EA-HR for emacs-devel@gnu.org; Thu, 08 Aug 2013 09:04:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7Psv-0008KZ-Q4 for emacs-devel@gnu.org; Thu, 08 Aug 2013 09:04:14 -0400 Original-Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:38457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Psv-0008JC-KD for emacs-devel@gnu.org; Thu, 08 Aug 2013 09:04:09 -0400 Original-Received: by mail-ea0-f180.google.com with SMTP id h10so1430268eaj.39 for ; Thu, 08 Aug 2013 06:04:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=JrSwFqrzBpI+JfTtHsGhkjA3TAa22ej8rie+NxlUZC8=; b=AsDuSKmeRuUUoM6ud5jlKaUaF7iR6S6cF0EJ+mdJnK9V0b1NCgG10qfzQTc7wQrhpt p8+j4Ni2DF6anL3mB7zB3crzXWRA6vv+/FTO35w16Dz1Qu2T6h4xeX68u5yU2kb/052l 0Tdd9mofAzNzPJO1dFEkHWufvPAu2zhS2hey4T9O/XozCGp48ZuEEBBIwJV8F+1K1eoR InwyuiPSUim/cLHk7FSRaDiXu38Qu3s63E7tzSmwdT8VlYchTNTTncC/feHaYPws/Sl7 emJrogoSmtMDp2DBrHUJCAn++QIHSC8LOitqgIWfKT27A7IOor5hBWwPzV/WAfpflh+d izKA== X-Received: by 10.14.9.72 with SMTP id 48mr8043297ees.42.1375967046205; Thu, 08 Aug 2013 06:04:06 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Thu, 8 Aug 2013 06:03:26 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162496 Archived-At: I just realized that a predicate function with this profile (defun frameset-p (object &optional valid-p) "Return non-nil if OBJECT is a frameset, nil otherwise. With VALID-P, return non-nil if OBJECT is a valid frameset \(i.e. check more thoroughly)." ...) would also be kosher, at least in the CL tradition. No, I'm not going to go that route, just an idle thought. J