From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Nano: disable hard wrapping by default Date: Tue, 6 Nov 2018 19:43:21 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK6KM-00028v-Qh for guix-devel@gnu.org; Tue, 06 Nov 2018 13:43:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK6KJ-0005ZC-Ha for guix-devel@gnu.org; Tue, 06 Nov 2018 13:43:50 -0500 Received: from mx1.riseup.net ([198.252.153.129]:40843) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gK6KJ-0004ek-10 for guix-devel@gnu.org; Tue, 06 Nov 2018 13:43:47 -0500 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A0A861A08C0 for ; Tue, 6 Nov 2018 10:43:24 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id D084064F1C for ; Tue, 6 Nov 2018 10:43:23 -0800 (PST) Content-Language: en-US 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: guix-devel@gnu.org Hi I stumpled on this hard-wrapping default behavior when editing=20 .bash_profile on GuixSD It is super annoying. Could we disable it by default? According to the FAQ this exist: "With --disable-wrapping-as-root you can disable any hard-wrapping by=20 default when the user is root, useful to prevent accidentally changing=20 long lines in system configuration files." "=C2=A0 --disable-wrapping=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Disable all hard= -wrapping of text" We only compile with this: sdb@komputilo ~$ nano -V =C2=A0GNU nano, version 2.9.8 snip =C2=A0Compiled options: --enable-utf8 --=20 Cheers Swedebugia