My Linux distribution ships out Emacs version 28.2, with a particular build configuration, and I currently use that.
However, it was not compiled with xwidget
support, and so I want to build 28.2 from source.
I've already done this for Emacs 27.2, and I can alternatively run emacs
, which is the system installation of version 28.2, or emacs-27.2
, which is the version I built from source. (I mostly run the latter with the -Q
option, to test out issues with packages.)
If I build 28.2 from source with the xwidget
flag, will I be able to keep and use the distro-shipped build as well? I.e. the new build is identified via emacs-28.2
rather than just emacs
.
And if I can get two separate instances of 28.2 on my system, will they not recognize the other's byte-compiled packages (see this question), the same way different versions (e.g. 27.2 and 28.2) have incompatible byte-compilations?