From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: [RFC] Shrink columns dynamically Date: Tue, 11 Jul 2017 06:27:26 +0000 Message-ID: <87o9sr5vzl.fsf@mat.ucm.es> References: <87bmoswkvs.fsf@nicolasgoaziou.fr> <87d198uznu.fsf@mat.ucm.es> <87o9ss4aj4.fsf@nicolasgoaziou.fr> <87inj0m5v5.fsf@mat.ucm.es> <878tjwuhxe.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUoeC-0007Z5-MM for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUoe8-0002fo-NN for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:27:48 -0400 Received: from [195.159.176.226] (port=34732 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUoe8-0002fO-Gq for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 02:27:44 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dUodx-0001NM-34 for emacs-orgmode@gnu.org; Tue, 11 Jul 2017 08:27:33 +0200 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: emacs-orgmode@gnu.org > Hello, > Uwe Brauer writes: > There is much overlapping between the two features. I'd rather implement > so sort of narrowing using shrunk columns than have the two features in > the code base. Well all I am saying is there is the need for two features: Shrinking (hiding) of many columns shrinking of one particular wide column by n-char. If you want to implement the second feature differently, because of maintain reasons that sound reasonable, but please don't simple remove the second feature. > Regards,