From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19972 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: alternate button push? Date: 20 Dec 1998 00:45:07 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158240 14433 80.91.224.250 (20 Oct 2002 23:57:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:57:20 +0000 (UTC) Return-Path: Original-Received: from tetsuo.mspring.net (tetsuo.mspring.net [207.69.231.11]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA25954 for ; Sat, 19 Dec 1998 18:46:45 -0500 (EST) Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by tetsuo.mspring.net (8.8.8/8.8.6) with ESMTP id SAA22585 for ; Sat, 19 Dec 1998 18:46:36 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id RAA15767; Sat, 19 Dec 1998 17:45:38 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 19 Dec 1998 17:45:45 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id RAA17155 for ; Sat, 19 Dec 1998 17:45:37 -0600 (CST) Original-Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA25907 for ; Sat, 19 Dec 1998 18:45:23 -0500 (EST) Original-Received: (from hniksic@localhost) by jagor.srce.hr (8.9.0/8.9.0) id AAA08826; Sun, 20 Dec 1998 00:45:08 +0100 (MET) Original-To: ding@gnus.org, Jack Vinson X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Is there a way to set up code for an "alternate" button press? > Normally, I want the default button behavior in Gnus. Sometimes, > however, I want to do something different with the thing under the > button. Modify `gnus-mime-button-map'. For instance: (define-key gnus-mime-button-map [(control return)] ) Let me know if that doesn't work.