Lucien Cartier-Tilet
Lucien Cartier-Tilet
~~I could upgrade Emacs to commit https://github.com/emacs-mirror/emacs/commit/8d8464bd5a98598e7a6fe63370545c7f07574926 (the commit before straight breaks, [savannah version of the link](https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=8d8464bd5a98598e7a6fe63370545c7f07574926)) and the issue with Magit seems to no longer be here, I can...
A simple way to write what you are looking for would be the following ``` emacs-lisp (seq-uniq (mapcar #'f-parent (f-files "~/org" (lambda (f) (f-ext-p f "org")) t))) ``` To explain...
> Also experiencing this issue for 2.0.0-beta.61. Any status on when this will be fixed?... Or at least a work-around? On my side, I ran `yarn` and selected a version...
> As mentioned in #2872, I tested flameshot with the downgraded xdg-desktop-portal 1.14.6, and it works flawlessly on both Hyprland and Sway. With the updated xdg-desktop-portal and xdg-desktop-portal-wlr, the behavior...
Hi, sorry for the delayed response. Your code looks good to me, I just need you to do two things before I can merge this PR: 1. Squash your commits...
Running the tests locally, it seems like they either are incorrect, the function they are supposed to be testing is incorrect, or they contain syntax errors. ``` Ran 261 tests...
Support for Emacs 24 was indeed removed a few months ago. As it is relatively old (its last update dates from around seven years ago) and I cannot easily test...
Wrong issue reference
Hi, I’ll try to get #131 merged first, I’ll create a new release once it is in master.
From [this email](https://lists.gnu.org/archive/html/help-gnu-emacs/2008-06/msg00032.html) in the Emacs mailing list, I found something that could be useful. I rewrote it the following way in order to be sure no conflict would happen...