bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42108: 28.0.50; treemacs no longer work on native-comp branch


From: Andrey Orst
Subject: bug#42108: 28.0.50; treemacs no longer work on native-comp branch
Date: Mon, 29 Jun 2020 11:52:31 +0300

Yes, everything seem to work now

On Sun, Jun 28, 2020 at 11:29 PM Andrea Corallo <akrl@sdf.org> wrote:
Andrey Orst <andreyorst@gmail.com> writes:

> Some commits ago, I'm not sure exactly when, Emacs compiled with
> native
> compilation branch no longer able to display Treemacs buffer. When
> trying open Treemacs I can see the error message:
>
>     Wrong type argument: stringp, nil
>
> Here's minimal init.el:
>
>     (defvar package-archives)
>     (setq package-archives
>           '(("gnu" . "https://elpa.gnu.org/packages/")
>             ("melpa" . "https://melpa.org/packages/")))
>    
>     (package-initialize)
>     (package-refresh-contents)
>    
>     (unless (package-installed-p 'treemacs)
>       (package-install 'treemacs))
>    
>     (treemacs)
>    
> This will automatically download and install treemacs, and run it,
> however the treemacs buffer is empty, and nothing works.
>
> If I switch to current master branch and recompile Emacs, then
> Treemacs
> works as expected, so I assume it is a native-comp branch bug.

Hi Andrey,

I tried your reproducer using the lastest native-comp 0ce4bf3ede and it
works for me.  Possibly this could be solved by one of the other bugs I
fixed this weekend.

Could you have another try to see if you still see the issue?

Thanks!

  Andrea

--
akrl@sdf.org


--
Best regards,
Andrey Orst

reply via email to

[Prev in Thread] Current Thread [Next in Thread]