From mboxrd@z Thu Jan 1 00:00:00 1970 From: P Subject: Re: Can we increase the print width/column in daemon backtraces Date: Mon, 15 Jul 2019 15:23:05 +0000 Message-ID: <9tPianBRksiYE23D5cEQSqawK0Ryj6_jMholZe9j0Y3mF6lxzAjtO4qI033RSomrDyHILwQvCfc1WRG2SR9fT9EGRTm_k3_7gEgiEsMN8j8=@protonmail.com> References: <87tvbn7ff3.fsf@ambrevar.xyz> <87k1cjihvm.fsf@elephly.net> Reply-To: P Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47431) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn2ov-0007TN-4O for guix-devel@gnu.org; Mon, 15 Jul 2019 11:23:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn2ot-0001d0-Vx for guix-devel@gnu.org; Mon, 15 Jul 2019 11:23:16 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:25771) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn2ot-0001YR-EK for guix-devel@gnu.org; Mon, 15 Jul 2019 11:23:15 -0400 In-Reply-To: <87k1cjihvm.fsf@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: "guix-devel@gnu.org" > Hi Pierre, > > > Quite often when packaging and iterating, the daemon produces backtrace= s > > on errors, which could be very useful to understand what's wrong, but > > unfortunately the output is truncated to some 80-ish column. > > Set the COLUMNS environment variable to some large value. > > ------------------------------------------------------------ > > Ricardo Can't it just not truncate them? This is a very brutish way of condensing l= og output and breaks some workflows. I for one often use Acme because I can= just right click on paths in it and it opens them with the plumber. If a p= ath is split across lines, Acme can't pick that up.