m-fleury / isabelle-emacs

Clone of isabelle, with LSP extensions in seperate branches
Other
25 stars 5 forks source link

Isabelle2023 #84

Closed m-fleury closed 2 months ago

m-fleury commented 1 year ago

It is that time of year again:

Do not forget that you have to update your configuration (~/.isabelle/Isabelle2023-RCX-vsce) and to pull the components

m-fleury commented 1 year ago

Be careful: the branch is now called Isabelle2023-vsce (to be consistent with the file in .isabelle and the version instead of -more-vscode.

@gh-salt also don't forget to do a isabelle components -I and isabelle components -a

gh-salt commented 1 year ago

I just tested the install. The config files for spacemacs seem to have disappeared. (I mean the ones in .../src/Tools/emacs-lsp/spacemacs_layers/isabelle/ ). Instead, there is the img folder with the screenshots of isabelle-emacs on spacemacs.

gh-salt commented 1 year ago

I guess I can just copy them from Isabelle2021-more-vscode ?

gh-salt commented 1 year ago

I tried to do just that and it works but the command to insert a new line from the command mode of evil is again super slow (and the one to delete a line too...). Is there a fix that was lost in between?

m-fleury commented 1 year ago

I just tested the install. The config files for spacemacs seem to have disappeared. (I mean the ones in .../src/Tools/emacs-lsp/spacemacs_layers/isabelle/ ). Instead, there is the img folder with the screenshots of isabelle-emacs on spacemacs.

Fixed.

git diff -b Isabelle2021-1-more-vscode spacemacs_layers/isabelle/*.el

does not seem to indicate any difference since, so something else must have broken recently… You are using emacs28?