Skip to content

Commit

Permalink
Additional bug tracking added.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Dec 16, 2023
1 parent 9d5d81d commit 7c5a8bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 00.emacs-patches.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
(display-warning 'emacs "Fixing buggy Microsoft regexp")
(setf (nth 1 (assoc 'msft compilation-error-regexp-alist-alist)) correct-regexp))))

;; Making C-a in log-edit-mode not be there TODO(upstream)
;; Making C-a in log-edit-mode not be there TODO(Bug#67851, fixed in 30.1)
(with-eval-after-load 'log-edit
(when (keymap-lookup log-edit-mode-map "C-a")

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’

Check warning on line 33 in 00.emacs-patches.el

View workflow job for this annotation

GitHub Actions / test (29.1, byte-compile)

reference to free variable ‘log-edit-mode-map’
(display-warning 'emacs "Cleaning up log-edit-mode-map")
Expand Down Expand Up @@ -77,6 +77,8 @@
(keymap-global-set "<remap> <pixel-scroll-precision>" 'pixel-scroll-precision--patched)
(advice-add 'device-class :filter-return 'device-class--collapse-to-mouse)))

;; Fix for clicking on directory line not properly respecting
;; `dired-kill-when-opening-new-dired-buffer'. TODO(upstream)
(when (version< emacs-version "30.0")
(with-eval-after-load 'dired
(display-warning 'emacs "Fixing buggy behavior in dired--make-directory-clickable")
Expand Down

0 comments on commit 7c5a8bc

Please sign in to comment.