Eli Zaretskii writes: >> From: Elijah Gabe Pérez >> Cc: Eli Zaretskii , 78794@debbugs.gnu.org >> Date: Mon, 16 Jun 2025 13:52:32 -0600 >> >> Philip Kaludercic writes: >> >> >>> +(defcustom package-menu-marks-indicators >> >>> + '((install . "I") >> >>> + (delete . "D")) >> >>> + "Alist indicators to indicate a package is marked to install or delete. >> >>> +The value of each list must be in the formt: '(KIND . MARK) where KIND >> >>> +is the kind mark performed (`install' or `delete') in package-menu and >> >>> +MARK a string to use for mark the packages. This currently support >> >>> +marks for install and delete." >> > >> > What is the reason we would want to customise this in the first place? >> >> IMO, the I and D characters looks somewhat ugly to me, making them >> customizable allows to change them to an Unicode/Emoji icon (or any >> other character), making them more recognizable according to the user's >> preferences (e.g. 🗑️/♻️ and ✅). > > I hear you, but AFAIR we don't provide such customizations in any > other clients of tabulated-list-mode, so why do it here? Fine, then I've removed the option/feature here, to avoid making this thread longer.