Hi again, On 20/11/2015, Ludovic Courtès <l...@gnu.org> wrote: > Alex Vong <alexvong1...@gmail.com> skribis: > >> Beside the technical side, I think it is also a conceptual problem. If >> we were to add the `determinism` tag globally, then all of the GNU >> projects using <debbugs.debian.org> will be able to use this new tag. >> I am conservative towards this, and would rather make the >> `determinism` tag be the usertag of `guix-devel@gnu.org`. > > If it’s a user tag of guix-devel@gnu.org, does that mean that it would > automatically show up on bugs.gnu.org/guix, even when not explicitly > specifying a user? Would M-x debbugs show it too? :-) > For the web interface, I think no. You will need to pass the `users=foo` parameter to let it show up.. Otherwise, the website interface could become very messy, if everyone adds him/her favourite tag.
For emacs-debbugs, I think yes! When you type `M-x debbugs-gnu-usertags`, you get a list of usertags used by the user with name "emacs", so apparently emacs is using usertags! To list usertag for a specific user (take "alexvong1...@gmail.com" as an example), the debbugs info page suggests to evaluate the elisp function `(debbugs-gnu-usertags "alexvong1...@gmail.com")` and it works. > If the answers are yes, then go for it! > The answer is half yes and half no. What is your idea? > Ludo’. > Cheers, Alex