Nicholas Vollmer

Results 32 issues of Nicholas Vollmer

prefer `always` over `(lambda (_) t)`

Unless there's some other tooling/convention I'm not aware of, doesn't Emacs look for the latter for setting directory local variables? https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html

Compute child byte-compilation process load-path via straight-dependencies. This should include the necessary transitive dependencies as well as direct dependencies. See: #1131

Just an FYI that I've changed quite a few of Elpaca's UI mode bindings. This actually makes evil compatibility a little easier (I've just switched over to using make-intercept-map for...

When trying `org-ql-find` with helm enabled, I get the following backtrace: ```emacs-lisp Debugger entered--Lisp error: (error "Invalid completion style helm") error("Invalid completion style %s" helm) #f(compiled-function (style) #)(helm) completion--some(#f(compiled-function (style)...

bug
help wanted
compatibility

### OS/platform Arch Linux ### Emacs version and provenance GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.39, cairo version 1.18.0) of 2024-01-04 ### Emacs command emacs ### Emacs frame...

bug
priority:B

### OS/platform Arch Linux ### Emacs version and provenance GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-28 ### Emacs command /usr/bin/emacs ### Emacs frame...

bug
priority:B

As discused in #ement.el:matrix.org, it would be nice to have a command to copy a message's body to the kill-ring. e.g. ```emacs-lisp (defun ement-room-copy-message (pos &optional formatted) "Copy message at...

enhancement
help wanted
good first issue

Proof of concept for replacing the single message filter function with a hook. The hook could be configured like so: For those who want to skip the minibuffer confirmation after...

enhancement

An idea I had while looking for an image in a room: ``` emacs-lisp (defun +ement--find-image (backp) "Move point to image. If BACKP is non-nil, search backward." (or (funcall (if...

enhancement
help wanted