Git Product home page Git Product logo

Comments (5)

tmalsburg avatar tmalsburg commented on June 12, 2024

Hm, I can't reproduce this in the current development version of Emacs. I don't pass a keymap to easy-menu-add-item but according to the documentation that's ok.

Do you get the error when you run emacs -Q and eval the file helm-bibtex.el?

from helm-bibtex.

icymist avatar icymist commented on June 12, 2024

It is pretty strange.

This does not give an error.
01:00 $ mv .emacs newemacs.el
01:00 $ /Applications/Emacs\ 2.app/Contents/MacOS/Emacs -no-site-file --debug-init -l ./newemacs.el

But, this does.
01:01 $ mv newemacs.el .emacs.el
01:01 $ /Applications/Emacs\ 2.app/Contents/MacOS/Emacs -no-site-file --debug-init -l ./.emacs.el

Also, it gives an error if I rename the file .emacs, or init.el.

I am on OSX Yosemite. And it happens both with 24.4 Emacs and 24.5 Emacs.

The minimal emacs with which I can reproduce this issue is:
(require 'package)
(setq package-list '(use-package))
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
(package-initialize)
(require 'use-package)
(setq use-package-verbose t)
(use-package helm-bibtex
:init
(setq helm-bibtex-bibliography '("/work/mypapers/mynewrefs.bib")
helm-bibtex-library-path '("
/work/papers")
helm-bibtex-pdf-open-function 'helm-open-file-with-default-tool
)
)

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 12, 2024

-no-site-file is not the same as -Q. Is it possible that there are compiled versions of those files (.elc)?

from helm-bibtex.

icymist avatar icymist commented on June 12, 2024

The issued is solved. I didn't use (require 'helm-config). The error does not appear anymore after I use it.

Thanks for looking though.

from helm-bibtex.

tmalsburg avatar tmalsburg commented on June 12, 2024

Thanks for the update. Perhaps, we should (require helm-config) in helm-bibtex then.

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.