Nicholas Coltharp

Results 5 comments of Nicholas Coltharp

I have this in an ugly-but-working state at [this branch](https://github.com/nosewings/accumulo/tree/bootstrap). Some things work thinking about: - Bootstrap v5 no longer comes with the Glyphicon Halflings set, which we use in...

For what it's worth, I was able to get this working with something like the following: ```emacs-lisp (defun nosewings/restart-emacs-advice (function &rest args) (let ((invocation-directory "~/.nix-profile/bin/")) (apply function args))) (advice-add #'restart-emacs...

On further inspection, I believe this is caused by the use of `looking-at` in `scala-syntax:looking-back-token` [here](https://github.com/hvesalai/emacs-scala-mode/blob/master/scala-mode-syntax.el#L737), called from `scala-indent:body-p` [here](https://github.com/hvesalai/emacs-scala-mode/blob/master/scala-mode-indent.el#L553). `M-x toggle-case-fold-search` fixes the problem, so I'm not sure whether...

To clarify: this occurs when switching buffers with `switch-to-buffer`, `previous-buffer`, and `next-buffer`; I can still see the buffers in `(buffer-list)`.

Yes, it happens even with `M-x switch-to-buffer`. Why would this be the expected behavior with `persp-switch-to-buffer`?