Lars Ingebrigtsen writes: > Alex Bochannek writes: > >>> (And it's not just `#' itself, but the commands to mark regions and such >>> that are also affected.) >> >> That shouldn't be the case. In summary, the gnus-uu-mark functions call >> the set/remove process mark functions directly and in group/topic I >> introduced the no-toggle flag to avoid toggling for anything other than >> `#'. > > Ah, OK, then that should be less of a worry... Perhaps we should try to > default it to t on the trunk and see whether anybody complains? Below is the patch to enable it by default. Change the Gnus default to use `#' to toggle the process mark * lisp/gnus/gnus.el (gnus-process-mark-toggle): Change default. * lisp/gnus/gnus-topic.el (gnus-topic-make-menu-bar): Update menu. * lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Update menu. * lisp/gnus/gnus-group.el (gnus-group-make-menu-bar): Update menu. * doc/misc/gnus.texi (Marking Groups, Topic Commands): (Setting Process Marks, Pick and Read): Document the new default.