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

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

bug#69431: 30.0.50; Strange fontificaion behavior


From: Andrea Corallo
Subject: bug#69431: 30.0.50; Strange fontificaion behavior
Date: Thu, 29 Feb 2024 17:16:59 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

Björn Bidar <bjorn.bidar@thaodan.de> writes:

> Andrea Corallo <acorallo@gnu.org> writes:
>
>> Thanks Björn that's helpful, could we try with the following instead?
>>
>> modified   src/lread.c
>> @@ -1402,6 +1402,7 @@ DEFUN ("load", Fload, Sload, 1, 5, 0,
>>    int version;
>>
>>    CHECK_STRING (file);
>> +  printf ("YYY %s\n", SSDATA (file));
>>
>>    /* If file name is magic, call the handler.  */
>>    handler = Ffind_file_name_handler (file, Qload);
>
> Yes here's the output:
>

[...]

Thanks, I can't see anything evidently wrong in the two traces.

I need my machine to look into it, I should have it tomorrow/beginning
of next week.

  Andrea





reply via email to

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