Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitech/emacs.d
My dot emacs.d script collections.
https://github.com/kitech/emacs.d
Last synced: about 1 month ago
JSON representation
My dot emacs.d script collections.
- Host: GitHub
- URL: https://github.com/kitech/emacs.d
- Owner: kitech
- Created: 2014-08-13T07:49:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T07:29:10.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T22:52:33.545Z (almost 2 years ago)
- Language: Emacs Lisp
- Homepage:
- Size: 2.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
emacs 24.1正式发布,却不料原来在23.2上用的很好的ecb无法使用了
经过检查报错信息,搜索资料,查证得到如下解决办法:
1、需要在加载ecb之前,设置一个变量:
(setq stack-trace-on-error t)
这次查找问题,学到几个elisp函数,
(run-with-idle-timer 0.1 nil 'toggle-full-screen)
(add-hook 'after-make-frame-functions 'toggle-full-screen)