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: Buffers relative order Date: Sun, 26 Jun 2011 21:10:51 -0400 Message-ID: References: <4DFFC6A3.5010506@alice.it> <4E009EC8.90201@gmx.at> <4E00DBE8.1070309@alice.it> <4E01E119.4050607@gmx.at> <4E022B32.10804@alice.it> <4E030BEF.6040204@gmx.at> <4E05F068.7090408@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309137072 1835 80.91.229.12 (27 Jun 2011 01:11:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 01:11:12 +0000 (UTC) Cc: emacs , Angelo Graziosi To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 03:11:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qb0M0-0005h2-D3 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 03:11:08 +0200 Original-Received: from localhost ([::1]:55731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb0Lz-0005XA-8I for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2011 21:11:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb0Ll-0005X0-Iy for emacs-devel@gnu.org; Sun, 26 Jun 2011 21:10:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb0Lk-00025e-L7 for emacs-devel@gnu.org; Sun, 26 Jun 2011 21:10:53 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:15222 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb0Lk-00025Y-IR for emacs-devel@gnu.org; Sun, 26 Jun 2011 21:10:52 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAF/XB05MCqDH/2dsb2JhbABSp0d4iHS+YYYwBJ4RhCk X-IronPort-AV: E=Sophos;i="4.65,429,1304308800"; d="scan'208";a="117164708" Original-Received: from 76-10-160-199.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.199]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Jun 2011 21:10:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 38D0458E05; Sun, 26 Jun 2011 21:10:51 -0400 (EDT) In-Reply-To: <4E05F068.7090408@gmx.at> (martin rudalics's message of "Sat, 25 Jun 2011 16:27:52 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141038 Archived-At: > The new buffer list implementation differs from the previous one in the > following sense: When I remove a buffer from a window I now show the > buffer that appeared in it before (unless it hasn't been buried in the > meantime). That means what I did earlier when quitting a help window I > now do for windows showing non-help buffers as well. That seems to be a fairly subtle distinction that's not worth a config variable. > For implementing this I use window local buffer lists which, however, > don't get saved and restored along with the desktop because desktop > doesn't save and restore window configurations yet. So someone using > desktop currently sees different behaviors when exiting and reentering > Emacs. So, IIUC the problem only appears if you use desktop.el? So it can be fixed by making desktop save window-local buffers. Stefan