Results 13 comments of zimoun

Dear, I have detailed in private email. Say I fall in the category 1., it is DNA, I already can basecall the data and the accuracy is *"good*" i.e., the...

+1 to change the default behavior. Changing the default value leads to two possible choices: - nothing is provided for the transition, and the user has to manually copy/relocate the...

Will anyone work on [Julia GSOC 2016](http://julialang.org/soc/ideas-page.html#native-julia-implementations-of-iterative-solvers-for-numerical-linear-algebra) ? It should be nice to have a common API to easily switch between the different implementations or to merge them. For example,...

@simonlegrand I confim the bug appears with Emacs 29.1 and not with 28.2. What happens? Consider the Julia code used by the test: ```julia function f(x) function fact(n) if n...

> The test `julia--test-end-of-defun-nested-2` applies `C-u 2 C-M-e`, it results: [...] > which is incorrect. It should be at the end. Therefore, `julia-end-of-defun` is buggy. Hum, I do not know......

Reported to upstream Emacs: [#66763](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66763).

I have play around and it seems a classical multi-threading issue ? Let two instances of Emacs, E1 and E2. And basically, when saving the scenario is: - E1 checks...

@grettke what do you mean by `account` ? @glyph not sure that `keyfreq` should provide sort of logging system, because in short, it is what you are proposing if I...

Really nice this python script !! What I have in mind is more to adapt current functions, such as `keyfreq-table-load`, `keyfreq-list` and `keyfreq-table-save`, and add an interactive new one, e.g.,...

@grettke @glyph I added the interactive `keyfreq-merge` function. Is it useful ? I have not fully tested with huge several files. It is possible that the lock-file will block a...