#1006498 nano: Compile with --enable-multibuffer

Package:
nano
Source:
nano
Description:
small, friendly text editor inspired by Pico
Submitter:
Jari Aalto
Date:
2022-07-18 09:33:05 UTC
Severity:
normal
#1006498#5
Date:
2022-02-26 11:49:30 UTC
From:
To:
Please compile with --enable-multibuffer to enable M-f multibuffer
support in the editor.
-------------

nano -V

GNU nano, version 6.2
(C) 1999-2011, 2013-2022 Free Software Foundation, Inc.
(C) 2014-2022 the contributors to nano
Compiled options: --disable-libmagic --enable-utf8
------------- https://www.nano-editor.org/dist/v2.3/faq.html#3.7 3.7. Tell me more about this multibuffer stuff! To use multiple file buffers, you must be using nano 1.1.0 or newer, and you must not have configured it with --disable-multibuffer nor with --enable-tiny (use nano -V to check the compilation options). Then when you want to insert a file into its own buffer instead of into the current file, just hit Meta-F, then insert the file as normal with ^R. If you always want files to be loaded into their own buffers, use the --multibuffer or -F flag when you invoke nano. You can move between the buffers you have open with the Meta-< and Meta-> keys, or more easily with Meta-, and Meta-. (clear as mud, right? =-). When you have more than one file buffer open, the ^X shortcut will say "Close", instead of the normal "Exit" when only one buffer is open.
#1006498#10
Date:
2022-02-27 10:52:07 UTC
From:
To:
Op 26-02-2022 om 12:49 schreef Jari Aalto:

https://nano-editor.org/faq.html#3.6

There it says: "[...], just hit Meta-F after typing ^R."

(The M-F toggle was removed from the main menu in version 3.0, for
consistency: all toggles relating to file reading are available
just in the Read menu.)

(A default build of nano has multibuffer capability built in.
When 'nano --version' does not mention '--enable-tiny' nor
'--disable-multibuffer', then multibuffer is available.)

I've added a note at the start of each old FAQ saying that it is
an old FAQ, and with a link to the latest FAQ.


Benno

#1006498#15
Date:
2022-07-18 09:30:09 UTC
From:
To:
tags notabug
stop


The default build of nano includes multibuffer functionality.
Multibuffer can be toggled on/off in the ^R "Read File" menu.

Benno


Op 27-02-2022 om 11:52 schreef Benno Schulenberg: