emacs-devel
[Top][All Lists]
Advanced

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

Re: project--files-in-directory: code formatting


From: Andrii Kolomoiets
Subject: Re: project--files-in-directory: code formatting
Date: Sat, 07 Nov 2020 12:47:39 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> I even added a font-lock rule to highlight such cases in red, but
>>> apparently that rule doesn't catch this particular case (if you replace
>>> the empty string with a symbol, it does catch it, tho).
>> thank you for the prompt reply. I attached a patch for this little change.
>
> Thanks, pushed to `master`.

Is it possible to not hightlight text in docstrings?

In 'emacs -Q' put this code into the *scratch* buffer:

(defun foo()
  "
) bar"

"bar" is hightlihgted in red.



reply via email to

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