从今天开始,Emacs里面可以运行任何你想要的程序 (Linux & Windows & Mac & BSD)

打开markdown文件白屏

 * using personal access token
 * serving flask app "grip.app" (lazy loading)
 * environment: production
e warning: do not use the development server in a production environment.e
e use a production wsgi server instead.e
 * debug mode: off
 * running on http://localhost:52431/ (press ctrl+c to quit)

系统: Manjaro 18.0.4

Emacs: 26.2

可能你用的窗口管理器不支持

我用的是KDE,而且org文件没问题。

安装 grip 然后设置你自己的 token

找到原因了,是http代理的问题。

看到大神有提到 xkeysnail. 我前两天才发现它. 非常喜欢. 但是现在有个问题: xkeysnail 运行需要 sudo, root 权限. 我想开机就自启动它. 大神有没有比较完美的解决方案没? (我的系统是 manjaro i3)

之前我是使用 polkit 设置规则允许 xkeysnail 使用 root 权限,具体网上找找(如 Linux授权弹窗:polkit - 简书 ),这个比较正规。

我现在是直接封装一个 c 程序来按制 xkeysnail(见 desktop/xkeysnail-ctl.c at master · tangxinfa/desktop · GitHub),然后通过 chmod+s 给它 root 权限,这样子切到 tty 时就自动把 xkeysnail 停了,切回 i3 再自动开启,不然键盘就乱了。我现在基本上都是用 fbterm 在 tty 下跑 emacs,减少干扰。

懒猫,关注你这个EAF一段时间了,只是一直没装过。这几天想把电脑换成Manjaro,顺便折腾折腾你的EAF。我看这个帖子上面你说过之前一直在用pdf-tools,我也很喜欢用,我想问一下EAF的pdf-viewer和pdf-tools比起来怎么样?

性能秒杀呀,pdf-tools

成功装了Manjaro, 但是eaf用不了,已提交issue

:grin: 厉害

恕我无法理解上下文语境,那到底是哪个性能好点呢:sweat_smile:

当然是EAF

我在EAF的issue里提了个建议,希望能够将EAF打开的页面存到emacs内置bookmark里。懒猫你看可不可行?

最近没空搞eaf哈

建了个PR,内容比较多…懒猫有空看看。

顺便遇到了一些bug,有些还没修,回头整理一下…

我最近都不用Linux,所以补丁可能没法测试

还在折腾mac呢😂

话说我问一个问题,你没用lexical binding是故意的吗?

这几天递交了几个新的补丁

  1. Better eaf-find-alternate-file-in-dired
  • It will allow better navigating and opening files using EAF through the dired buffer
  1. Rename air-share to airshare
  2. Better buffer name using the actual file name instead of a truncated file path, which most of the times will cut off parts of the file.