From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Edit rgrep base directory Date: Fri, 6 Feb 2009 21:52:55 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233953599 13227 80.91.229.12 (6 Feb 2009 20:53:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 20:53:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chming Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 21:54:32 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LVXiU-0006My-SS for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 21:54:27 +0100 Original-Received: from localhost ([127.0.0.1]:40577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVXhB-00075F-Mg for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 15:53:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVXh7-00074y-6E for emacs-devel@gnu.org; Fri, 06 Feb 2009 15:53:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVXh3-00074L-Ke for emacs-devel@gnu.org; Fri, 06 Feb 2009 15:53:00 -0500 Original-Received: from [199.232.76.173] (port=46903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVXh3-00074I-IX for emacs-devel@gnu.org; Fri, 06 Feb 2009 15:52:57 -0500 Original-Received: from mail-fx0-f16.google.com ([209.85.220.16]:33004) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVXh3-00068L-4C for emacs-devel@gnu.org; Fri, 06 Feb 2009 15:52:57 -0500 Original-Received: by fxm9 with SMTP id 9so106109fxm.18 for ; Fri, 06 Feb 2009 12:52:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5XTvcnDYdkypXFPqH9XdpI3SCnbdH+RFTul1CbmPxYY=; b=O3xfxTN3avRncm64xFfNh1FL37vLz1ACryGWZuI3yiO5Il3k8vjOqKlFvB45adjX73 mLP1mCJd88UbJKQblHoD6YtNqjkpL6MXzyq6NR/OrJW/n74i+/o5Ex+Bu7r+TexRSZ3H eOyFXoQJer7h3B4rYyEUptXlIEcoJ34IjCtvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lguSMDUoHGqD646D7kE6VYin76MzngEh3XD6r6qkxLfJ5DGM7wb7CGIpGS7Sq3ojR3 TfvV/oUrNT/IEwAsxD347GxZoRey15on28nJnEdGAGH4yQeaGXbslirwXVqx+8DVFa/W uX14IQLS7t8aTy2FvVE+03j97uPVcAga/LDtE= Original-Received: by 10.223.106.12 with SMTP id v12mr680725fao.16.1233953575117; Fri, 06 Feb 2009 12:52:55 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108835 Archived-At: On Fri, Feb 6, 2009 at 7:42 PM, Chming wrote: > Hi all, > > When I want to edit the base directory of rgrep, it does not go back > one whole dir name like before. Is this a bug or not? > > I am using 23.0.90.1 on linux. Could you please explain a bit more what you are doing?