guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nano: disable hard wrapping by default


From: Thorsten Wilms
Subject: Re: Nano: disable hard wrapping by default
Date: Wed, 7 Nov 2018 10:19:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 07/11/2018 06.38, Alex Vong wrote:
   To edit configuration files always pass nano the -w option. Without
   the -w option long lines become wrapped lines. This creates problems
   when saving because the lines are saved as wrapped lines instead of
   how they were in the original file. Many time this will break
   configuration files.

Even though I got in the habit of always using -w back in my Gentoo days, I either never knew leaving it out would have affected more than display, or I have forgotten about it. I think this qualifies as unexpected/surprising behavior.

I think we can also go ahead with the change if many nano users think it
is a better default (even if not all distros do it).

Ubuntu is also in the --disable-wrapping-as-root flag club.

A potential reason against joining would be if there's a real need for the default behavior (no --disable-wrapping-as-root, no -w) and it being hard to achieve with the flag. It looks like the option to use would be:

-r number, --fill=number
Hard-wrap lines at column number. If this value is 0 or less, wrapping will occur at the width of the screen less number columns, allowing the wrap point to vary along with the width of the screen if the screen is resized. The default value is -8. This option conflicts with -w (--nowrap) -- the last one given takes effect.


--
Thorsten Wilms

thorwil's design for free software:
http://thorwil.wordpress.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]