由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - problem of emacs for windows
相关主题
Re: 谁知道在word里如何写2的平方?Windows下多屏管理软件?
a strange thing, why?合集:USB与NT4.0 - 请指正
紧急求助:Computer problem... Lsass.exe Application error?Re: 请问Win98下面有没有和UNIX下面top一样的东西?
神一样的office2007和2010Re: 有没有类似unix下面的这个工具
Re: 使用DSL/CABLE ROUTER 后, 如何在WINDOWS下开 X WINDOWRe: email Schedule Re: 做个小调查---大家都用什么email软件呀?
从winXP上 telnet 到linux 如何显示emacs 界面?Re: hot wo send command to Windows NT from unix machine ?
Re: how to access chiense directory in english windowsRe: 怎样在2000下运行UNIX命令?
又 有 问 题 请 教!!!Re: [转载] win2000 professional telnet server
相关话题的讨论汇总
话题: emacs话题: color话题: windows话题: foreground话题: under
进入Windows版参与讨论
1 (共1页)
s*******r
发帖数: 14
1
How to preset the background color and foreground color in Emacs for windows.
Under UNIX environment, I can set that in .Xdefaults file.
Thanks
b**s
发帖数: 67
2
put
set HOME=c:\home\superstar
in autoexec.bat
then put .emacs under c:\home\superstar
and put following in .eamcs
(setq default-frame-alist
'(
; (top . 0) (left . 0)
(width . 80)
(height . 31)
;;(cursor-color . "white")
(cursor-type . box)
(foreground-color . "black")
; (background-color . "rgb:f2/eb/da")
(background-color . "rgb:e6/e6/de")
(border-color . "rgb:e6/e6/de")
(vertical-scroll-bars . right)))
For det

【在 s*******r 的大作中提到】
: How to preset the background color and foreground color in Emacs for windows.
: Under UNIX environment, I can set that in .Xdefaults file.
: Thanks

1 (共1页)
进入Windows版参与讨论
相关主题
Re: [转载] win2000 professional telnet serverRe: 使用DSL/CABLE ROUTER 后, 如何在WINDOWS下开 X WINDOW
Re: [转载] Read Unix mails in Windows从winXP上 telnet 到linux 如何显示emacs 界面?
Re: [转载] 如何让UNIX的机器和WINDOWS XP的机器之间实现共享?Re: how to access chiense directory in english windows
Re: 已经杀过了啊,怎么自己也会往外发.pif的邮件? 又 有 问 题 请 教!!!
Re: 谁知道在word里如何写2的平方?Windows下多屏管理软件?
a strange thing, why?合集:USB与NT4.0 - 请指正
紧急求助:Computer problem... Lsass.exe Application error?Re: 请问Win98下面有没有和UNIX下面top一样的东西?
神一样的office2007和2010Re: 有没有类似unix下面的这个工具
相关话题的讨论汇总
话题: emacs话题: color话题: windows话题: foreground话题: under