• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/gnus/

Lines Matching defs:by

13 ;; it under the terms of the GNU General Public License as published by
152 "Return the topic GROUP is member of by looking at the group buffer."
1095 "a" gnus-topic-sort-groups-by-alphabet
1096 "u" gnus-topic-sort-groups-by-unread
1097 "l" gnus-topic-sort-groups-by-level
1098 "e" gnus-topic-sort-groups-by-server
1099 "v" gnus-topic-sort-groups-by-score
1100 "r" gnus-topic-sort-groups-by-rank
1101 "m" gnus-topic-sort-groups-by-method))
1653 (defun gnus-topic-sort-groups-by-alphabet (&optional reverse)
1654 "Sort the current topic alphabetically by group name.
1657 (gnus-topic-sort-groups 'gnus-group-sort-by-alphabet reverse))
1659 (defun gnus-topic-sort-groups-by-unread (&optional reverse)
1660 "Sort the current topic by number of unread articles.
1663 (gnus-topic-sort-groups 'gnus-group-sort-by-unread reverse))
1665 (defun gnus-topic-sort-groups-by-level (&optional reverse)
1666 "Sort the current topic by group level.
1669 (gnus-topic-sort-groups 'gnus-group-sort-by-level reverse))
1671 (defun gnus-topic-sort-groups-by-score (&optional reverse)
1672 "Sort the current topic by group score.
1675 (gnus-topic-sort-groups 'gnus-group-sort-by-score reverse))
1677 (defun gnus-topic-sort-groups-by-rank (&optional reverse)
1678 "Sort the current topic by group rank.
1681 (gnus-topic-sort-groups 'gnus-group-sort-by-rank reverse))
1683 (defun gnus-topic-sort-groups-by-method (&optional reverse)
1684 "Sort the current topic alphabetically by backend name.
1687 (gnus-topic-sort-groups 'gnus-group-sort-by-method reverse))
1689 (defun gnus-topic-sort-groups-by-server (&optional reverse)
1690 "Sort the current topic alphabetically by server name.
1693 (gnus-topic-sort-groups 'gnus-group-sort-by-server reverse))
1708 "Sort topics in TOPIC alphabetically by topic name.