From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: bury-buffer no longer buries Date: Wed, 10 Oct 2007 09:02:25 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1192021748 10214 80.91.229.12 (10 Oct 2007 13:09:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 13:09:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 10 15:09:07 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 1IfbJA-0003SM-Fz for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 15:09:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfbJ4-0006UJ-Gx for ged-emacs-devel@m.gmane.org; Wed, 10 Oct 2007 09:08:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfbDn-0000hH-Ud for emacs-devel@gnu.org; Wed, 10 Oct 2007 09:03:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfbDj-0000b2-2d for emacs-devel@gnu.org; Wed, 10 Oct 2007 09:03:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfbDi-0000ai-RR for emacs-devel@gnu.org; Wed, 10 Oct 2007 09:03:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IfbDi-0005er-4h for emacs-devel@gnu.org; Wed, 10 Oct 2007 09:03:26 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IfbCj-0007M4-T6; Wed, 10 Oct 2007 09:02:25 -0400 In-reply-to: (ssteingold@janestcapital.com) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80511 Archived-At: GNU Emacs 23.0.50.16 (x86_64-unknown-linux-gnu, GTK+ Version 2.8.20) of 2007-10-08 on nyc-qws-005 '-with-gtk' '-with-gif=no' the just-buried buffer is still offered as other-buffer emacs -q C-x b a RET C-x b b RET C-x b c RET C-x b d RET M-x bury-buffer RET C-x b .... Expected: the default other-buffer should be "b" because "d" has just been buried and "b" is the most recent buffer before that. I updated sources Oct 8 in the evening and it works right when I try it.