manateelazycat / aweshell

Awesome shell extension base on eshell with wonderful features!
422 stars 39 forks source link

aweshell后eshell prompt的保护失效了 #38

Open cnsunyour opened 5 years ago

cnsunyour commented 5 years ago
  1. doom-emacs的新窗口貌似都统一设定成下部1/4高度的了,这样用aweshell-new开启新的shell窗口也是这么大,为此我写了个调用函数来解决:
    (require 'aweshell)
    (defun cnsunyour/call-aweshell-new ()
    (interactive)
    (progn
     (aweshell-new)
     (delete-other-windows)))
    (global-set-key (kbd "s-'") 'cnsunyour/call-aweshell-new)
  2. 不知为何,在doom-emacs里调用aweshell后eshell prompt的保护失效了,按着回退键会一直把所有字符删掉。本想努把力试图找到原因,无奈水平实在太菜,看了半天也不明所以,只能向猫大反映了。
manateelazycat commented 5 years ago

第一个请用emcs -Q对比测试排除配置的问题

第二个是我的问题,我回来想想怎么解决

manateelazycat commented 5 years ago

第二个问题应该是 eshell-prompt-extras 这个插件的锅,我最近研究一下