From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72620 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.gnus.general Subject: gnus-sort-articles: wrong type argument Date: Tue, 05 Oct 2010 05:55:44 -0600 Message-ID: <86vd5gzwe7.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: dough.gmane.org 1286285843 412 80.91.229.12 (5 Oct 2010 13:37:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 13:37:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20992@lists.math.uh.edu Tue Oct 05 15:37:18 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P37hi-0008PB-C0 for ding-account@gmane.org; Tue, 05 Oct 2010 15:37:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P37hh-0007ox-B9; Tue, 05 Oct 2010 08:37:13 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P367j-00071J-DG for ding@lists.math.uh.edu; Tue, 05 Oct 2010 06:55:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P367g-0008W2-QS for ding@lists.math.uh.edu; Tue, 05 Oct 2010 06:55:59 -0500 Original-Received: from mail-iw0-f172.google.com ([209.85.214.172]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P367f-00068P-00 for ; Tue, 05 Oct 2010 13:55:56 +0200 Original-Received: by iwn3 with SMTP id 3so13779830iwn.17 for ; Tue, 05 Oct 2010 04:55:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=sPnfoEYcD+W5ytjd1GGddbhajKfny8Ap6F3aR86zfTo=; b=BYAN8eY55HSTXKVjUs8DPsqYZY9uDreESlfEbPb9T3GoVvIBwQG9iaAS7rw6J1wSxE 1Jyx78sd1efNg8uVtWJXBLjN2vG8zhxTUsMwaNrdDMx/grPx6sos68PbrYtjD3fbAYWL pZyK0uKXrDAW+R0cmHyCUvUg7+LmRbuJTeZ0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=shsCOYJ4elo3K5hmekxjqZEhhtjW2YGKS86FwB8noIcnvbxKEWgW+obpdRZiW3zGpc 7B71t2ruESNMATFFlk4btqA+WY68PiR//NHx0nLpHE+TJbAJbGEZ+AedZ7QB7SSur0OP hZAQtrOUMfSMb5IS/BgH/CTNULK6SNxoA+zcQ= Original-Received: by 10.231.149.12 with SMTP id r12mr11947998ibv.185.1286279747567; Tue, 05 Oct 2010 04:55:47 -0700 (PDT) Original-Received: from localhost (71-33-206-196.hlrn.qwest.net [71.33.206.196]) by mx.google.com with ESMTPS id x10sm495000iba.4.2010.10.05.04.55.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 05 Oct 2010 04:55:46 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72620 Archived-At: --=-=-= Content-Type: text/plain Gnus v5.13 GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7600) of 2010-10-05 on MARVIN In Emacs trunk rev101802, the sorting of articles by most recent (date|number) does not work. Start Gnus T T M-x gnus-summary-sort-by-most-recent-date results in this error `gnus-sort-articles: Wrong type argument: listp, gnus-article-sort-by-most-recent-date' Same error happens with `M-x gnus-summery-sort-by-most-recent-number'. Christoph --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-logo-colors '("#5f5f5f" "#4f4f4f")) (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-stream ssl) (nnimap-server-port 993) (nnimap-authinfo-file "~/.emacs.d/.authinfo"))) (setq gnus-show-threads nil) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-setup-news-hook '(gnus-agent-queue-setup)) (setq gnus-group-mode-hook '(gnus-agent-mode)) ;; (makeunbound 'gnus-use-article-prefetch) ;; (makeunbound 'gnus-asynchronous) ;; (makeunbound 'gnus-prefetched-article-deletion-strategy) ;; (makeunbound 'gnus-use-header-prefetch) ;; (makeunbound 'gnus-async-prefetch-article-p) ;; (makeunbound 'gnus-async-post-fetch-function) ;; (makeunbound 'gnus-topic-mode) ;; (makeunbound 'gnus-topic-mode-hook) ;; (makeunbound 'gnus-topic-line-format) ;; (makeunbound 'gnus-topic-indent-level) ;; (makeunbound 'gnus-topic-display-empty-topics) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-charset-synonym-alist '((ibm866 . cp866) (unicode . utf-16-le) (ks_c_5601-1987 . cp949) (windows-31j . cp932) (utf8 . utf-8) (iso8859-1 . iso-8859-1) (iso_8859-1 . iso-8859-1))) (setq message-required-headers '((X-Draft-From lambda nil (gnus-inews-make-draft-meta-information "emacs-devel"= 'nil)) (optional . References) From)) (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq message-sendmail-extra-arguments '("-a" "cschol2112")) (setq message-mode-hook '(#[nil "\302\030\303 !)\207" [gnus-article-copy gnus-setup-message-group nil gnus-configur= e-posting-styles] 2] #[nil "\302 \211\020\211\021\207" [message-mailer message-newsreader gnus-extended-version] 2])) (setq message-header-setup-hook '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc)) --=-=-=--