From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Lispref on history-add-new-input Date: Thu, 01 Jun 2006 10:04:53 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149149247 1088 80.91.229.2 (1 Jun 2006 08:07:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 08:07:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 01 10:07:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FliDD-0000jw-TX for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 10:07:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FliDD-0004NS-F8 for ged-emacs-devel@m.gmane.org; Thu, 01 Jun 2006 04:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FliD1-0004ML-C6 for emacs-devel@gnu.org; Thu, 01 Jun 2006 04:07:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FliCz-0004M9-Vt for emacs-devel@gnu.org; Thu, 01 Jun 2006 04:07:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FliCz-0004M6-Re for emacs-devel@gnu.org; Thu, 01 Jun 2006 04:07:09 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FliJC-0000ig-5D for emacs-devel@gnu.org; Thu, 01 Jun 2006 04:13:34 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 39001A5007D for ; Thu, 1 Jun 2006 10:07:06 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:55543 Archived-At: What about this change? *** minibuf.texi 01 Jun 2006 00:18:51 +0200 1.84 --- minibuf.texi 01 Jun 2006 10:03:45 +0200 *************** *** 461,469 **** @end defun @defvar history-add-new-input ! The value of this variable @code{nil} means that standard functions ! that read from the minibuffer don't add new elements to the history ! list, so it is possible to do this explicitly by using @code{add-to-history}. @end defvar @defvar history-length --- 461,470 ---- @end defun @defvar history-add-new-input ! If the value of this variable is @code{nil}, standard functions that ! read from the minibuffer don't add new elements to the history list, ! allowing code to explicitly manage the history by using ! @code{add-to-history}. @end defvar @defvar history-length -- Kim F. Storm http://www.cua.dk