From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Tabulated list recenter issue Date: Wed, 12 Apr 2017 10:15:49 +0300 Message-ID: <83lgr6jdui.fsf@gnu.org> References: <87h93dogki.fsf@escafil> <87mvbm30lc.fsf@escafil> <83o9w2jh6m.fsf@gnu.org> <75f53b81-cee5-db91-3eee-3819b120ad28@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1491981379 18571 195.159.176.226 (12 Apr 2017 07:16:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 12 Apr 2017 07:16:19 +0000 (UTC) Cc: dunni@gnu.org, emacs-devel@gnu.org To: =?windows-1252?Q?Cl=E9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 12 09:16:15 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyCVi-0004eC-VB for ged-emacs-devel@m.gmane.org; Wed, 12 Apr 2017 09:16:15 +0200 Original-Received: from localhost ([::1]:42570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyCVf-0005pt-Lz for ged-emacs-devel@m.gmane.org; Wed, 12 Apr 2017 03:16:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyCV6-0005oQ-1T for emacs-devel@gnu.org; Wed, 12 Apr 2017 03:15:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyCV1-0006BC-Vx for emacs-devel@gnu.org; Wed, 12 Apr 2017 03:15:35 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyCV1-0006B8-Ru; Wed, 12 Apr 2017 03:15:31 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3029 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cyCV0-0003tB-RQ; Wed, 12 Apr 2017 03:15:31 -0400 In-reply-to: <75f53b81-cee5-db91-3eee-3819b120ad28@gmail.com> (message from =?windows-1252?Q?Cl=E9ment?= Pit-Claudel on Wed, 12 Apr 2017 02:25:33 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:213893 Archived-At: > Cc: emacs-devel@gnu.org > From: Clément Pit-Claudel > Date: Wed, 12 Apr 2017 02:25:33 -0400 > > On 2017-04-12 02:03, Eli Zaretskii wrote: > > This will affect all the features that use tabulated-list, including, > > for example, buffer-menu. Since the use case where this behavior is > > somewhat problematic is quite special, I don't think changing the > > behavior globally would be a good idea. > > Hi Eli, > > Are there any cases in which the current behavior is desirable? All of them I'm familiar with, IMO. Having the window-position move when you change sorting is an annoyance IME. IOW, I personally like the current behavior a lot. Of course, all of my use cases are with lists longer than a single window.