Augusto Stoffel

Results 26 issues of Augusto Stoffel

The docstring of anonymous commands is never shown in which-key's popup. If I set ``` elisp (global-set-key (kbd "C-λ f") 'find-file) (global-set-key (kbd "C-λ λ") (lambda () "My little interactive...

Distinguishing non-breaking spaces and the like is generally not useful in `{markdown,gfm}-view-mode`. So these modes should set `nobreak-char-display` to nil by default. Another option would be to tie this setting...

The completions provided by Jupyter are quite good in the REPL, but for a script there are better options available (for instance, a language server). This is specially true when...

The `detail` field of a `completionItem` is not shown in the company popup if the `kind` property is absent. Sometimes there is no suitable `kind` to use (e.g., in a...

So, for instance, the below example should have two matches on the same line, `define-minor-mo` and `de ctrlf-local-mo`. The shorter matches allow a more fine-grained movement, and greediness doesn't work...

Have you considered adding this Flymake backend to Emacs itself? The main advantage is that everything would work out-of-the-box without requiring the user to discover and install yet another package....

For Python projects using a a fully featured project manager like Poetry, Hatch or PDM, it would be nice to extract the project environment directly from the corresponding `pyproject.toml` file....

I keep the default `embark-quit-after-action=t`, and I think the only occasion I really have to use the prefix arg of `embark-act` is when I'm going to call the default action....

In https://github.com/emacs-jupyter/jupyter/commit/32376a22b57f5b1709aec9662543ab9a9d1a602a, the signature of `jupyter-eval-region` was changed in a way that can break other packages and user configurations (cf. https://github.com/astoff/code-cells.el/issues/22). The new signature is also inconvenient when the user...