From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: New start up splash screen annoyance... Date: Sun, 23 Sep 2007 23:52:11 +0100 Message-ID: References: <87d4waxnw7.fsf@uwakimon.sk.tsukuba.ac.jp> <87ejgq3pp6.fsf@uwakimon.sk.tsukuba.ac.jp> <85vea1rfly.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1190587953 3135 80.91.229.12 (23 Sep 2007 22:52:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Sep 2007 22:52:33 +0000 (UTC) To: emacs- devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 24 00:52:29 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IZaJN-0002Gp-P4 for ged-emacs-devel@m.gmane.org; Mon, 24 Sep 2007 00:52:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZaJL-0008DD-Ab for ged-emacs-devel@m.gmane.org; Sun, 23 Sep 2007 18:52:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZaJI-0008BF-BA for emacs-devel@gnu.org; Sun, 23 Sep 2007 18:52:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZaJH-0008Ad-Mp for emacs-devel@gnu.org; Sun, 23 Sep 2007 18:52:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZaJH-0008Aa-Hf for emacs-devel@gnu.org; Sun, 23 Sep 2007 18:52:19 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZaJG-00034h-Rm for emacs-devel@gnu.org; Sun, 23 Sep 2007 18:52:19 -0400 Original-Received: by ug-out-1314.google.com with SMTP id m4so837211uge for ; Sun, 23 Sep 2007 15:52:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=FZzDmpQEZicMlxaDYOSKChdQ7lpJTibh2y8vEoDGJI4=; b=HYz9aAOZ3EBfQHahTThlGJru6/VuBwSHS9SHNP3oSz5mk2iMqW2cVYqtvqUNi3CqRSRqwmtWubhe+/btj6/7h07gHYD7GHORQHM0IJ0if9k4GOLVZd2uP3lOcU0jead4RPssy07WO++pYLJ+78iR4ImEUFTJUekiLA16TRpkR/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=UXSoACfBLqyUoNnfv5Wdbmb6lToCdr6G5c6A36MY/OJ1sW5Qre+rOze4lLKcrdKRZ4iq2wXIT2LilDaC8HwNSBjENU2QMoGq0eLdFbuKCMMEllJd7oOhUY6XiPNH230EV7p4HeMUi2MNiGILlhYPaQj//p9AMdYyHTH8rduc44c= Original-Received: by 10.67.100.11 with SMTP id c11mr4724920ugm.1190587936616; Sun, 23 Sep 2007 15:52:16 -0700 (PDT) Original-Received: from ?10.5.5.222? ( [84.9.228.32]) by mx.google.com with ESMTPS id 1sm3591547nfv.2007.09.23.15.52.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 23 Sep 2007 15:52:14 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.752.3) X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79628 Archived-At: On 23 Sep 2007, at 16:05, Richard Stallman wrote: > mouse-1: select (drag to resize), mouse-2 = maximize window, > mouse-3 = delete window Better, but are you aware that new users have no idea what "mouse-2" or "mouse-3" means? Some common hardware has only one or two mouse buttons, and in the case of two buttons, "mouse-1" is known as "left click", and "mouse-3" (or "mouse-2") are known as "right click". Can the tooltip refer to the key from which a "mouse-n" event results? (I don't know the world of GNU/Linux GUI desktops well, since I use a tty for that, but perhaps mouse-3 is actually well known there, in which case it would be less of a problem.)