Chen Bin
Chen Bin
Could you show me more details?
thanks , could you send me a pull request?
I might need a bit more understanding about below code, ``` (while (search-forward " #
It's because there is no `wg-deserialize-org-agenda-mode-buffer`, 
342fc30 store buffer name instead of buffer object (Chen Bin)
Doesn't work, here is the content of my `custom-set-variables.el` after turning on `underlined` attribute of `js2-error` font face: ```lisp (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit...
Still got the issue. As you can see, `console.log('hello')` got `js-warning` face. It's correctly underlined. But `qa1('hello')` got `js-error` face but not underlined. 
I use Emacs v25.2.2, js2-mode-20180301, on latest debian. I turn off the color theme but still got the problem.
Yes, I restarted Emacs several times. I also ran `M-x describe-face js2-error` and confirmed `Underlined` is `red` Screen  shot of console and GUI emacs: