Re: accels busted



Hello,

On Wed, 24 Aug 2005, Oswald Buddenhagen wrote:

> On Wed, Aug 24, 2005 at 05:25:21PM +0300, Pavel Tsekov wrote:
> > On Wed, 24 Aug 2005, Oswald Buddenhagen wrote:
> > > anyway, toggling this does not change anything for me (neither in xterm
> > > nor on linux console). also, i did not clear my config for ages.
> >
> > It does change it for me - tested with debugger too.
> >
> > [ptsekov baba-meca mc]$ mc -V
> > GNU Midnight Commander 4.6.1
> >
> i have HEAD from around monday.
>
> > Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish, undelfs
> > With builtin Editor
>
> > Using system-installed S-Lang library with terminfo databaseA
> >
> Using included S-Lang library with terminfo database
>
> > With subshell support as default
> > With support for background operations
> > With mouse support on xterm and Linux console
> > With support for X11 events
>
> > With internationalization support
> >
> nope
>
> > With multiple codepages support
> >
> nope
>
> > Input / display codepage:
> > Other 8 bit
> >
> > [ ] Full 8 bits input
> >
> yup - but irrelevant.

The CVS (latest) version that I use is configured like this:

[ptsekov baba-meca mc]$ ~/mc-test/usr/bin/mc -V
GNU Midnight Commander 4.6.1a
Virtual File System: tarfs, extfs, cpiofs, ftpfs, fish
With builtin Editor
Using the ncurses library
With optional subshell support
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With multiple codepages support
Data types: char 8 int 32 long 32 void * 32 off_t 64 ecs_char 8

MY_CFLAGS="-O0 -g"
# run on
host=i686-pc-linux-gnu
# if this package creates binaries, they run on
target=i686-pc-linux-gnu
prefix=/home/ptsekov/mc-test/usr
sysconfdir=/home/ptsekov/mc-test/etc
srcdir="../mc"

CFLAGS="${MY_CFLAGS}" LDFLAGS="${MY_LDFLAGS}" \
        ${srcdir}/autogen.sh --host=${host} --target=${target} \
        --srcdir=${srcdir} --prefix=${prefix} \
          --exec-prefix=${prefix} --sysconfdir=${sysconfdir} \
            --libdir=${prefix}/lib
--localstatedir=/home/ptsekov/mc-test/var \
              --datadir='${prefix}/share' \
                --disable-nls --with-mmap \
                  --with-x \
                    --with-screen=ncurses --with-ext2undel=no \
                      --with-subshell=optional \
                      --enable-charset


Give me the options you pass to configure so I can debug. If you wish to
debug - what does the call at line 806 of key.c return for you when you
press M + c in xterm ?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]