- 15 Jan, 2018 8 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
It will be reallocated soon enough when the size increases again.
-
Benno Schulenberg authored
Also remove an unneeded nulling.
-
Benno Schulenberg authored
The verbosity "hid" the really relevant information: filename, line number, and the error message. Valid values and other details can be found in the manual pages.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Brand Huntsman authored
When the palette is getting initialized, it is too late to send any error messages about the rcfile options to standard error. This fixes https://savannah.gnu.org/bugs/?52871 . Reported-by:
Brand Huntsman <alpha@qzx.com> Signed-off-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
When we're just searching, we do want to report the occurrence at the cursor (after coming full circle) as a match, so that we can mention that this is the only occurrence. When replacing, we do not want to replace this match twice. This fixes https://savannah.gnu.org/bugs/?52888.
-
- 12 Jan, 2018 2 commits
-
-
Benno Schulenberg authored
Suggested-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
So the result could be used during RC-file reading.
-
- 11 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also drop an old debugging fragment.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
There shouldn't be two separate variables (but with the same name) that count the number of digits seen. Fuse them into a single static var. This fixes https://savannah.gnu.org/bugs/?52863.
-
- 10 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Use the same method as in parse_verbatim_kbinput() for Unicode input.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
- 09 Jan, 2018 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Also, when replacing forwards, do not first skip the occurrence at the cursor and then replace it at the end of the cycle, but begin with it, as one would expect. This fixes https://savannah.gnu.org/bugs/?52789 and fixes https://savannah.gnu.org/bugs/?52791.
-
Benno Schulenberg authored
These three functions are needed only when both linter and speller are available.
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52834. Reported-by: <akiko@mailbox.org>
-
Benno Schulenberg authored
If help is enabled, those functions should be described too, and if nanorc is enabled, they should both be rebindable.
-
- 08 Jan, 2018 1 commit
-
-
Benno Schulenberg authored
-
- 29 Dec, 2017 5 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
Each leading tab is converted to two tabs, and any leading four spaces is converted to one tab. The intended tab size (for keeping most lines within 80 columns) is now four.
-
Benno Schulenberg authored
-
Benno Schulenberg authored
This fixes https://savannah.gnu.org/bugs/?52755 . Reported-by:
Brand Huntsman <alpha@qzx.com>
-
Benno Schulenberg authored
When unindenting/uncommenting affected the bottom line of the marked region, keep affecting this line also during subsequent consecutive indenting/commenting. This fixes https://savannah.gnu.org/bugs/?52718.
-
- 26 Dec, 2017 6 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
So that Commenting comes closer to the somewhat related Indenting and Unindenting functions.
-
Benno Schulenberg authored
-
David Lawrence Ramsey authored
-
Benno Schulenberg authored
Also, make the descriptions for indenting/unindenting more precise.
-
Benno Schulenberg authored
So they will be found quicker. Also fold two assignments into one.
-
- 24 Dec, 2017 3 commits
-
-
Benno Schulenberg authored
-
Benno Schulenberg authored
-
Benno Schulenberg authored
They were mistakenly added by changeset fb85c055, four commits ago.
-