Roshan Shariff
Roshan Shariff
Instead of making another function, would it be okay to just add a defcustom `topsy-defun-before-end` that controls whether to call `end-of-defun`? The code already handles the case when `end-of-defun` fails...
I understand the argument against option fatigue, and I only proposed it because the extra code complexity seemed minimal. And at least in my experience, the mere presence of options...
#18 implements this functionality in a mode-agnostic way, controlled by a new defcustom. Maybe that'll meet your needs?
I've split apart the functionality of this PR into #16, #17, and #18. The combined effect can be seen in https://github.com/roshanshariff/topsy.el/tree/master. I'll close this PR now.
The same problem happens on https://franknielsen.github.io/IG/ on Chrome 99.0.4844.82 (when right clicking on the Zotero connector and selecting "Save to Zotero > Web Page with Snapshot". The connector version is...
This isn't the right change to be making, and in fact we already give the Portfolio Performance flatpak access to the user's home directory. This is why it is able...
I'm attaching a [directory listing](https://github.com/buchen/portfolio/files/11861008/portfolio-bug3418.txt) of a freshly created `~/.eclipse` directory to help in understanding what it's for and why it's being created. Perhaps it normally goes in a temporary...
@buchen, I was also looking into this and came to a similar conclusion. From the documentation on [multi-user installs](https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fmulti_user_installs.html&cp%3D2_1_6_7), it appears that Eclipse uses the `configuration` directory inside the Portfolio...
I've included the change along with the update to Portfolio Performance 0.64.2, now published on Flathub. The crash issue should now be resolved. We can investigate it further if it...
@buchen, this problem seems have come back with the Eclipse framework upgrade in 0.65.4. For the Flatpak version, you have to manually `rm -r ~/.var/app/info.portfolio_performance.PortfolioPerformance/config/configuration` to avoid a crash after...