On Monday Oct 02 2023, Zoltán Király wrote:
> Thank you. I choose to compile Emacs from source because the version in
> Debian Stable is 28, and it often takes a significant amount of time for
> them to backport newer versios. Also, I believe there are some advantages
> to compiling from source. However, I encountered issues last week when I
> removed the source-built Emacs using "sudo make uninstall,' followed by
> 'make clean' and 'make distclean,' and then installed the repository
> version of Emacs. These problems were severe enough that I had to perform a
> full Debian reinstall.
`sudo make install` should be all that's necessary and be safe (or file
a bug against emacs!), assuming you use the default locations for
installation.
`make clean` and `make distclean` just clean the build directory.
> The idea is that I need to decide between using the source or the repo
> version. Now to be extra safe, I prefer compiling to my home directory if
> possible.That's why I asked.
>
> Thank you for your response, and I apologize if I may have come across as a
> bit impolite in my previous message. I didn't mean to imply that newer
> versions of mu4e have bugs; it was simply my lack of knowledge on how to
> compile it. Now, things are clear to me. In any case, I don't plan to
> change it frequently, but if I were to uninstall it with Meson, I keep
> thinking about how I could do that.
> On Monday, October 2, 2023 at 9:03:37 AM UTC+3 djcb wrote:
Newer versions of mu4e unfortunately do have bugs, but so do older
versions :-) Generally, newer *released* versions have _fewer_ bugs and
more useful features.