From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Shrink columns dynamically Date: Tue, 11 Jul 2017 21:09:46 +0200 Message-ID: <87fue23i4l.fsf@nicolasgoaziou.fr> References: <87bmoswkvs.fsf@nicolasgoaziou.fr> <87d198uznu.fsf@mat.ucm.es> <87o9ss4aj4.fsf@nicolasgoaziou.fr> <87inj0m5v5.fsf@mat.ucm.es> <878tjwuhxe.fsf@nicolasgoaziou.fr> <87o9sr5vzl.fsf@mat.ucm.es> <874lujv26h.fsf@nicolasgoaziou.fr> <87o9srxtec.fsf@mat.ucm.es> <87r2xntd3k.fsf@nicolasgoaziou.fr> <87fue3xjsl.fsf@mat.ucm.es> <877ezftb39.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dV0Xf-00023J-Qe for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 15:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dV0Xe-0000PU-UK for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 15:09:51 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46197) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dV0Xe-0000Mn-O4 for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 15:09:50 -0400 In-Reply-To: (Kaushal Modi's message of "Tue, 11 Jul 2017 17:56:44 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Kaushal Modi Cc: emacs-orgmode@gnu.org Hello, Kaushal Modi writes: > 1. Need to save the column narrowed state somehow individually for each > column, specific to a table in a document. This is not possible, and is exactly what annoys me in the current implementation. Moreover, I'm pretty sure you don't review every table in your document at the second it is opened. So there is no need to store the columns narrowing, as long as it is easy enough to narrow a table at point when you need to look at it. > 2. Alternative: Look at the window width and calculate the factor by which > all columns should be narrowed so that the whole table fits the window > (Sounds very complicated). There are multiple solutions to this problem. None of the is optimal, because "optimal" depends on each user. I cannot implement any of you suggestions. Regards, -- Nicolas Goaziou