Re: Oeffnen alte Artikel bei 'Unmenge'
Datum: 11.02.2008 21:08
Message-ID: <v94pcfjlxj.fsf@marauder.physik.uni-ulm.de>
Newsgroup: de.comm.software.gnus
On Mon, Feb 11 2008, Joachim Reiter wrote: >>> ;; Thread-Sortierung >>> (setq gnus-thread-sort-functions >>> '(gnus-thread-sort-by-number >>> gnus-thread-sort-by-date)) Wenn du nach Datum sortiert, ist `gnus-thread-sort-by-number' vermutlich überflüssig (und verlangsamt den Aufbau des Summary-Buffers unnötig). Der Unterschied zwischen den beiden ist im Doc-String beschrieben: `<f1> v gnus-thread-sort-functions RET'. >> Gib -2000 ein, wenn dich Gnus nach der Anzahl Artikel fragt. > Na, da soll man denn drauf kommen *g* Steht im Manual: ;-) ,----[ (info "(gnus)Selecting a Group") ] | 2.3 Selecting a Group | ==================== | | `SPACE' | Select the current group, switch to the summary buffer and display | the first unread article (`gnus-group-read-group'). If there are | no unread articles in the group, or if you give a non-numerical | prefix to this command, Gnus will offer to fetch all the old | articles in this group from the server. If you give a numerical | prefix N, N determines the number of articles Gnus will fetch. If | N is positive, Gnus fetches the N newest articles, if N is | negative, Gnus fetches the `abs(N)' oldest articles. | | Thus, `SPC' enters the group normally, `C-u SPC' offers old | articles, `C-u 4 2 SPC' fetches the 42 newest articles, and `C-u - | 4 2 SPC' fetches the 42 oldest ones. | [...] | | `RET' | Select the current group and switch to the summary buffer | (`gnus-group-select-group'). Takes the same arguments as | `gnus-group-read-group'--the only difference is that this command | does not display the first unread article automatically upon group | entry. `---- Ich hätte jetzt gedacht, dass `<f1> k RET' (oder `<f1> k SPC') das negative Prefix-Argument erwähnt, aber weder `gnus-topic-select-group' noch `gnus-topic-read-group' erklären es. Bei `gnus-group-read-group' ebenfalls Fehlanzeige. Nur `gnus-group-select-group' sagt: ,----[ <f1> f gnus-group-select-group RET ] | gnus-group-select-group is an interactive compiled Lisp function in | `gnus-group'. | (gnus-group-select-group &optional all) | | Select this newsgroup. | No article is selected automatically. | If the group is opened, just switch the summary buffer. | If all is non-nil, already read articles become readable. | If all is a positive number, fetch this number of the latest | articles in the group. | If all is a negative number, fetch this number of the earliest | articles in the group. `---- Viele Grüße Reiner -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/[ Auf dieses Posting antworten ]
Antworten
- Reíner Steíb (11.02.2008 21:48)
- Joachim Reiter (12.02.2008 09:43)
