Giter Site home page Giter Site logo

Comments (8)

kiwanami avatar kiwanami commented on July 28, 2024

Thank you for your report!
Now, I don't have Emacs 24.3.1. so I will check it later.

from emacs-edbi.

dreki avatar dreki commented on July 28, 2024

I'm encountering this as well. Please fix.

from emacs-edbi.

dreki avatar dreki commented on July 28, 2024

I don't get let*: as part of my error message.

Removing .edbi-ds-history fixed my issue.

from emacs-edbi.

kiwanami avatar kiwanami commented on July 28, 2024

@Gosha , @dreki
Sorry for my late response.

I checked edbi on 24.3.1 and 24.3.50.1, but I could not reproduce the situation.
My some packages have been reported some troubles around cl package and byte-compiling.
Will you remove compiled elc files and recompile el files?

from emacs-edbi.

tomterl avatar tomterl commented on July 28, 2024

Hi,

Do you mean recompile only for edbi *.el files, or everything in emacs?

I have the same problem (End of file during parsing the history save file).
I installed via github and freshly byte-compiled everything, to no avail.

The problem persists. emacs 24.3.1, e2wm and edbi freshly cloned.

EDIT: I double checked and manually loaded only the necessary libraries in an emacs -Q instance, and then the problem is nonexistant! So it's my/our setup. I'll try to get behind that (probably a shadowed library or some such, wouldn#t be the first time).

kind regards,
Tom

from emacs-edbi.

tomterl avatar tomterl commented on July 28, 2024

I found the culprit: saveplace

I have the following in my setup

 (require 'saveplace)                                                                                                                                                           
 (setq-default save-place t)

Once I disable this, everythings fine; It's logical of course. I have a small patch that prevents that, let's see if I can provide a Pull Request.

from emacs-edbi.

kiwanami avatar kiwanami commented on July 28, 2024

Hi @tomterl,
Thank you for your report!
I'll check saveplace.el.

Well, if you feel that edbi has too many histories, will you try the customize variable edbi:ds-history-list-num (default value is 10) ?

from emacs-edbi.

kiwanami avatar kiwanami commented on July 28, 2024

I checked saveplace.el and I understand the problem.
I would include your patch.

from emacs-edbi.

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.