From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Weber Newsgroups: gmane.emacs.help Subject: Re: window local var? Date: Mon, 06 Sep 2010 21:00:25 +0200 Message-ID: <1283799526-sup-6956@nixos> References: <1283772789-sup-3909@nixos> NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1283799662 8720 80.91.229.12 (6 Sep 2010 19:01:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2010 19:01:02 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 06 21:01:01 2010 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.69) (envelope-from ) id 1Osgw7-00054D-IU for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Sep 2010 21:00:59 +0200 Original-Received: from localhost ([127.0.0.1]:42884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Osgw7-0007et-3W for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Sep 2010 15:00:59 -0400 Original-Received: from [140.186.70.92] (port=46835 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Osgvg-0007du-U0 for help-gnu-emacs@gnu.org; Mon, 06 Sep 2010 15:00:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Osgvf-0001Pu-RG for help-gnu-emacs@gnu.org; Mon, 06 Sep 2010 15:00:32 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:39714 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Osgvf-0001Pj-DJ for help-gnu-emacs@gnu.org; Mon, 06 Sep 2010 15:00:31 -0400 Original-Received: (qmail invoked by alias); 06 Sep 2010 19:00:27 -0000 Original-Received: from mawercer.at.xencon.net (EHLO mail.gmx.net) [83.246.111.127] by mail.gmx.net (mp068) with SMTP; 06 Sep 2010 21:00:27 +0200 X-Authenticated: #9006135 X-Provags-ID: V01U2FsdGVkX1+kIuRX5nKkjlK56w1Fsfd7Z/IYncVt8XQ2HxWyK+ 4rZeHOPWS8EuEl Original-Received: by mail.gmx.net (sSMTP sendmail emulation); Mon, 06 Sep 2010 21:00:25 +0200 In-reply-to: User-Agent: Sup/git X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:74903 Archived-At: Hi Andrea, I know how to use grep. I don't want to use the buffer directory. I want to use the directory from which I started Emacs (or emacs-client) In order to do so I have to remember the directory when a) launching Emacs b) launching Emacs-client However b) must not override the setting set in a) a) and b) have different windows / frames (however you call them). That's why I was asking for such a frame local var. Thanks Marc Weber