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: vc.el: asynchronous annotations Date: Mon, 16 Jul 2007 23:42:09 -0400 Message-ID: References: <85k5t12qzs.fsf@lola.goethe.zz> <86hco472b4.fsf@lola.quinscape.zz> <85fy3om5he.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184643762 28333 80.91.229.12 (17 Jul 2007 03:42:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jul 2007 03:42:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 17 05:42:41 2007 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 1IAdxM-0004wa-CP for ged-emacs-devel@m.gmane.org; Tue, 17 Jul 2007 05:42:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAdxL-0004Ax-TT for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 23:42:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAdxH-00048G-Uq for emacs-devel@gnu.org; Mon, 16 Jul 2007 23:42:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAdxG-00046B-IH for emacs-devel@gnu.org; Mon, 16 Jul 2007 23:42:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAdxG-000468-B5 for emacs-devel@gnu.org; Mon, 16 Jul 2007 23:42:30 -0400 Original-Received: from tomts16.bellnexxia.net ([209.226.175.4] helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAdxE-0006pe-Sa; Mon, 16 Jul 2007 23:42:29 -0400 Original-Received: from pastel.home ([70.53.195.201]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070717034225.JNZN1673.tomts16-srv.bellnexxia.net@pastel.home>; Mon, 16 Jul 2007 23:42:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9FEEE800D; Mon, 16 Jul 2007 23:42:09 -0400 (EDT) In-Reply-To: <85fy3om5he.fsf@lola.goethe.zz> (David Kastrup's message of "Mon\, 16 Jul 2007 22\:57\:33 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:74951 Archived-At: > Anyway, I don't see the big problem with supplanting buffers (probably > because I am stupid). set-window-buffer should make it reasonably > easy to swap out buffers on the screen. Can't do: find-file-noselect first load the tarball data into buffer 1 then calls tar-mode in it then returns buffer 1 which is then displayed by find-file. There's nowhere for tar-mode to tell find-file-noselect to use buffer 2 instead. Stefan