From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64587 Path: news.gmane.org!not-for-mail From: Shanks N Newsgroups: gmane.emacs.gnus.general Subject: exiting digest mails does not move the cursor to next line Date: Sat, 05 May 2007 16:51:36 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1178383265 13264 80.91.229.12 (5 May 2007 16:41:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 May 2007 16:41:05 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M13098@lists.math.uh.edu Sat May 05 18:41:03 2007 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.50) id 1HkNJf-0005m9-Il for ding-account@gmane.org; Sat, 05 May 2007 18:41:03 +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 1HkNIH-0003R9-FN; Sat, 05 May 2007 11:39:37 -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 1HkIKt-00021c-Mv for ding@lists.math.uh.edu; Sat, 05 May 2007 06:21:59 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1HkIKs-0004XQ-ID for ding@lists.math.uh.edu; Sat, 05 May 2007 06:21:59 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1HkIKq-0003sR-00 for ; Sat, 05 May 2007 13:21:56 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HkIKg-0004oJ-1o for ding@gnus.org; Sat, 05 May 2007 13:21:46 +0200 Original-Received: from 59.96.37.92 ([59.96.37.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 May 2007 13:21:46 +0200 Original-Received: from shanks.n by 59.96.37.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 May 2007 13:21:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 135 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 59.96.37.92 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:GuE2+f3mxX46jAnLRYciDcypaP8= X-Spam-Score: -1.1 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64587 Archived-At: --=-=-= Hello, In the previous version of No gnus 0.4/0.5, entering a nnml group with mails in digest format, the following was the behaviour. 1. Hit C-d to read the digest mail 2. hit q to quit reading the above 3. Cursor moves to next digest mail With the version below, the cursor continues to stay on the same mail line on the Summary page. No Gnus v0.6 GNU Emacs 22.0.50.2 (i386-mingw-nt5.1.2600) of 2005-04-17 on LAPTOP regards, Shanks --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Description: User settings ------------------ Environment follows ------------------ (setq gnus-default-nntp-server "") (setq gnus-select-method '(nnnil "")) (setq gnus-message-archive-group "nnml:sent-mail") (setq gnus-secondary-select-methods '((nnml ""))) (setq gnus-large-newsgroup 19000) (setq gnus-group-change-level-function 'gnus-topic-change-level) (setq gnus-summary-mode-hook '(gnus-agent-mode)) (setq gnus-extra-headers '(To)) (setq gnus-group-catchup-group-hook '(gnus-topic-update-topic)) (setq gnus-exit-gnus-hook '(mm-destroy-postponed-undisplay-list)) (setq gnus-article-prepare-hook '(bbdb/gnus-pop-up-bbdb-buffer)) (setq gnus-startup-hook '(bbdb-insinuate-gnus)) (setq gnus-setup-news-hook '(gnus-agent-queue-setup gnus-fixup-nnimap-unread-after-getting-new-n= ews)) (setq gnus-save-newsrc-hook '(bbdb-offer-save)) (setq gnus-group-mode-hook '(gnus-agent-mode gnus-topic-mode)) (setq gnus-gcc-mark-as-read t) (setq gnus-server-mode-hook '(gnus-agent-mode)) (setq mm-charset-synonym-alist '((ibm874 . cp874) (ibm869 . cp869) (ibm864 . cp864) (ibm857 . cp857) (ibm866 . cp866) (ibm855 . cp855) (ibm850 . cp850) (ibm852 . cp852) (ibm865 . cp865) (ibm863 . cp863) (ibm862 . cp862) (ibm861 . cp861) (ibm860 . cp860) (ibm437 . cp437) (big5-hkscs . big5) (unicode . utf-16-le) (ks_c_5601-1987 . cp949) (windows-31j . cp932) (iso8859-1 . iso-8859-1))) (setq mm-coding-system-priorities '(latin-1 utf-8)) (setq mm-discouraged-alternatives '("text/html" "text/richtext")) (setq nnmail-split-methods '(("sas-l" "^Subject:.*SAS-L*") ("sas-news" "^From:.*saspublish*") ("sas-news" "^From:.*enew*") ("sas-news" "^From: Financial Services*") ("ctan-ann" "^From:.*ctan-ann*") ("debian-weekly" "^Subject:.*Debian*") ("mail.misc" ""))) (setq message-max-buffers 20) (setq message-required-headers '((X-Draft-From lambda nil (gnus-inews-make-draft-meta-information "nnml:sas-l" 'nil)) (optional . References) From)) (setq message-user-organization-file "/usr/lib/news/organization") (setq message-make-forward-subject-function 'message-forward-subject-fwd) (setq message-forward-as-mime nil) (setq message-forward-show-mml t) (setq message-forward-before-signature nil) (setq message-forward-ignored-headers "^Content-Transfer-Encoding:\\|^List-= \\|^Organ\\|^Referen\\|^Precede\\|^X-\\|^X-Gnus\\|^Return-Path:\\|^Bcc:\\|^= Thread-\\|^X-OriginalArrivalTime:\\|^Resent-\\|^Delivered-\\|^Errors-\\|^Co= ntent-\\|^Received:") (setq message-subscribed-address-functions '(gnus-find-subscribed-addresses)) (setq message-post-method '(nntp "news")) (setq message-setup-hook '(bbdb-define-all-aliases bbdb-insinuate-message)) (setq message-mode-hook '(#[nil "\302\030\303 !)\207" [gnus-article-copy gnus-setup-message-group nil gnus-configure-posti= ng-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)) (setq message-indentation-spaces 0) (setq message-signature nil) --=-=-=--