From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14871 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: key binding ESC C-s in summary buffer Date: 01 Apr 1998 15:55:32 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153993 18735 80.91.224.250 (20 Oct 2002 22:46:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:46:33 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA03010 for ; Wed, 1 Apr 1998 12:53:51 -0800 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA25787 for ; Wed, 1 Apr 1998 14:58:04 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAH08798; Wed, 1 Apr 1998 14:58:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Apr 1998 14:56:07 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id OAA08758 for ; Wed, 1 Apr 1998 14:55:55 -0600 (CST) Original-Received: (qmail 10162 invoked by uid 504); 1 Apr 1998 20:55:42 -0000 Original-Received: (qmail 10159 invoked from network); 1 Apr 1998 20:55:42 -0000 Original-Received: from wfdutilf01.ml.com (HELO wfdutilgw.ml.com) (206.3.74.31) by claymore.vcinet.com with SMTP; 1 Apr 1998 20:55:41 -0000 Original-Received: from mail1.ml.com ([199.201.57.137]) by wfdutilgw.ml.com (8.8.7/8.8.7/MLgwo-3.05) with ESMTP id PAA02500 for ; Wed, 1 Apr 1998 15:52:27 -0500 (EST) Original-Received: from pme-mail.spspme.ml.com (pme-mail.spspme.ml.com [169.242.123.95]) by mail1.ml.com (8.8.7/8.8.7/MLml5-3.06) with SMTP id PAA24545 for ; Wed, 1 Apr 1998 15:55:34 -0500 (EST) Original-Received: from spssunp.spspme.ml.com by pme-mail.spspme.ml.com (SMI-8.6/ML55SMX-1.02) id PAA06728; Wed, 1 Apr 1998 15:55:33 -0500 Original-Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-SVR4) id PAA08732; Wed, 1 Apr 1998 15:55:32 -0500 Original-To: (ding) GNUS Mailing List X-Face: D>:hrrB{l6#\wU;)0R:OHSTA@ayd.Oq?s@Rrc;[+z0m+<-U"$G-J6L)F2QY`qK~uPu!s1(6{\#uy!Ag/D)?'L[}xErXvxoPn8T_hKi{M]/(`BF{e}X7;hby`p\.E$rJ}Aff#BT,rdDIw\y X-Y-Zippy: Yow! I threw up on my window! In-Reply-To: John H Palmieri's message of "01 Apr 1998 15:19:54 -0500" Original-Lines: 28 X-Mailer: Gnus v5.6.3/XEmacs 21.0(beta33) - "Nigerian Dwarf" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14871 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14871 John H Palmieri writes: > I know it has been this way for some time, but I am not altogether > happy with having ESC C-s bound to something other than > isearch-forward-regexp, in any situation, and in particular in summary > mode in Gnus. > I suppose I could rebind the key in the appropriate keymap, but it > seems that in the Emacs key binding philosophy (according to which I > try to lead my entire life), I shouldn't have to rebind a key to its > default global binding. For my pet peeve keybinding, I use the following: (define-key gnus-summary-mode-map [(control meta l)] nil) The `nil' argument to `define-key' "means key is undefined in this keymap", which is really what you want. > Is this an issue for anyone else, or do you manage to get by from day > to day without being able to search summary buffers, conveniently, for > regular expressions? I definitely agree that gnus-summary-mode shouldn't override standard non-editing keybindings. -- Colin