unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
Not found
debug log:

solving aa26b990bc ...
found aa26b990bc in https://yhetil.org/emacs-bugs/65cb7c73fd4a999cca00@heytings.org/
found be26ca55f0 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 be26ca55f0d46664b37bea121d055f98f1b4b57d	lisp/jit-lock.el

applying [1/1] https://yhetil.org/emacs-bugs/65cb7c73fd4a999cca00@heytings.org/
diff --git a/lisp/jit-lock.el b/lisp/jit-lock.el
index be26ca55f0..aa26b990bc 100644

Checking patch lisp/jit-lock.el...
error: while searching for:

 ;;; On demand fontification.

 (defun jit-lock-function (start)
   "Fontify current buffer starting at position START.
 This function is added to `fontification-functions' when `jit-lock-mode'
 is active."
   (when (and jit-lock-mode (not memory-full))
    (if (not (and jit-lock-defer-timer
                  (or (not (eq jit-lock-defer-time 0))
                      (input-pending-p))))
	;; No deferral.
	(jit-lock-fontify-now start (+ start jit-lock-chunk-size))
      ;; Record the buffer for later fontification.
      (unless (memq (current-buffer) jit-lock-defer-buffers)
	(push (current-buffer) jit-lock-defer-buffers))
      ;; Mark the area as defer-fontified so that the redisplay engine
      ;; is happy and so that the idle timer can find the places to fontify.
      (with-buffer-prepared-for-jit-lock
       (put-text-property start
			  (next-single-property-change
			   start 'fontified nil
			   (min (point-max) (+ start jit-lock-chunk-size)))
			  'fontified 'defer)))))

 (defun jit-lock--run-functions (beg end)
   (let ((tight-beg nil) (tight-end nil)

error: patch failed: lisp/jit-lock.el:370
error: lisp/jit-lock.el: patch does not apply

git apply error:; exit status=1 (no patches left to try for aa26b990bc)


Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).