我已在OS X Yosemite上安装了emacs 25.1。
brew cask install emacs
欢迎屏幕如下:
但必须与
类似所以没有风格,没有图片。
我错过了什么?
更新
brew install emacs --with-cocoa
给出相同的结果。
答案 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-cocoa
(brew info emacs
获取更多选项)或者,点按默认构建Cocoa版本的emacs-plus之类的其他公式