Git Product home page Git Product logo

Comments (8)

tmalsburg avatar tmalsburg commented on June 12, 2024

I can't replicate this. Could you please show me the entry that's causing the problem? Thank you.

from helm-bibtex.

scottmartincampbell avatar scottmartincampbell commented on June 12, 2024

The following entry did not work for me:

@Manual{wetterlund2013_if,
    file = {~/edoc/wetterlund2013.pdf},
    timestamp = {2015-01-13 013d},
    author = {Wetterlund, Kris},
    title = {If you Can't See It Don't Say It},
    year = 2013,
    date = {2013-7-3},
    publisher = {Museum-Ed},
    url = {http://tamtamsp.pressbooks.com/},
    tags = {:to read},
    keywords = {*oma exhibits}
}

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 12, 2024

Weird, it works in my setup. Are you using the latest version from git master?

from helm-bibtex.

scottmartincampbell avatar scottmartincampbell commented on June 12, 2024

I'm using helm-bibtex-20150129.2118 from melpa, so yes. Everything else is up to date as well. I'll see if I can isolate something and see if it's something in my setup somewhere. I tried just that one entry alone in a file and that didn't help.

Here's the top of the debug, in the meantime:

Debugger entered--Lisp error: (wrong-type-argument sequencep 10)
  s-left(1 10)
  #[(it) "\301\302�\"\303P\207" [--cl-var-- s-left 1 "."] 3]("Kris")
  mapcar(#[(it) "\301\302�\"\303P\207" [--cl-var-- s-left 1 "."] 3] ("Kris"))
  helm-bibtex-apa-format-authors("Wetterlund, Kris")
  helm-bibtex-apa-get-value("author" (("keywords" . "{*oma exhibits}") ("tags" . "{:to read}") ("url" . "{http://tamtamsp.pressbooks.com/}") ("publisher" . "{Museum-Ed}") ("date" . "{2013-7-3}") ("year" . "2013") ("title" . "{If you Can't See It Don't Say It}") ("author" . "{Wetterlund, Kris}") ("timestamp" . "{2015-01-13 013d}") ("file" . "{~/edoc/wetterlund2013.pdf}") ("=type=" . "Manual") ("=key=" . "wetterlund2013_if")))

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 12, 2024

Huh, this doesn't make any sense at all. Where is the 10 in the s-left call coming from? It should be (s-left 1 "Kris") which gives us the first charakter of the first name.

from helm-bibtex.

scottmartincampbell avatar scottmartincampbell commented on June 12, 2024

The 10 in s-left is coming from the position of the , on L522: else if (s-index-of "," a). Longer or shorter lasnames change the position of the , and throw a different error. I tried else if (s-contains? "," a) and the error was wrong-type-argument sequencep, t. So, the 10 is get:ting collected in the cl-loop somehow, I guess, but my lisp is pretty weak so I'll need to dig further. I have updated s.el and dash.el libraries, and cl-lib.el 0.5 installed, but maybe there's a clash with the emacs 24.3 cl-lib? I'm out of my depth, but will keep trying. Sorry for the mess.

from helm-bibtex.

scottmartincampbell avatar scottmartincampbell commented on June 12, 2024

Okay, I upgraded to Emacs 24.4 and recompiled everything. It works now.

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 12, 2024

Ok, glad you got it working.

from helm-bibtex.

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.