Paul Nelson

Results 22 comments of Paul Nelson

Sorry, I should have seen in the [manual](https://github.com/Fuco1/smartparens/wiki/Pair-management) the rule about pairs having to be prefix-free, so please feel free to close this issue -- I'll just note that both...

Just FYI, after submitting this report, I worked out some ad-hoc parenthesis-based navigation just for tex modes: https://github.com/ultronozm/tex-parens.el. I'm happy with this, so please feel free to deprioritize my report...

I'll chime in that I've noticed this too, that it's a consistent issue now, and that it wasn't an issue a couple months ago. Will try to dig in further...

Perhaps someone would find it useful, if only temporarily, if you mentioned [this package](https://github.com/ultronozm/ai-org-chat.el), which provides a similar feature (as a light wrapper around gptel) using released versions of org.

Thanks for your response. Indeed, changing `use-system-tooltips` back to its default value of `t` makes the issue go away. I also noticed just now that although the versions of pdf-tools...

The bug has been reported to Emacs, where it awaits the attention of some macOS expert: https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-09/msg00972.html

My only workaround is `(setopt pdf-annot-tweak-tooltips nil)`. Does that help with your issue?

One quick idea in the directory case would be to include the contents of the corresponding Dired buffer. More generally, is there any reasonable default way (without custom link types)...

@karthink I don't know if the following produces the format desired by @madanyang, but if you haven't already, try the following in the `gptel` source directory, assuming Emacs source is...

After reading this and related threads, I made a "local context" prototype https://github.com/ultronozm/gptel-local-context.el that I figured I'd share at least for the sake of the discussion. I don't know to...