I'm just completely reinstalling my server at home, going from 32 bits to 64 bits, using release 13.2.
Found an interesting oddity: Installing emacs-nox as a package (I'm in the habit of not buildings things from ports unless absolutely needed) pulls in the package python39, which is Python version 3.9. But since I'm freshly installing, I would like to start with the most up-to-date version, which is Python 3.11. Which is perfectly possible, but then I'll have two python versions on my machine, which is one too many. Is there a reason that emacs needs the specific python39, and wouldn't be satisfied with the more generic python3 port (which auto-points to a recent version)?
If nobody knows a good reason, I'll contact the maintainer for emacs-nox, and see whether this is an oversight or a bug.
Found an interesting oddity: Installing emacs-nox as a package (I'm in the habit of not buildings things from ports unless absolutely needed) pulls in the package python39, which is Python version 3.9. But since I'm freshly installing, I would like to start with the most up-to-date version, which is Python 3.11. Which is perfectly possible, but then I'll have two python versions on my machine, which is one too many. Is there a reason that emacs needs the specific python39, and wouldn't be satisfied with the more generic python3 port (which auto-points to a recent version)?
If nobody knows a good reason, I'll contact the maintainer for emacs-nox, and see whether this is an oversight or a bug.