glogglog

Install ies4linux on debian

http://www.tatanka.com.br/ies4linux/page/Installation

1. 編輯「ies4linux-latest/lib/messages.txt」檔案,將 1x 行的「tw . zhtw TW」改成「zh tw zhtw TW」。

2. 編輯「ies4linux-latest/lib/functions.sh」,將 9x 行的「pid=(wget ...)」改成「pid=(LANG=C wget ...) 」。



Tags: debian | ies4linux |

Use emacs23 and xft on debian

  1. add

    deb http://emacs.orebokech.com sid main

    to apt repository /etc/apt/sources.list

  2. install

    apt-get install emacs-snapshot

  3. edit ~/.Xresources
    Emacs.font: bitstream vera sans mono-12
    Emacs.FontBackend: xft
    Xft.dpi: 96
    Xft.hinting: None
    Xft.antialias: 1
    Xft.rgba: rgb
  4. edit ~/.emacs
    (set-fontset-font (frame-parameter nil 'font)
                       'han '("STHeiti" . "unicode-bmp"))

below is snapshot:



Tags: font | emacs | debian | xft |
sevenever@gmail.com
Copyright © 2008. All rights reserved.