Dan Kessler
Dan Kessler
> Upon further investigation, the problem seems to be related to this line of my configuration file > > ```ini > (add-hook 'LaTeX-mode-hook #'latex-extra-mode) > ``` > > So I...
> > ### File variable > Inside the `.tex` file, declare the following > > ``` > %%% Local Variables: > %%% mode: LaTeX > %%% End: > ``` >...
> @dankessler Thank you for the help, ~but it doesn't seem to be changing anything for me. I also tried it with quotes around the repo.~ > > ~Is there...
> Also a big thanks from me. It indeed fixes the issue for me. I had to add quotation marks to the repo part: > > ` (bind-map :location (recipe...
My PR to `bind-map` has been [merged](https://github.com/justbur/emacs-bind-map/pull/9#event-12046437475), which fixes the primary complaint that this issue raised. It sounds like some people (@tigerjack) are having different, but likely closely-related, issues with...
> Even though I do not find any latex-related change in the latest emacs version (29.3), the upgrade nonetheless fixed all my problems when used with auctex 14.0.3.2024-03-17 In brief,...
> @dankessler yes, I was on board with all these problems on 29.2 :) Good; sorry for over-explaining :) > > However, I was still experiencing strange behaviour that you...
I just noticed that my PR doesn't fix all the latex-related keybinds, e.g., I missed fixing the way `reftex` keys are bound (which are still only available in actual `latex-mode`)....
Upon further reflection, I think this is better fixed upstream in `bind-map`. I've opened a [PR there](https://github.com/justbur/emacs-bind-map/pull/9) that should fix (the keybinds part of) #16282 *without* requiring this PR. I'm...
This has been fixed (I think?) upstream now