On Sat, Feb 15, 2014 at 11:37, Matthieu Herrb wrote: > I use TrueType fonts in xterm everyday, but I'm not a vim user and > never saw that with emacs; can you provide some more info to try to > reproduce it ? a vim config file, the Xresources you use to configure > you TrueType fonts ?
Tried it on another machine. It doesn't happen on amd64 with inteldrm. The machine it is occuring on is i386 in vmware with the vmware driver. That's perhaps the most important part, sorry for not mentioning it. If that is the case, I can probably live with it. The default /usr/local/share/vim/vim74/vimrc_example.vim is sufficient to turn on color highlighting. It doesn't appear specific to vim, the py-pygments package also does it. Run pygmentize signify.c then shift-pgup/pgdn to scroll back and forth and you'll see parts of the text disappearing and reappearing. XTerm*loginShell:true XTerm*reverseVideo:true !XTerm*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-* XTerm*faceName:ubuntu mono XTerm*faceSize:12 XTerm*scrollBar:false XTerm*deleteIsDEL:false XTerm*selectToClipboard:true XTerm*locale:true
