From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Reducing mouse-dependency In Emacs. Date: Mon, 11 Aug 2003 19:52:04 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7263-Mon11Aug2003195204+0300-eliz@elta.co.il> References: <200308100342.h7A3gXV19877@raven.dms.auburn.edu> <200308101650.h7AGovxS005131@rum.cs.yale.edu> <200308102309.h7AN9O420410@raven.dms.auburn.edu> <200308111552.h7BFqAj20828@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1060621156 9673 80.91.224.253 (11 Aug 2003 16:59:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2003 16:59:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Aug 11 18:59:14 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19mG0o-0005gS-00 for ; Mon, 11 Aug 2003 18:59:14 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19mG89-0007rF-00 for ; Mon, 11 Aug 2003 19:06:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mFze-0001I6-Ny for emacs-devel@quimby.gnus.org; Mon, 11 Aug 2003 12:58:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19mFyv-0001CL-MA for emacs-devel@gnu.org; Mon, 11 Aug 2003 12:57:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19mFyO-0000ME-Dl for emacs-devel@gnu.org; Mon, 11 Aug 2003 12:57:15 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19mFxw-0007fQ-Q3 for emacs-devel@gnu.org; Mon, 11 Aug 2003 12:56:16 -0400 Original-Received: from gollum.inter.net.il ([192.114.186.22]) by mx20.gnu.org with esmtp (Exim 4.20) id 19mFxt-0006HL-WF for emacs-devel@gnu.org; Mon, 11 Aug 2003 12:56:14 -0400 Original-Received: from zaretski (pns03-209-21.inter.net.il [80.230.209.21]) by gollum.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id BEK65887; Mon, 11 Aug 2003 19:55:58 +0300 (IDT) Original-To: teirllm@dms.auburn.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200308111552.h7BFqAj20828@raven.dms.auburn.edu> (message from Luc Teirlinck on Mon, 11 Aug 2003 10:52:10 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15884 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15884 > Date: Mon, 11 Aug 2003 10:52:10 -0500 (CDT) > From: Luc Teirlinck > > However, I do not know what to do about the fact that the vast > majority of things popping up are of the: > "mouse-2: do something you do not want to do" type. I think there should be another binding for the same command that doesn't use the mouse, and the help echo should print that binding when this option is set (since it's obvious the mouse is not used).