From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52502 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-uu-mark-all (M-P a) - bad behavior Date: Sun, 11 May 2003 05:04:33 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052622324 8220 80.91.224.249 (11 May 2003 03:05:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 03:05:24 +0000 (UTC) Original-X-From: ding-owner+M1046@lists.math.uh.edu Sun May 11 05:05:22 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Eh9O-00028S-00 for ; Sun, 11 May 2003 05:05:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19EhAg-0002MX-00; Sat, 10 May 2003 22:06:42 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19EhAc-0002MS-00 for ding@lists.math.uh.edu; Sat, 10 May 2003 22:06:38 -0500 Original-Received: (qmail 54574 invoked by alias); 11 May 2003 03:06:37 -0000 Original-Received: (qmail 54568 invoked from network); 11 May 2003 03:06:37 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 11 May 2003 03:06:37 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19EhEp-0002VR-00 for ; Sun, 11 May 2003 05:10:59 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: 0xc3f98221.esnxr3.ras.tele.dk Original-X-Trace: quimby.gnus.org 1052622659 9636 195.249.130.33 (11 May 2003 03:10:59 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 11 May 2003 03:10:59 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Certain messages do not get marked anymore. > Recently I removed (standard-display-european 1) from site-start.el > because it seemed to be causing emacs to see multibyte chars as UTF-8. > Since removing it... The different behavior of `M-P a' showed up. > Put it back in, and M-P a marks the same messages it missed. > > gnus-uu-mark-buffer (M-P b) does the job with or without > (standard-display-european 1). > > Anyone know what is happening here? First of all: `M P a' is almost never the right command. What it does more than `M P b' is _only_ useful for uuencoded multipart binaries. If you simply want to process mark all articles in a buffer, then `M P b' is the way to go. We really ought to find a better label for it in the menu (the current description isn't very clear). I can't reproduce the behaviour you're describing. Hmm, I see you are using Oort 0.20. Try to upgrade -- things that might be related have changed since then.