From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: [PATCH] org-contacts.el: add expire feature Date: Thu, 30 May 2013 08:38:57 +0800 Message-ID: <8738t5xpwe.fsf@news.tumashu-localhost.org> References: <87li6yx8u9.fsf@news.tumashu-localhost.org> <87wqqhlchq.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhqua-000855-UL for emacs-orgmode@gnu.org; Wed, 29 May 2013 20:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhquW-0007q3-E2 for emacs-orgmode@gnu.org; Wed, 29 May 2013 20:40:12 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:40621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhquW-0007pj-6N for emacs-orgmode@gnu.org; Wed, 29 May 2013 20:40:08 -0400 Received: by mail-pd0-f179.google.com with SMTP id q11so9678393pdj.38 for ; Wed, 29 May 2013 17:40:07 -0700 (PDT) Received: from tumashu ([110.97.82.72]) by mx.google.com with ESMTPSA id q8sm33200228pan.12.2013.05.29.17.40.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 29 May 2013 17:40:05 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UhqtN-0002lP-Pf for emacs-orgmode@gnu.org; Thu, 30 May 2013 08:38:57 +0800 In-Reply-To: <87wqqhlchq.fsf@tanger.home> (daimrod@gmail.com's message of "Wed, 29 May 2013 23:20:46 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Daimrod writes: > > This is not very idiomatic elisp, I would write something more like: > #+BEGIN_SRC emacs-lisp > (remove-if (lambda (el) > (member el expire-list)) > list) > #+END_SRC Thanks! Is this possible? test1@g = test1@gmail.com