Bug 528359
| Summary: | disable line wrapping by default | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Iain Nicol <iain> |
| Component: | nano | Assignee: | Kamil Dudka <kdudka> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dwmw2, jaswinder, kdudka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.0.9-4.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-10-13 12:33:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Iain Nicol
2009-10-11 15:27:51 UTC
Thanks for pointing this out! I am fine with changing the default, but there is no reason to limit the functionality of nano. Let user make the final decision if wrap or not wrap. This simple command solves the problem for me: # echo set nowrap > /etc/nanorc We can ship such file along with the nano package. What's your opinion? Yup, that works, and I'd be happy with it. Thanks. (I think "unset nowrap" can undo the effect of --disable-wrap, but an advantage of your suggestion is that it's clearer that the default behaviour's being overridden.) (In reply to comment #2) > Yup, that works, and I'd be happy with it. Thanks. No problem, I'll do a build for F-13 next week. > (I think "unset nowrap" can undo the effect of --disable-wrap, but an advantage > of your suggestion is that it's clearer that the default behaviour's being > overridden.) Nope, this can't work since the wrapping code is not compiled at all with --disable-wrapping. It's easy to give it a try. built as nano-2.0.9-5.fc13 nano-2.0.9-4.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/nano-2.0.9-4.fc12 nano-2.0.9-4.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |