elisp-format
elisp-format copied to clipboard
Originally from EmacsWiki
Hi there, thank you very much for this package. I encountered a small bug a few days ago. Formatting the code in the attached file will send elisp-format into an...
I see `Invalid regular expression` when formatting any buffer with `emacs-snapshot 20220711:107361-9fe663530c~ubuntu20.04.1` `GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.16.0) of 2022-07-12` and `./elpa/elisp-format-20160508.952/elisp-format.el` I've tried...
like `space-after-tab::tab` used for `whitespace-style` config.
For example, ```diff -(defun elisp-format-string-length ()⏎ +(defun elisp-format-string-length () ⏎ "Return string length."⏎ - (- (elisp-format-string-end-position)⏎ + (- (elisp-format-string-end-position) ⏎ (elisp-format-string-beg-position)))⏎ ``` If you run elisp-format on itself and `git...