From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.tramp,gmane.emacs.devel Subject: Re: Reverting *Locate* buffers. Date: Thu, 29 Jun 2006 20:55:29 -0500 (CDT) Message-ID: <200606300155.k5U1tT64022951@jane.dms.auburn.edu> References: <200606260327.k5Q3Rfpd013691@jane.dms.auburn.edu> <853bdsmkey.fsf@lola.goethe.zz> <200606280158.k5S1wJCu004606@jane.dms.auburn.edu> <17569.64920.191861.355581@localhost.localdomain> <200606290313.k5T3DwTj002620@jane.dms.auburn.edu> <87irmj8wad.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1151632570 24426 80.91.229.2 (30 Jun 2006 01:56:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Jun 2006 01:56:10 +0000 (UTC) Cc: pbreton@cs.umb.edu, tramp-devel@gnu.org, raman@users.sourceforge.net, emacs-devel@gnu.org Original-X-From: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Fri Jun 30 03:56:07 2006 Return-path: Envelope-to: tramp@deer.gmane.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fw8En-0002sE-Ov for tramp@deer.gmane.org; Fri, 30 Jun 2006 03:56:05 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Fw8En-0002KI-00 for ; Fri, 30 Jun 2006 03:56:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fw8Ei-0001ki-Ly for tramp@quimby.gnus.org; Thu, 29 Jun 2006 21:56:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fw8Eb-0001kB-Fr for tramp-devel@gnu.org; Thu, 29 Jun 2006 21:55:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fw8EZ-0001ji-Lq for tramp-devel@gnu.org; Thu, 29 Jun 2006 21:55:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fw8EZ-0001je-Ia; Thu, 29 Jun 2006 21:55:51 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fw8RF-00089l-3Q; Thu, 29 Jun 2006 22:08:57 -0400 Original-Received: from jane.dms.auburn.edu (jane.dms.auburn.edu [131.204.53.201]) by manatee.dms.auburn.edu (8.13.6/8.13.6) with ESMTP id k5U1tbPM008252; Thu, 29 Jun 2006 20:55:38 -0500 (CDT) Original-Received: from jane.dms.auburn.edu (localhost [127.0.0.1]) by jane.dms.auburn.edu (8.13.4+Sun/8.13.4) with ESMTP id k5U1tUpO022954; Thu, 29 Jun 2006 20:55:30 -0500 (CDT) Original-Received: (from teirllm@localhost) by jane.dms.auburn.edu (8.13.4+Sun/8.13.3/Submit) id k5U1tT64022951; Thu, 29 Jun 2006 20:55:29 -0500 (CDT) X-Authentication-Warning: jane.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: michael.albinus@gmx.de In-reply-to: <87irmj8wad.fsf@gmx.de> (message from Michael Albinus on Thu, 29 Jun 2006 23:52:10 +0200) X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: tramp-devel.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Errors-To: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:4997 gmane.emacs.devel:56313 Archived-At: Michael Albinus wrote: When Tramp is preloaded (require 'tramp), your patch works fine Not quite. If you use your suggested version of the patch, then do `emacs -q', then load tramp, then set locate-update-when-revert to t, then do `M-x locate' RET emacs, then do `C-x 1' to have the *Locate* buffer filling the entire frame, then run g, answer yes and give your password, then instead of having one updated *Locate* buffer filling the entire frame, the frame gets split into two windows, each showing the same updated *Locate* buffer. I find this quite surprising. Is this explainable by anything that Tramp does? This bug is inconvenient enough that I would rather stick with my original version without David's suggestion if there would be no easy way around it. This bug does not occur if locate-update-when-revert is nil. Sincerely, Luc.