From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.devel Subject: Re: A smarter command history Date: Sun, 26 Jan 2014 16:53:47 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1390755262 7696 80.91.229.3 (26 Jan 2014 16:54:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jan 2014 16:54:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 26 17:54:30 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 1W7SyZ-00086w-Eg for ged-emacs-devel@m.gmane.org; Sun, 26 Jan 2014 17:54:27 +0100 Original-Received: from localhost ([::1]:55411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7SyY-0006u9-SG for ged-emacs-devel@m.gmane.org; Sun, 26 Jan 2014 11:54:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7SyQ-0006tb-L6 for emacs-devel@gnu.org; Sun, 26 Jan 2014 11:54:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7SyK-0007Q9-Q4 for emacs-devel@gnu.org; Sun, 26 Jan 2014 11:54:18 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7SyK-0007Q5-JO for emacs-devel@gnu.org; Sun, 26 Jan 2014 11:54:12 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W7SyJ-00080P-0F for emacs-devel@gnu.org; Sun, 26 Jan 2014 17:54:11 +0100 Original-Received: from 94-21-154-77.pool.digikabel.hu ([94.21.154.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 17:54:10 +0100 Original-Received: from adatgyujto by 94-21-154-77.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jan 2014 17:54:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 94.21.154.77 (Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.16) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:169130 Archived-At: Stefan Monnier iro.umontreal.ca> writes: > > > For example, in grep's case the command history would look > > like this after the fix: > > (let ((default-directory "/home/me/projx")) (grep "grep -n -i test")) > > That could also be problematic if the user wants to run the same grep in > various directory. > Deleting things is easy and in my experience in most of the cases I want to run the same grep query in the same directory.