sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

tex-buf.el has been merged into tex.el #63

Closed tarsius closed 1 year ago

tarsius commented 2 years ago

I've noticed this because I maintain the Emacsmirror and the tools, that I use to do so, inform me when a dependency of a mirrored package isn't satisfied (anymore).

In auctex tex-buf.el was merged into tex.el but your package still requires tex-buf. You can probably fix this by depending on tex instead, or if you already do that by dropping the additional (require 'tex-buf).

EmmanuelCharpentier commented 1 year ago

A workaround is to add (provide 'tex-buf) in the relevant part of your .emacs.

Hint given in an auctex-latexmk issue.

I'll submit the relevant patch soon.

EmmanuelCharpentier commented 1 year ago

I'll submit the relevant patch soon.

Done, pull request emitted.

tarsius commented 1 year ago

The pull-request is #65.