Skip to content

Commit

Permalink
Remove fixmes revert-buffer-in-progress-p
Browse files Browse the repository at this point in the history
Will probably never be fixed and will probably never have any effect.
  • Loading branch information
svaante committed Nov 22, 2024
1 parent 11e5729 commit 4016930
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -2805,8 +2805,6 @@ Using BUFFER and STR."
;; TODO Look for alternatives to hexl, which handles address offsets
(add-hook 'eldoc-documentation-functions
#'dape--memory-print-current-point-info nil t)
;; FIXME Is `revert-buffer-in-progress-p' is not respected
;; as most of the work is done in an callback.
(setq revert-buffer-function #'dape--memory-revert))

(define-key dape-memory-mode-map "\C-x]" #'dape-memory-next-page)
Expand Down Expand Up @@ -3415,9 +3413,6 @@ Each buffers store its own debounce context."
truncate-lines t
cursor-in-non-selected-windows nil
dape--info-debounce-timer (timer-create)
;; FIXME Is `revert-buffer-in-progress-p' is not
;; respected as most of the work is done in an
;; callback.
revert-buffer-function #'dape--info-revert)
(add-hook 'window-buffer-change-functions 'dape--info-buffer-change-fn
nil 'local)
Expand Down

0 comments on commit 4016930

Please sign in to comment.