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


View this message in rfc822 format

From: Andrey Orst <andreyorst <at> gmail.com>
To: 42108 <at> debbugs.gnu.org
Cc: Andrea Corallo <akrl <at> sdf.org>
Subject: bug#42108: 28.0.50; treemacs no longer work on native-comp branch
Date: Mon, 29 Jun 2020 11:52:31 +0300
[Message part 1 (text/plain, inline)]
Yes, everything seem to work now

On Sun, Jun 28, 2020 at 11:29 PM Andrea Corallo <akrl <at> sdf.org> wrote:

> 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
>


-- 
Best regards,
Andrey Orst
[Message part 2 (text/html, inline)]

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

Previous Next


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