Greg Pfeil

Results 198 issues of Greg Pfeil

This adds an [Eldev](https://doublep.github.io/eldev/) build and a [Nix](https://nixos.org/manual/nix/stable/) flake around it. It also modifies the code as needed to satisfy the packager and linters. This is preliminary work for all...

Even though this is still in “alpha”, I think it’s a useful library. It’d be great to see it published.

Rather than simply a `progn` at the end of elisp-reader, how about making it possible to enable/disable, then it could maybe be scoped for reading certain things. ``` (defvar er--original-read...

`local`, as a bare name should certainly be in its own module. The regex reader not necessarily, so long as it isn’t added to the sharpsign reader by default (see...

E.g., something like ```emacs-lisp (defconst er-standard-sharpsign-dispatcher-alist (concat (er-enumerate-sharpsign-digit-dispatchers) (er-enumerate-original-sharpsign-dispatchers) '((?\' . (lambda (in x) (list 'function (er-read-datum in))))))) (defcustom er-sharpsign-dispatcher-alist er-standard-sharpsign-dispatcher-alist "An alist mapping characters following ?# to reader functions.")...

For reasons (involving Nix), I have a .envrc that’s a symlink to a file in an unwriteable directory. `chtimes` fails to modify the file (understandably). Reloading seems to still work...

Feature

## Expected behavior `(projectile-compile-project)` executes successfully ## Actual behavior I get an error ``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-remote-p(nil) (not (file-remote-p dir)) (let ((meh (message "Remote-p dir: %S"...

Stale

tl;dr: `(get ' 'saved-value)` changes after the package defining `` is loaded, depending on whether `use-package :custom` or `custom-set-variables` is used to set `` in an init file. This is...

notabug

I’m not sure exactly how yet, but I have ```elisp (use-package wakatime-mode :config (global-wakatime-mode) :custom (wakatime-cli-path "/wakatime-cli")) ``` in default.el (ostensibly system-wide, rather than my init.el), but when I check...

When I click “FLASH KEYBOARD” with [this layout](https://github.com/sellout/keyboard-layout/blob/main/Infinity%20Ergodox/Atreus-default.json) loaded, I get the above error. (**NB**: that layout hits kiibohd/configurator#224 first, so the layout name needs to be changed to “Atreus-default”...