Giter VIP home page Giter VIP logo

Comments (7)

wyuenho avatar wyuenho commented on August 27, 2024

I need a stack trace.

You can get it by putting (setq debug-on-error t) at the top of your init file.

from emacs-pet.

skeezix avatar skeezix commented on August 27, 2024

Lets see if image attach works.. this is on start up with persp and desktop mode picking up existing state and loading up the previously opened files
image

from emacs-pet.

skeezix avatar skeezix commented on August 27, 2024

I wonder if the issue was popping up due to the package being roped in as a dependancy (but also explicitly by me, later in the config.) I added a 'use-package pet' to near the top of the config and most of the Messages lines went away; still a couple in response to undo-tree trying to open a bunch of files.

Removed undo-tree for now, still seeing a couple:

Entities are now displayed as UTF8 characters
File mode specification error: (error Autoloading file /Users/mit5893/.emacs.d/elpa/pet-20230423.2326/pet.el failed to define function pet)
Entities are now displayed as UTF8 characters
File mode specification error: (error Autoloading file /Users/mit5893/.emacs.d/elpa/pet-20230423.2326/pet.el failed to define function pet)

I suppose the ultimate would be to set aside my config, and build up a new config bit by bit to see when the error pops up, but oooof.

image

from emacs-pet.

skeezix avatar skeezix commented on August 27, 2024

;; emacs-pet python executable tracker to locate pythons better
(use-package pet
:ensure t
:hook (python-mode))

from emacs-pet.

wyuenho avatar wyuenho commented on August 27, 2024

Oh I see, I think the README has misled you. Try this:

(use-package pet
  :ensure t
  :hook (python-mode . pet-mode))

from emacs-pet.

wyuenho avatar wyuenho commented on August 27, 2024

I've update the README now, this should fix your issue.

from emacs-pet.

skeezix avatar skeezix commented on August 27, 2024

Yep, this did clear up the errors :) Good catch, thanks very much!

from emacs-pet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.