From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40362 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Support "Importance:" header Date: Sat, 17 Nov 2001 11:48:43 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035175925 515 80.91.224.250 (21 Oct 2002 04:52:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:52:05 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 22684 invoked from network); 17 Nov 2001 10:51:29 -0000 Original-Received: from malifon.math.uh.edu (129.7.128.13) by mastaler.com with SMTP; 17 Nov 2001 10:51:29 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16533D-0006JT-00; Sat, 17 Nov 2001 04:50:19 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Nov 2001 04:50:01 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA12408 for ; Sat, 17 Nov 2001 04:49:50 -0600 (CST) Original-Received: (qmail 22667 invoked by alias); 17 Nov 2001 10:50:03 -0000 Original-Received: (qmail 22662 invoked from network); 17 Nov 2001 10:50:02 -0000 Original-Received: from unknown (HELO dolk.extundo.com) (195.42.214.242) by gnus.org with SMTP; 17 Nov 2001 10:50:02 -0000 Original-Received: from dhcp128.extundo.com (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.1/8.12.1) with ESMTP id fAHAnLmb001388; Sat, 17 Nov 2001 11:49:21 +0100 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 16 Nov 2001 09:22:42 +0100") Mail-Copies-To: nobody Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40362 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > Simon Josefsson writes: > >> I stole the C-c C-p binding in the *Message* buffer, hopefully noone >> uses it? > > SC uses it, and so does Trivial Cite (I think). This has been the > case for so long that I think it's not a good idea to change this now. > > `C-c C-u' seems to be free. Changed, thanks. > Or maybe use a `C-c C-f' binding? After all, Importance is a header, > so `C-c C-f' seems to be the right place. (But I didn't look exactly > what does your binding do.) C-c C-f X seems to only _goto_ a header, whereas message-insert-or-toggle-importance inserts or toggles the importance header (and doesn't goto the header).