On Wed, 17 Apr 2019 12:14:22 +0900, Kenshi Muto wrote: > 4. wrote down below and M-x eval-region > (setq debug-on-error t) > (riece) > > Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 1) 2) > make-face(riece-modeline-current-face "Face used for displaying the current > channel in modeline.")
OK, error message told a reason. I replaced: riece-highlight.el: 197 (make-face 'riece-modeline-current-face) 198 ;; "Face used for displaying the current channel in modeline.") riece-history.el: 68 (make-face 'riece-modeline-history-face) 69 ;; "Face used for displaying history channels in modeline.") riece-unread.el: 63 (make-face 'riece-modeline-unread-face) 64 ;; "Face used for displaying unread channels in modeline.") Now I succeeded to call M-x riece. But things goes worse. Though I specified correct server for Riece asking, Emacs displayed just only 'Saving /home/kmuto/.riece/save... Done'. IRC process seems be running but no connection isn't established. Thanks, -- Kenshi Muto kmuto at kmuto.jp