Finding an Emacs Bug
I was recently working on a porcelain for local database management in Emacs, tablemacs (name tbd). The general idea here is to give a magit style interface for interacting with a local database. This mode is built off SQLi (sql-interactive-mode) and uses a hidden comint buffer to execute commands. Everything was working great till I encountered a really weird issue. Let me preface everything with, I’m still very new to elisp and am still very much a beginner. Not only is it a radically different language than what I’m used to, the paradigms are also just very unique to emacs. If some of the code here looks wrong, it’s a mistake in translation as some of it was modified for ease of understanding. ...