all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mauro Aranda <maurooaranda@gmail.com>
To: Alan Mackenzie <acm@muc.de>
Cc: 35454@debbugs.gnu.org
Subject: bug#35454: 26.2.50; CC-Mode fontification fails inside macro
Date: Wed, 1 May 2019 19:31:48 -0300	[thread overview]
Message-ID: <CABczVwc3BMNVtiDHsiARAy=sqvc00jfLoQohc40oZF2sdZvNnA@mail.gmail.com> (raw)
In-Reply-To: <20190501210230.GA3999@ACM>

[-- Attachment #1: Type: text/plain, Size: 1603 bytes --]

Alan Mackenzie <acm@muc.de> writes:

> Hello again, Mauro.

Hello Alan.  Thanks for looking into this bug!

> Please try out the patch below.  On my system, it corrects the
> fontification in both your test file and editfns.c.

I've applied the patch and tried the recipe I provided, and it works fine.

However, when I visit editfns.c and search for EXTRA_CONTEXT_FIELDS,
like I said in my report, I see the following problem with this variables:
struct buffer *buffer_a;
struct buffer *buffer_b;
unsigned char *deletions;
unsigned char *insertions;

All but deletions have face font-lock-variable-name-face.

I can't seem to come up with a simple recipe to reproduce the problem,
so I refer you to that part of editfns.c.

All the following steps, separately with emacs -Q (or you could kill the
buffer if you want)
1) C-x C-f editfns.c
C-s extra RET
I observe deletions without its correspondent face and if I type:
SPC DEL
deletions gets font-lock-variable-name-face face.  However, if I
revert the buffer with M-x revert-buffer RET yes RET buffer_a, deletions
and the first 'buffer' lose their faces.

2) C-x C-f editfns.c
C-s deletions RET
I see that deletions has the right face.  But
M-x revert-buffer
makes it lose it (but *buffer_a keeps its face).

3) C-x C-f editfns.c
C-s extra RET
deletions without font-lock-variable-name-face.
C-l C-l
M-x revert-buffer
deletions now has font-lock-variable-name-face.

That is all the testing I could do, sorry for not being able to come up
with a better recipe.  Let me know if you see the same behavior, or what
else I could try.

Best regards,
Mauro.

[-- Attachment #2: Type: text/html, Size: 1922 bytes --]

  reply	other threads:[~2019-05-01 22:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 15:57 bug#35454: 26.2.50; CC-Mode fontification fails inside macro Mauro Aranda
2019-04-27 20:36 ` Alan Mackenzie
2019-05-01 21:02   ` Alan Mackenzie
2019-05-01 22:31     ` Mauro Aranda [this message]
2019-05-02  8:57       ` Alan Mackenzie
2019-05-02 14:42         ` Alan Mackenzie
2019-05-02 21:03       ` Alan Mackenzie
2019-05-02 21:44         ` Mauro Aranda
2019-05-03  7:41           ` Alan Mackenzie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABczVwc3BMNVtiDHsiARAy=sqvc00jfLoQohc40oZF2sdZvNnA@mail.gmail.com' \
    --to=maurooaranda@gmail.com \
    --cc=35454@debbugs.gnu.org \
    --cc=acm@muc.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.