> On Fri, 14 Aug 2020 19:26:24 -0000, "Marion Hakanson" said:
> > Sorry to reply to myself here, but further info:
> >
> > I've discovered that if I symlink in the tcl8.6.8 and tk8.6.8 stuff
> > from prior to upgrading my pkgsrc stack, the exmh keybinding problem
> > goes away.  I've left the rest of the "new" pkgsrc stack in place.
> > So something in the tcl/tk 8.6.10 update caused the breakage.
> 
> I'm on Fedora Redhat x86_64, with 8.6.10 versions:
> 
> tk-8.6.10-5.fc33.x86_64
> tcl-8.6.10-2.fc33.x86_64
> 
> and meta-< and meta-> in sedit work properly for me.


Hello,

        I'm also an exmh user and Fedora fan for (so) many years !!
        What I do generally is rebuilding tcl/tk from sources :

                https://www.tcl.tk/software/tcltk/download.html

        and don't forget to build tk with option -DTK_NO_SECURITY
        as documented somewhere (I can't remember) to avoid xhost
        (well known) warning issue.

        I put that home built tcl/tk under /opt or /usr/local to
        avoid any conflicts with Fedora RPM's :

                [emile@dell540 ~]$ rpm -qa | egrep '^tcl|^tk'
                tcl-8.6.10-2.fc32.x86_64
                tk-8.6.10-3.fc32.x86_64
                [emile@dell540 ~]$ 

        Then simply change the wish path in exmh launch script,
        under /opt/exmh/bin :

                <dell540.wifi>[bin]<111>grep /opt/bin/wish *
                exmh:#!/opt/bin/wish -f
                exmh:set wish /opt/bin/wish
                <dell540.wifi>[bin]<112>

        Never had any trouble with Key binding, so far. Regards,

-Émile 



_______________________________________________
Exmh-users mailing list
Exmh-users@redhat.com
https://www.redhat.com/mailman/listinfo/exmh-users

Reply via email to