- 07 Jul, 2017 2 commits
-
-
Benno Schulenberg authored
Also remove the backslashes from the two syntaxes that contained them. This completes the fix for https://savannah.gnu.org/bugs/?51370.
-
Benno Schulenberg authored
Eradicate the need for backslashes, so that the start of the nanorc manual becomes true, where it says that quotes inside strings don't need to be escaped. In the bargain achieve that the empty string always switches commenting off. This fixes https://savannah.gnu.org/bugs/?51370, and fixes https://savannah.gnu.org/bugs/?51394.
-
- 06 Jul, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 05 Jul, 2017 1 commit
-
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?51348 . Reported-by:
Henrik Karlsson <henrik.karlsson@pulsen.se> Tested-by:
John Wiersba <jrw32982@yahoo.com>
-
- 03 Jul, 2017 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
For the man page, encode them properly, and for the Info stuff, just set the right document encoding. This fixes https://savannah.gnu.org/bugs/?51369.
-
Benno Schulenberg authored
The comment marker is not «."» but «.\"», which requires three backslashes to specify. Also adjust the documentation.
-
David Lawrence Ramsey authored
Also, use proper mark-up for the examples.
-
David Lawrence Ramsey authored
This matches the style in the rest of the code.
-
David Lawrence Ramsey authored
This avoids some warnings when compiled with -pedantic: ISO C forbids comparison of ‘void *’ with function pointer ISO C forbids empty initializer braces
-
- 02 Jul, 2017 8 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
When blank_statusbar() has been called, make sure it is effective. This fixes https://savannah.gnu.org/bugs/?51358.
-
Benno Schulenberg authored
(Well, redraw them when they're switched on, of course.) Redraw them so that they are shown correctly if their content changed. This fixes https://savannah.gnu.org/bugs/?51356. and fixes https://savannah.gnu.org/bugs/?51357.
-
Benno Schulenberg authored
The thing after a 'comment' directive is just a string, not the name of a program nor a command.
-
David Lawrence Ramsey authored
When the active syntax contains a comment command that specifies the empty string, this should override the default comment of "#" and should disable the Meta-3 keystroke. To achieve this, the comment string is now set by default to "#" for all syntaxes, so that it will be set when no comment command is given (including for the "none" syntax), and is unset only by explicitly specifying «comment ""» in a syntax file. This fixes https://savannah.gnu.org/bugs/?51355 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
Benno Schulenberg authored
And rename a third variable, to match another in its style.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 30 Jun, 2017 3 commits
-
-
David Lawrence Ramsey authored
-
Benno Schulenberg authored
When also --nohelp is active and the terminal is so narrow that the message that --constantshow displays on the bottom row does not fit, this causes the cursor to be pushed "offscreen". Some terminal emulators don't handle this case correctly, and leave the cursor in an invisible or mistaken position. Compensate for this by moving the cursor back to the start of the row. This fixes https://savannah.gnu.org/bugs/?51335 . Reported-by:
David Lawrence Ramsey <pooka109@gmail.com>
-
Benno Schulenberg authored
The extra variable is not needed, because when having read from standard input, the filename will simply be empty. It will not be empty for any other file that was read.
-
- 29 Jun, 2017 7 commits
-
-
Benno Schulenberg authored
The dash doesn't have to be the first non-option argument: it can be anywhere among the filenames -- there can even be multiple ones (but don't mention this explicitly).
-
Benno Schulenberg authored
Negative arguments of 'fill' are bright green since a few commits. So now color all valid numeric arguments in that same style -- the yellow was hard to see on a dark background anyway. Also, color a zero tabsize as invalid.
-
David Lawrence Ramsey authored
-
David Lawrence Ramsey authored
-
Benno Schulenberg authored
This partially adresses https://savannah.gnu.org/bugs/?50998.
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
-
- 27 Jun, 2017 1 commit
-
-
Benno Schulenberg authored
Especially: get rid of the "Up: (dir)" link that points nowhere. Also, add a horizontal line before the final Table of Contents.
-
- 25 Jun, 2017 4 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 23 Jun, 2017 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
They can be given at the prompt, so it's better to accept them on the command line too.
-
Benno Schulenberg authored
-