Changes between Initial Version and Version 1 of Ticket #68017, comment 5


Ignore:
Timestamp:
Oct 14, 2023, 8:26:59 PM (7 months ago)
Author:
rmottola (Riccardo)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68017, comment 5

    initial v1  
    11After studying the code and comments, I think that the code using the unavailable functions can be removed. There is clearly stating that it is left in for not loosing certain keymaps in 32bit. Probably this was true for 10.5, but on 10.6 they are always missing, so I'd use the fallback code always. Probably nobody cared much since after 10.6 everything s 64bit anyway.
    2 So I attach this patch which allowed 10.6 32bit to compile and behave like 64bit.
     2So I attach this patch which allowed 10.6 32bit to compile and behave like 64bit. I have a working emacs on 10.6 32bit now, which is a good proof.
    33
    44Would you conditionally apply it for 10.6 or later? I wonder if we should just always apply it and simplify things.
     5
     6PS: emacs has some issues with Italian keyboard, but since I have them also on 64bit systems, I would not say it is caused by this patch or in any case, a solution needs to be found. I'd like to see ho things are on 10.5 where I could compare behavior, but I am unable to build emacs and all its dependencies there at the moment.