From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18600 Path: news.gmane.org!.POSTED!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.user Subject: Re: How can I remove the Y on msgs put there by all.SCORE Date: Sat, 03 Jun 2017 13:59:33 -0400 Organization: Still searching... Message-ID: <861sr1gdfe.fsf@local.lan> References: <86lgpanpyi.fsf@local.lan> <87o9u69iel.fsf@debian.uxu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1496512792 27308 195.159.176.226 (3 Jun 2017 17:59:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Jun 2017 17:59:52 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Jun 03 19:59:47 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dHDL1-0006bg-0K for gegu-info-gnus-english@m.gmane.org; Sat, 03 Jun 2017 19:59:47 +0200 Original-Received: from localhost ([::1]:54427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHDL1-0003Dg-QM for gegu-info-gnus-english@m.gmane.org; Sat, 03 Jun 2017 13:59:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHDKz-0003Da-LH for info-gnus-english@gnu.org; Sat, 03 Jun 2017 13:59:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHDKv-0005GW-IM for info-gnus-english@gnu.org; Sat, 03 Jun 2017 13:59:45 -0400 Original-Received: from [195.159.176.226] (port=51832 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHDKv-0005Ff-Bs for info-gnus-english@gnu.org; Sat, 03 Jun 2017 13:59:41 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dHDKn-0006A1-7j for info-gnus-english@gnu.org; Sat, 03 Jun 2017 19:59:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:y0Sq1ok5f+AAnaroPAZmBa6dXhQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18600 Archived-At: Emanuel Berg writes: > Harry Putnam writes: > >> Can anyone tell me how to remove the Y mark that my >> all.SCORE puts on some messages? >> >> I though maybe the `Alt-c' ( `gnus-clear-all-data' ) >> would do it, but it appears not to be the case > > `gnus-summary-put-mark-as-unread-next'? > > In the Emacs world, there are C and M. "Alt" is > something the keyboard manufacturer puts on a key. Well yeah except when M is just `M'... that keyboard manufacturers also put on a key. Like in M P a ... when process marking. I hoped for clarity by using `Alt'. > Even so, I have no such key to do that, and not even > the function "gnus-clear-all-data"! I did find a way to do it... mark the message ticked `u' and just leave it if desired or then mark read `d' or unread `M-u' (note the use of M but just in case anyone can't understand why uppercase M and u don't work: `Alt-u') Which sounds kind of pains taking until you encorporate the information that Eric A supplied "/ m" to set a mark to create a buffer of only `Y' maked msgs. Thank you Eric A and I should have found that myself but missed it.