A list of symbols is not processed correctly from symbol-value #4

Open
opened 2025-11-02 21:56:32 +00:00 by arjen · 0 comments
Owner

Using the newly created feature to allow customization of form-types a bug shows up, the list of symbols is not returned correctly from symbol-value.

(use-package! upiv
  :config
  (add-to-list 'marginalia-command-categories '(upiv-at-point . variable))
  (map! (:map emacs-lisp-mode-map
         :localleader
         :desc "Insert custom variable" "c" #'upiv-at-point))
  :custom
  (upiv-allowed-form-types (use-package use-package!))
  (upiv-full-form-in-completion nil))
Using the newly created feature to allow customization of form-types a bug shows up, the list of symbols is not returned correctly from `symbol-value`. ``` (use-package! upiv :config (add-to-list 'marginalia-command-categories '(upiv-at-point . variable)) (map! (:map emacs-lisp-mode-map :localleader :desc "Insert custom variable" "c" #'upiv-at-point)) :custom (upiv-allowed-form-types (use-package use-package!)) (upiv-full-form-in-completion nil)) ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
arjen/upiv#4
No description provided.