ASCII or Unicode? (was best text editor for programming Python on a Mac)

Marko Rauhamaa marko at pacujo.net
Tue Jun 21 16:08:02 EDT 2016


Tim Chase <python.list at tim.thechases.com>:

> I have a ~/.XCompose file that contains something like

My Fedora 23 setup has

=== BEGIN /etc/X11/xinit/xinitrc-common=================================
[...]
userxkbmap=$HOME/.Xkbmap
[...]
if [ -r "$userxkbmap" ]; then
    setxkbmap $(cat "$userxkbmap")
    XKB_IN_USE=yes
fi
[...]
=== END /etc/X11/xinit/xinitrc-common===================================

A somewhat surprising and scary idiom! I suppose I could specify:

===BEGIN ~/.Xkbmap======================================================
-keymap /home/marko/.keys
===END ~/.Xkbmap========================================================

Then, I suppose I need to use xkbcomp to create ~/.keys


Marko



More information about the Python-list mailing list