Hi Benno,

On Sun, Dec 02, 2018 at 03:47:45PM +0100, Benno Schulenberg wrote:
>
>Please describe in words what you are seeing in the udeb version,
>and where you are seeing it (in the ^G help text, or in the two
>"help lines" at the bottom of the terminal window?).  Sorry, I
>won't be looking at screenshots.

I'm seeing this difference in the two help lines at the bottom. In the
minimal udeb version there are (ignoring reverse text...):

^G Get Help  ^O Write Out ^W Where Is  ^K Cut Text  ^C Cur Pos   ^S Save
^X Exit      ^R Read File ^\ Replace   ^UnCut Text  ^_ Go To Line^Q Where Was

And in the full version I see:

^G Get Help  ^O Write Out ^W Where Is  ^K Cut Text  ^J Justify   ^C Cur Pos
^X Exit      ^R Read File ^\ Replace   ^UnCut Text  ^T To Spell  ^_ Go To Line

>I am not familiar with Debian.  Can you tell me which script or
>recipe is used to build nano-udeb?  So that I stand a chance to
>build a comparable version.

The script debian/rules is responsible for building three different
versions from a single source tree:

  https://salsa.debian.org/debian/nano/blob/master/debian/rules

I'm seeing the differences between the main build with

  CONFFLAGS = --bindir=/bin

and the udeb build with 

  CONFFLAGS_tiny = \
                 --enable-tiny \
                 --disable-speller \
                 --disable-justify \
                 --disable-tabcomp \
                 --disable-nls \
                 --disable-wrapping \
                 --with-slang

Hmmm. I'm pondering if it's just the --disable-wrapping and
--disable-speller that are causing the differences here...

-- 
Steve McIntyre, Cambridge, UK.                                st...@einval.com
Welcome my son, welcome to the machine.

Reply via email to