Sérgio Bacelar

Results 11 comments of Sérgio Bacelar

Thank you. I will try to install a newer `Emacs` version or correct it with a patch.

I managed to _minimize_ the problem starting the `init.el` file with: ``` (setq gc-cons-threshold 80000000) (package-initialize) (require 'package) (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) (add-to-list 'package-archives...

I managed to install `parsebib` but `helm-bibtex` and i`vy-bibtex` appears as incompatible in the packages list and can not be installed using `M-x package-install`. Now the error messages are: ```...

I managed to install `parsebib` but `helm-bibtex` and i`vy-bibtex` appears as incompatible in the packages list and can not be installed using `M-x package-install`. Now the error messages are: ```...

Now I deleted `helm-bibtex.el` and other `el` file that I copied to the `scimax` folder in an effort to install `helm-bibtex`. Now the message error is simpler: ``` Error (use-package):...

Thank you for the info and for your support. I could finally install `helm-bibtex` with success.

It's a very useful pandoc filter. You can read all the information about it in [https://github.com/lierdakil/pandoc-crossref](https://github.com/lierdakil/pandoc-crossref)

In the following example, I got some data from DK and UK and have done some data transformations. But in the final table I don't want to show DK and...

Please see my question in [StackExchange](http://emacs.stackexchange.com/questions/27153/problem-with-init-file-with-new-emacs-25-1-on-osx). Solved uninstalling `stan-mode`.