GNU bug report logs - #42108
28.0.50; treemacs no longer work on native-comp branch

Previous Next

Package: emacs;

Reported by: Andrey Orst <andreyorst <at> gmail.com>

Date: Sun, 28 Jun 2020 10:49:01 UTC

Severity: normal

Found in version 28.0.50

Done: Andrea Corallo <andrea_corallo <at> yahoo.it>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 42108 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Andrey Orst <andreyorst <at> gmail.com>
Cc: 42108 <at> debbugs.gnu.org
Subject: Re: bug#42108: 28.0.50; treemacs no longer work on native-comp branch
Date: Sun, 28 Jun 2020 20:29:16 +0000
Andrey Orst <andreyorst <at> 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 <at> sdf.org




This bug report was last modified 4 years and 325 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.