From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37315 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-delay.el needs to understand "linefeed" for the sake of xterm Date: Tue, 31 Jul 2001 09:00:41 -0400 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: 8bit X-Trace: main.gmane.org 1035172750 13222 80.91.224.250 (21 Oct 2002 03:59:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:59:10 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 23395 invoked from network); 31 Jul 2001 13:00:45 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 31 Jul 2001 13:00:45 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.2/8.11.2) id f6VD0fq18056; Tue, 31 Jul 2001 09:00:41 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 31 Jul 2001 10:56:57 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Artificial Intelligence) Original-Lines: 19 Xref: main.gmane.org gmane.emacs.gnus.general:37315 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37315 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Maybe we should stick to the same keybinding style. Do you think that > "\C-c\n" will work? Yes, you're right -- that was just a line of boilerplate code taken from somewhere else, substituting a function name and so forth. "\C-c\n" seems to work: (define-key message-mode-map "\C-c\n" 'gnus-delay-article) > `C-c C-j' is easy to type on a qwerty keyboard. It was free. It just > kinda popped to my mind. > Does anyone prefer a different keybinding? `C-c C-d' would have been nice for the mnemonic value of "delay," but it's already taken for "Don't send". Hm. I don't really have any better suggestions. As I said, I don't really care, I was just curious.