2 Comments
访客 *chequered* @ 2010-12-11 12:15:06 写道:
那是因为老爷爷问用什么名字来命名反函数,结果建议只有一个,他就用在反函数上了呗。
访客 *Feng* @ 2010-12-12 18:13:57 写道:
抱歉把你引到黑豆地了,哈哈
ECB窗口大小把下面的一行加入.emacs 文件的 custom-set-variables下面就成了,
'(ecb-layout-window-sizes (quote (("left5" (0.26 . 0.31) (0.26 . 0.31) (0.26 . 0.36)))))
或者通过菜单 ECB ->Layout Administration -> Store current window-size, 重启Emacs就可以了。
鼠标默认是中键打开文件,可以通过函数 ecb-primary-secondary-mouse-buttons 设置其他的,我设置成鼠标左键单击打开
(add-hook 'ecb-activate-hook
(lambda()
(setq ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))))
吾昏!我还心想这个菜单怎么叫“Store current window-size”——我既然无法调整大小,那存储当前窗口大小又有何用?搞了半天原来是点了这个菜单之后就可以拖动窗口调整大小了。
——原帖发布于 2010-12-14 03:42:26
Sign in to join the discussion
Sign in with GitHub