----- Original message from Alex Finch on Thu Mar 29 11:24:15 2007 -----
> 
> I have not investigated the reason but I have also noticed the effect.
> I use the tpu-edt mappings in emacs. (It meant I had one less > thing to
> learn when moving from VMS to Linux). I have to issue xmodmap ~/.Xmodmap
> by hand every time I log in on SL 4.4 ( i use kde). >
> 
>       Alex
> 

       I think that under KDE  you can put a little script in your
       ~/.kde/Autostart folder.

       For example :

       ~/.kde/Autostart/xmodmap.sh

       #! /bin/bash
       if [ -x /usr/X11R6/bin/xmodmap ] ; then
         if [ -f .Xmodmap` ] ; then
            xmodmap .Xmodmap
         fi
       fi



> [...]

-- 

                 Best regards,
                               Robert FRANCHISSEUR

 ____ Apollo_gist :-)_______________________________________________
| Robert FRANCHISSEUR                                               |
| Laboratoire de Météorologie Dynamique -                  C.N.R.S. |
| Equipe "R.A.M.S.E.S." -       UPMC       -   Tour 45-55 3ème 315C |
| Boite 99 - 4, place Jussieu        F-75252 PARIS CEDEX 05  FRANCE |
| Phone  : +33 (0)1 44 27 73 87          fax : +33 (0)1 44 27 62 72 |
| e-mail : robert at lmd . jussieu . fr   http://www.lmd.jussieu.fr |
 -------------------------------------------------------------------

Reply via email to