From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: Small problem with "unmark" in *Buffer List* Date: Wed, 30 Oct 2013 11:04:40 -0700 (PDT) Message-ID: References: <13c9d7d0-7a2c-43f3-9ce6-0eb3a824c670@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1383156304 3331 80.91.229.3 (30 Oct 2013 18:05:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 18:05:04 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Alin Soare Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 19:05:08 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 1Vba8f-0006f0-VN for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 19:05:06 +0100 Original-Received: from localhost ([::1]:53719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vba8f-0005eR-Fp for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 14:05:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vba8U-0005a2-03 for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:05:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vba8L-0004ZX-FU for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:04:53 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:21925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vba8L-0004ZJ-7G for emacs-devel@gnu.org; Wed, 30 Oct 2013 14:04:45 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9UI4gVi015689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 30 Oct 2013 18:04:43 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9UI4fVf014822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Oct 2013 18:04:42 GMT Original-Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9UI4eor005084; Wed, 30 Oct 2013 18:04:40 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:164709 Archived-At: > I remember this problem repeating for many years, No. This regression was introduced in Emacs 24.3, which was released on March 11, 2013 - not even one year ago. > but today it disturbed me again , and this is why I mailed. > In fact, the patch of the function "Buffer-menu-unmark" will look > something like:... > This is the complete logic of the patch . Correct ? Diff the buff-menu.el changes from Emacs 24.2 to 24.3, and revert the change that introduced the regression. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0