emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; emacs hangs on WinXP with --disable-font-backend, and backt


From: Kyle M. Lee
Subject: Re: 23.0.60; emacs hangs on WinXP with --disable-font-backend, and backtrace
Date: Fri, 09 May 2008 00:03:24 +0800
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

> I have the following keybinding setting in .emacs file:
> (global-set-key [(control \`)] 'tabbar-forward-group)
> (global-set-key [(control tab)] 'tabbar-forward-tab)
> (global-set-key [(shift tab)] 'tabbar-backward-tab)

Tabbar related:
(require 'tabbar)
(tabbar-mode t)
(setq tabbar-local-mode t)

Language related:
(set-language-environment 'Chinese-GB)
(set-default-font "-*-Consolas-normal-r-*-*-16-*-*-*-c-*-fontset-win")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]