From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72836 Path: news.gmane.org!not-for-mail From: Russ Allbery Newsgroups: gmane.emacs.gnus.general Subject: Binding $ to gnus-summary-mark-as-spam Date: Sat, 09 Oct 2010 14:56:31 -0700 Organization: The Eyrie Message-ID: <87vd5bows0.fsf@windlord.stanford.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286661441 5199 80.91.229.12 (9 Oct 2010 21:57:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Oct 2010 21:57:21 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21208@lists.math.uh.edu Sat Oct 09 23:57:20 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 1P4hPr-000352-24 for ding-account@gmane.org; Sat, 09 Oct 2010 23:57:19 +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 1P4hPf-0007Bh-4W; Sat, 09 Oct 2010 16:57:07 -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 1P4hPd-0007BN-Ka for ding@lists.math.uh.edu; Sat, 09 Oct 2010 16:57:05 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P4hPc-0006Dg-Fp for ding@lists.math.uh.edu; Sat, 09 Oct 2010 16:57:05 -0500 Original-Received: from smtp1.stanford.edu ([171.67.219.81] helo=smtp.stanford.edu) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P4hPb-0004up-00 for ; Sat, 09 Oct 2010 23:57:03 +0200 Original-Received: from smtp.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 92A78178F4B for ; Sat, 9 Oct 2010 14:56:32 -0700 (PDT) Original-Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.67.225.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.stanford.edu (Postfix) with ESMTPS id 33746178F42 for ; Sat, 9 Oct 2010 14:56:31 -0700 (PDT) Original-Received: by windlord.stanford.edu (Postfix, from userid 1000) id 0914A256F9; Sat, 9 Oct 2010 14:56:31 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72836 Archived-At: This is a minor thing but it's been bugging me for a while. Currently, gnus-summary-mark-as-spam, which adds a $ mark to the article, is bound to M-d. This is a big awkward when running Emacs in an xterm instead of as its own X client, which I often do when travelling. Also, most of the other special marks can be set by typing the character correspoinding to the mark (!, ?, *, #, etc.). What would folks think of doing the equivalent of: (define-key gnus-summary-mode-map "$" 'gnus-summary-mark-as-spam) in the map definition? I'm currently doing this in my startup elisp, but it occurred to me that others probably have the same issue. -- Russ Allbery (rra@stanford.edu)