bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32012: 27.0.50; jit-lock--run-functions broken


From: Andreas Röhler
Subject: bug#32012: 27.0.50; jit-lock--run-functions broken
Date: Sat, 30 Jun 2018 15:06:23 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 30.06.2018 13:42, Eli Zaretskii wrote:
Cc: 32012@debbugs.gnu.org
From: Andreas Röhler <andreas.roehler@online.de>
Date: Sat, 30 Jun 2018 13:19:40 +0200

Hmm, by looking at its signature

(defun jit-lock-fontify-now (&optional start end)

Why that shouldn't work?

That's not what the backtrace suggests.  It suggests that you invoked
jit-lock--run-functions via eval-last-sexp.

Right. But the arguments are optional.
Wherefrom to expect it failing?

A function that has optional argument doesn't necessarily support
invocation without arguments in any arbitrary context.



When looking for a example-case, mistakenly did run jit-lock--run-functions, which requires args, Should run jit-lock-fontify-now - which might be evaluated in scratch - but doesn't help for the original issue.

While file a new report maybe.
Please close this, sorry for the noise and thanks for your care,

Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]