From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Update filename history after several actions Date: Sat, 08 Oct 2005 03:04:34 +0300 Organization: JURTA Message-ID: <8764s8vljt.fsf@jurta.org> References: <87fys87vbv.fsf@ID-24456.user.uni-berlin.de> <87r7br1rp9.fsf@ID-24456.user.uni-berlin.de> <20051004071357.GB30424@www.trapp.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128742476 26124 80.91.229.2 (8 Oct 2005 03:34:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Oct 2005 03:34:36 +0000 (UTC) Cc: nospam@spamgourmet.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 08 05:34:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EO5Su-0007a3-En for ged-emacs-devel@m.gmane.org; Sat, 08 Oct 2005 05:33:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EO5St-0001cK-Q1 for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 23:33:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EO5SG-0001P4-UL for emacs-devel@gnu.org; Fri, 07 Oct 2005 23:33:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EO5SF-0001OK-1R for emacs-devel@gnu.org; Fri, 07 Oct 2005 23:33:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EO5SE-0001OH-Tb for emacs-devel@gnu.org; Fri, 07 Oct 2005 23:32:58 -0400 Original-Received: from [194.126.101.114] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EO5SD-0006z3-Uk; Fri, 07 Oct 2005 23:32:58 -0400 Original-Received: from mail.neti.ee (80-235-37-160-dsl.mus.estpak.ee [80.235.37.160]) by Relayhost1.neti.ee (Postfix) with ESMTP id 69E14170C; Sat, 8 Oct 2005 06:33:07 +0300 (EEST) Original-To: tomas@tuxteam.de (Tomas Zerolo) In-Reply-To: <20051004071357.GB30424@www.trapp.net> (Tomas Zerolo's message of "Tue, 4 Oct 2005 09:13:57 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:43676 Archived-At: >> find-file-noselect has an argument NOWARN that probably ought to >> be--but isn't actually--provided as t by Lisp programs that visit >> files for their own reasons [...] > > Sorry for the random and semi-offtopic nitpick -- but wouldn't be NOUSER > or NONINTERACTIVE or something along these lines be a less misleading > name? NOWARN suggests a (related but) different purpose to me. What about adding a new option with a list of command names compared in `find-file-noselect' with `this-command' before adding a file name to the history? Every package (e.g. dired.el, recentf.el) could add their own user-level command names to such a variable. -- Juri Linkov http://www.jurta.org/emacs/