From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Occur stack Date: Sat, 18 Jan 2014 21:39:50 -0500 Message-ID: References: <52D6D907.4030702@online.de> <52D8E8CB.5080600@online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1390099203 6534 80.91.229.3 (19 Jan 2014 02:40:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jan 2014 02:40:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 19 03:40:10 2014 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 1W4iIz-0002yN-ST for ged-emacs-devel@m.gmane.org; Sun, 19 Jan 2014 03:40:09 +0100 Original-Received: from localhost ([::1]:44933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4iIz-0007Mm-9a for ged-emacs-devel@m.gmane.org; Sat, 18 Jan 2014 21:40:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4iIq-0007Ht-7p for emacs-devel@gnu.org; Sat, 18 Jan 2014 21:40:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4iIh-0001Su-Mo for emacs-devel@gnu.org; Sat, 18 Jan 2014 21:40:00 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:20937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4iIh-0001Sq-J5 for emacs-devel@gnu.org; Sat, 18 Jan 2014 21:39:51 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFMCplR/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IPAS-Result: Av4EABK/CFFMCplR/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="45287979" Original-Received: from 76-10-153-81.dsl.teksavvy.com (HELO pastel.home) ([76.10.153.81]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jan 2014 21:39:51 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E07F3603BA; Sat, 18 Jan 2014 21:39:50 -0500 (EST) In-Reply-To: (Tom's message of "Sat, 18 Jan 2014 17:01:25 +0000 (UTC)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:168713 Archived-At: > (eval `(let ((dir default-directory) > (args command-args)) > (lambda () > (let ((default-directory dir)) > (grep-find args)))) > t)))) Yuck! Stefan