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: Ignoring entries starting with space Date: Wed, 24 Jun 2009 23:21:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245878585 4862 80.91.229.12 (24 Jun 2009 21:23:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Jun 2009 21:23:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Francesc Rocher Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 24 23:22:55 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 1MJZvi-0002zV-In for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 23:22:55 +0200 Original-Received: from localhost ([127.0.0.1]:46198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJZvh-0007aC-UJ for ged-emacs-devel@m.gmane.org; Wed, 24 Jun 2009 17:22:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJZuZ-00070m-Py for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:21:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJZuV-0006xx-28 for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:21:43 -0400 Original-Received: from [199.232.76.173] (port=36484 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJZuU-0006xs-Qf for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:21:38 -0400 Original-Received: from smtp-03.vtx.ch ([212.147.0.64]:33391) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJZuU-0003lQ-FY for emacs-devel@gnu.org; Wed, 24 Jun 2009 17:21:38 -0400 Original-Received: from alfajor.home (dyn.83-228-166-055.dsl.vtx.ch [83.228.166.55]) by smtp-03.vtx.ch (VTX Services SA) with ESMTP id 4A0A3296E78; Wed, 24 Jun 2009 23:21:37 +0200 (CEST) Original-Received: by alfajor.home (Postfix, from userid 20848) id 880E664343; Wed, 24 Jun 2009 23:21:38 +0200 (CEST) In-Reply-To: (Francesc Rocher's message of "Sun, 21 Jun 2009 23:20:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111694 Archived-At: > The same way it is possible to delete duplicates in minibuffer history, I > think it is also very useful to have the possibility to ignore entries > starting with space(s). The new variable `history-ignore-space' would take > care of this, being `nil' its defaut value. Could you explain some use cases? Stefan