Pierre Neidhardt

Results 859 comments of Pierre Neidhardt

I guess you meant MELPA! :) I cannot reproduce. Did you just update the package or guix? Then the compiled file cache might be out of date. Remove `~/.cache/guile/ccache` and...

In my experience, installing emacs-guix from both MELPA and emacs-guix can lead to those errors. Try using only one at a time.

> 2\. Thus, I'm not sure you can import Luakit history. Yes we can, simply as history entries. The GHT entries alone are equivalent to a traditional history. > 3\....

> Is there a reason why it was done this way? IMHO, although browsing history and session are connected, they are a little different. I don't know how to put...

Are you running from the REPL? If so, you must switch to the `nyxt-user` package first: ```lisp (in-package :nyxt-user) ```

`current-buffer` is exported. The following works for me in a REPL: ```lisp > (in-package :nyxt-user) # > (current-buffer) NIL ``` @MuhammedZakir Can you share a complete recipe to reproduce your...

In-memory data is necessarily Lisp expressions for our concern (history, bookmarks). Importers and interop with other browser's data may fit more as an extension. What do you think? One feature...

Sorry for the delay, I'll get back to you as soon as possible!

OK, will review when I'm done with #2536.

It's most likely an SBCL bug. This should be reported upstream. Can anyone report? I'm currently not available.