OS X Yosemite - 在emacs欢迎屏幕上没有样式

时间:2017-02-18 01:18:10

标签: macos emacs osx-yosemite startup

我已在OS X Yosemite上安装了emacs 25.1。

brew cask install emacs

欢迎屏幕如下:

enter image description here

但必须与

类似

enter image description here

所以没有风格,没有图片。

我错过了什么?

更新

brew install emacs --with-cocoa

给出相同的结果。

2 个答案:

答案 0 :(得分:1)

此行为似乎是由启动屏幕的大小触发的。

使初始启动屏幕更大会触发“花式闪屏”"对我来说:

String jsonValue= "[{ \"atr1\" : \"value\" },{ \"atr1\" : \"value\" },{ \"atr1\" : \"value\" },{ \"atr1\" : \"value\" }]";

HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);

HttpEntity<String> entity = new HttpEntity<>(jsonValue,headers);

String url = "http://externalServer:9000/pathServer/serviceCalled";

ResponseEntity<String> STRresponse = restTemplate.exchange(url, HttpMethod.POST, entity, String.class);

或者在.emacs文件中添加一些东西......

emacs -geometry 80x48

(有关详细信息,请参阅https://www.emacswiki.org/emacs/FrameSize。)

或者,调整决定要显示哪种启动画面的功能,如下所述:https://emacs.stackexchange.com/questions/20976/x11-why-is-the-emacs-logo-image-missing-on-the-welcome-screen

答案 1 :(得分:0)

尝试使用brew install emacs --with-cocoabrew info emacs获取更多选项)或者,点按默认构建Cocoa版本的emacs-plus之类的其他公式