From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Visiting files with gnuclient don't add to history Date: Mon, 18 Sep 2006 00:57:43 +0200 Message-ID: <450DD2E7.9060305@student.lu.se> References: <20060916153824.1145.SLAWOMIR.NOWACZYK.847@student.lu.se> <450DA967.6040809@gnu.org> <450DCE02.5070403@student.lu.se> <450DD115.1010907@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158533882 31101 80.91.229.2 (17 Sep 2006 22:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2006 22:58:02 +0000 (UTC) Cc: Slawomir Nowaczyk , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 18 00:58:00 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 1GP5aK-0000ef-9F for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2006 00:58:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GP5aJ-0008DS-SF for ged-emacs-devel@m.gmane.org; Sun, 17 Sep 2006 18:57:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GP5a8-00089A-DG for emacs-devel@gnu.org; Sun, 17 Sep 2006 18:57:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GP5a7-00086e-FD for emacs-devel@gnu.org; Sun, 17 Sep 2006 18:57:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GP5a7-00086J-BH for emacs-devel@gnu.org; Sun, 17 Sep 2006 18:57:47 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GP5cm-0005QR-Ur; Sun, 17 Sep 2006 19:00:33 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 44FEC7CA002E5C0B; Mon, 18 Sep 2006 00:57:43 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Jason Rumney In-Reply-To: <450DD115.1010907@gnu.org> 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:59951 Archived-At: Jason Rumney wrote: > Lennart Borgman wrote: >> Jason Rumney wrote: >>> I don't think it is a bug, only interactive use of find-file should >>> add to history. There is already code in server.el to add to >>> history, since it is calling find-file non-interactively but in >>> response to user interaction. dnd.el on the other hand does not add >>> to history, but probably should. >> >> Why should only interactive use inside of Emacs add to history? > Because the user is generally not interested in files that are found > behind the scenes when they look at history, they are only interested > in the files they have explicitly opened. I meant the emphase should be on INSIDE ;-) > >> I believe users of emacsserver/client or gnuserver/client expects >> that files opened those ways should be treated the same. > Indeed, because such use IS interactive.