From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alp Aker Newsgroups: gmane.emacs.devel Subject: Re: Small problem with "unmark" in *Buffer List* Date: Wed, 30 Oct 2013 14:18:26 -0400 Message-ID: References: <13c9d7d0-7a2c-43f3-9ce6-0eb3a824c670@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d64f2f9e3bc04e9f95b6e X-Trace: ger.gmane.org 1383157108 13401 80.91.229.3 (30 Oct 2013 18:18:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 18:18:28 +0000 (UTC) Cc: Stefan Monnier , Alin Soare , Emacs devel To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 19:18:33 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbaLg-0002RQ-Pw for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 19:18:32 +0100 Original-Received: from localhost ([::1]:53809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbaLg-0002A1-Bm for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 14:18:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbaLc-00029w-VY for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:18:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbaLb-0001cX-KQ for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:18:28 -0400 Original-Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:49817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbaLb-0001cC-Ap for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:18:27 -0400 Original-Received: by mail-we0-f169.google.com with SMTP id q58so1696567wes.0 for ; Wed, 30 Oct 2013 11:18:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HdG02X1lTHcmFHwDPbBIBDuEyNPQ7zk1uPVFmbzxiMI=; b=etUYNoF5n8dJxJ92rbG0HcvrFayBm80YhsFgptapjZHRQIrOuM+p9XFtJoLqrE3/rl FeLdKvL1xftsLMaqCv8O+35aog57Vg4xB96QBOAQfCSGMP3ROxoLy95GhdwGPcKie53v MdcdgvpUXwXvh9RtLDcyGKRHdtO3gPj8jqfIW1R1dMudSW4cfW80z9X+MT1J1hh0OQrW 8YwQ6a7oO2qVTGYmnP6zpLBuYgrfZ0vItOGqGZWAXaGMkdMXBzy3YLYV14we/51ypa8I swneZYfSjJpr4RiL66PHb8QW8WarccGie+E1Owsu9zX0Ck+BDk5Ps4aRkewQ2VnfxVAA v+5A== X-Received: by 10.194.21.131 with SMTP id v3mr3859947wje.44.1383157106072; Wed, 30 Oct 2013 11:18:26 -0700 (PDT) Original-Received: by 10.217.49.73 with HTTP; Wed, 30 Oct 2013 11:18:26 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::229 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:164712 Archived-At: --047d7b5d64f2f9e3bc04e9f95b6e Content-Type: text/plain; charset=ISO-8859-1 > Diff the buff-menu.el changes from Emacs 24.2 to 24.3, and revert > the change that introduced the regression. The problem was introduced when Buffer-menu-mode was re-written to derive from tabulated-list-mode, so it's not a simple matter of reverting anything. The fix is still simple, though. I'll push one in a few minutes. --047d7b5d64f2f9e3bc04e9f95b6e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
> Diff the buff-menu.el changes from Emacs 24.2 to 24.3= , and revert
> the change that introduced the regression.
=
The problem was introduced when Buffer-menu-mode was re-writ= ten to derive from tabulated-list-mode, so it's not a simple matter of = reverting anything. =A0The fix is still simple, though. =A0I'll push on= e in a few minutes.=A0
--047d7b5d64f2f9e3bc04e9f95b6e--