From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chming Newsgroups: gmane.emacs.devel Subject: Edit rgrep base directory Date: Fri, 6 Feb 2009 10:42:18 -0800 Message-ID: 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 1233945817 20746 80.91.229.12 (6 Feb 2009 18:43:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2009 18:43:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 19:44:52 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 1LVVh0-0000l4-60 for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 19:44:46 +0100 Original-Received: from localhost ([127.0.0.1]:38876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVVfh-0002wP-5O for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 13:43:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVVei-00026a-Rh for emacs-devel@gnu.org; Fri, 06 Feb 2009 13:42:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVVeh-00025m-8t for emacs-devel@gnu.org; Fri, 06 Feb 2009 13:42:24 -0500 Original-Received: from [199.232.76.173] (port=53829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVVeh-00025f-4F for emacs-devel@gnu.org; Fri, 06 Feb 2009 13:42:23 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]:6734) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVVef-00026l-Hn for emacs-devel@gnu.org; Fri, 06 Feb 2009 13:42:22 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k17so447014waf.26 for ; Fri, 06 Feb 2009 10:42:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Bci2fdIyYtOS81bCPspuDp9hzcsJQSJhHgC/nVtWau4=; b=I9+EihFhDJLOHYWHoEIA2ajv+pUP81R8Q6kPWFEuPGQKGfRYO/JlnB6Vqjb7+IljOr WT7idzvjFCH6DwGdWxytVggTm2gGGerCZM9U8LHe1QvvEzckOTZ9fZbQq+45ySDjfMxT XS5MpmAMiMwvAZBb9CCPkxQgxF2txagQaESwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=CEeEhWEPAyTWdmg1SmsVgGWukcMXdqJ6Wzm6dCWrCP7kIo/YUG8rQEPdN3tRkEvpsu nXvHVTXFWACAV3FysaeXS0mjJ+CTHnkycLMngfwGwx62jZyOJW2GQXKojCY8oz9mUJhO tXtaQB7JcTgzqpK6qc3OLVWZ8xk5d02IvPK+c= Original-Received: by 10.115.111.3 with SMTP id o3mr1370691wam.210.1233945738437; Fri, 06 Feb 2009 10:42:18 -0800 (PST) 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:108832 Archived-At: 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. Thanks, Max