Opened 6 years ago

Closed 6 years ago

#10435 closed enhancement (fixed)

three things about the BLFS recipe for GNU nano

Reported by: bdubbs@… Owned by: thomas
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

From the package author:

On http://linuxfromscratch.org/blfs/view/svn/postlfs/nano.html there are a few things that are not correct.

For the option "--with-slang" it says: "Use this if installed." But that is not good advice. Slang should only be used if ncurses is not available. The configure option --with-slang is only still supported because Debian needs it for their nano-tiny, otherwise we would have eliminated it, because it restricts nano in various ways.

After the configuration example it says: "If you want Nano to store search and position log files, make sure that the directory $HOME/.local/share exists." That should no longer be necessary -- it was a deficiency in nano-2.9.0 that has been fixed. (If you find that nano does not create its ~/.local/share/nano path plus directory, please report a bug.)

So I think that whole paragraph can be removed. That will be good, because the second paragraph begins with "Another example...", which refers to the first configuration example. This "Another" is puzzling when it comes after the "If you want..." paragraph.

Also, this "Another example..." refers to a "nanorc.sample" file, but that file has been renamed quite a while ago, to: sample.nanorc.

Change History (4)

comment:1 by bdubbs@…, 6 years ago

Milestone: 8.38.2

comment:2 by thomas, 6 years ago

Owner: changed from blfs-book@… to thomas
Status: newassigned

comment:3 by thomas, 6 years ago

1) All references to slang removed.

2) Indeed, the ~/.local/share/nano directory will be created automatically. Section removed.

3) Name of sample nanorc fixed.

comment:4 by thomas, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r19899

Note: See TracTickets for help on using tickets.