Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
nano-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Jan 31 2019 13:15:45 -0500
Threads in reverse chronological order
[
Next Period
]
[Nano-devel] [PATCH 01/15] options: add -b, --breaklonglines, the counterpart of --nowrap
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 02/15] options: add -f, --finalnewline, the counterpart of --nonewlines
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 03/15] options: add -j, --jumpyscrolling, the counterpart of --smooth
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 04/15] options: add -e, --emptyline, the counterpart of --morespace
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 05/15] rcfile: add the options that correspond to -b, -f, -j, and -e
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 06/15] options: when a nanorc unsets an old flag, set the corresponding new flag
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 07/15] options: let --fill no longer imply automatic hard-wrapping
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 08/15] docs: stop saying that --fill switches on automatic hard-wrapping
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 09/15] docs: describe the four new options (-b, -f, -j, -e) [*incomplete*]
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 10/15] options: warn when -L, -O, -S, or -w are given, and ignore them
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 11/15] tweaks: switch from referencing NO_WRAP to referencing BREAK_LONG_LINES
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 12/15] tweaks: switch from referencing NO_NEWLINES to referencing FINAL_NEWLINE
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 13/15] tweaks: switch from checking SMOOTH_SCROLL to checking JUMPY_SCROLLING
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 14/15] tweaks: switch from checking MORE_SPACE to checking EMPTY_LINE
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] [PATCH 15/15] docs: mention that -L, -O, -S, and -w are obsolete and ignored [*incomplete*]
,
Benno Schulenberg
,
2019/01/31
[Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
David Niklas
,
2019/01/26
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Benno Schulenberg
,
2019/01/28
[Nano-devel] [PATCH] docs: stop implying that nano wants to be fully compatible with Pico
,
Benno Schulenberg
,
2019/01/22
[Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Benno Schulenberg
,
2019/01/22
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Mike Scalora
,
2019/01/22
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Brand Huntsman
,
2019/01/22
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
David Ramsey
,
2019/01/23
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Benno Schulenberg
,
2019/01/25
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
David Ramsey
,
2019/01/29
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Benno Schulenberg
,
2019/01/29
Re: [Nano-devel] RFC: proposal to add a tools menu, to group things that don't fit elsewhere
,
Brand Huntsman
,
2019/01/30
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
David Ramsey
,
2019/01/17
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
Benno Schulenberg
,
2019/01/17
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
David Ramsey
,
2019/01/17
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
Benno Schulenberg
,
2019/01/21
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
David Ramsey
,
2019/01/23
Re: [Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
Benno Schulenberg
,
2019/01/25
[Nano-devel] [PATCH 1/3] options: disable hard-wrapping and automatic newlines by default
,
Benno Schulenberg
,
2019/01/16
[Nano-devel] [PATCH 2/3] build: eradicate the --disable-wrapping-as-root configure option
,
Benno Schulenberg
,
2019/01/16
[Nano-devel] [PATCH 3/3] docs: an attempt at updating the documentation for the changed defaults
,
Benno Schulenberg
,
2019/01/16
[Nano-devel] New Czech PO file for 'nano' (version 3.2-pre1)
,
Translation Project Robot
,
2019/01/09
[Nano-devel] [PATCH] beep when invalid key is pressed in yesno menu
,
Brand Huntsman
,
2019/01/08
[Nano-devel] [PATCH] bindings: change the hard-bind of <Alt+Up/Down> to scrolling per line
,
Benno Schulenberg
,
2019/01/07
[Nano-devel] RFC: changing the bindings of <Alt+Up> and <Alt+Down> to scrolling per line
,
Benno Schulenberg
,
2019/01/07
Re: [Nano-devel] RFC: changing the bindings of <Alt+Up> and <Alt+Down> to scrolling per line
,
Brand Huntsman
,
2019/01/07
Re: [Nano-devel] RFC: changing the bindings of <Alt+Up> and <Alt+Down> to scrolling per line
,
David Niklas
,
2019/01/08
Re: [Nano-devel] RFC: changing the bindings of <Alt+Up> and <Alt+Down> to scrolling per line
,
David Ramsey
,
2019/01/09
Re: [Nano-devel] RFC: changing the bindings of <Alt+Up> and <Alt+Down> to scrolling per line
,
Benno Schulenberg
,
2019/01/11
[Nano-devel] [RFC] is it time to break free from the Pico defaults
,
David Niklas
,
2019/01/01
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/01
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/01
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/02
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/02
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/02
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/05
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/08
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/09
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/09
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Brand Huntsman
,
2019/01/09
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/21
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/10
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
David Ramsey
,
2019/01/29
Re: [Nano-devel] [PATCH 1/2 V3] cutting: when ^K does not actually cut anything, do not add an undo item
,
Benno Schulenberg
,
2019/01/29
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc