Jorge Araya Navarro
Jorge Araya Navarro
I'm back! After deleting ~/.emacs.d/elpa and starting Emacs the error stills happens: ``` Starting new Ispell process aspell with default dictionary... Error during redisplay: (eval (telephone-line-add-subseparators (quote ((lambda (face) (telephone-line-raw...
BTW, this is how the mode-line looks at the right side when the error happens:  And this is how it looks when emacs is...
> If you try running one of the commands that errored out, what do you get? I got this on `emacsclient` and normal Emacs: ``` #(" " 0 2 (display...
> is it because the broken one is missing subseparators, perhaps? Is that gap at the end the same width as the missing subseparators? I... I don't know? it seems...
Maybe is when Emacs startups that it fails because the barfing of telephone-line occurs once instead every time redisplaying(? the mode-line is required, thus why the output is correct for...
BTW, I cannot reproduce the bug on Windows with Emacs from MSYS2.
With following minimal configuration I'm unable to reproduce the bug on Archlinux: ``` (package-initialize nil) (setq package-enable-at-startup nil) ;; Ask package.el to not add (package-initialize) to .emacs. (setq package--init-file-ensured t)...
This being the case, I may move my elisp to `init.el` and use [elisp-bug-hunter ](https://github.com/Malabarba/elisp-bug-hunter) in order to catch whatever package is interfering with telephone-line.
I temporally moved my configuration into `init.el`, removed the parts that are for untangling my configuration from an org-mode file and ran bug-hunter, there are the results: ``` Initial tests...
While using bug hunter on my configuration I notice my orange face in the separator at the same place the [artifacts occurred as reported 8 days ago.](https://github.com/dbordak/telephone-line/issues/66#issuecomment-382904921) 