From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: when to bind *down-mouse* vs *mouse*? Date: Fri, 3 Dec 2004 12:53:19 -0600 (CST) Message-ID: <200412031853.iB3IrJK01792@raven.dms.auburn.edu> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102100200 31956 80.91.229.6 (3 Dec 2004 18:56:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 18:56:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 19:56:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CaIbV-0001Fn-00 for ; Fri, 03 Dec 2004 19:56:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaIl6-0000Kq-G8 for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2004 14:06:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaIka-00007N-Eb for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:05:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaIkX-00005m-JO for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:05:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaIkX-0008WB-CZ for emacs-devel@gnu.org; Fri, 03 Dec 2004 14:05:49 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaIZx-0004kA-LJ for emacs-devel@gnu.org; Fri, 03 Dec 2004 13:54:53 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iB3IsqFu012491; Fri, 3 Dec 2004 12:54:53 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iB3IrJK01792; Fri, 3 Dec 2004 12:53:19 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: drew.adams@oracle.com In-reply-to: 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: main.gmane.org gmane.emacs.devel:30643 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30643 Drew Adams wrote: I'm still unclear about S-down-mouse-1, however. What do you mean by "where you release it (S-mouse-1) determines what happens next"? Maybe I'm missing something because I'm using Emacs on Windows? On GNU/Linux with the default Lucid menu widgets, if you press S-down-mouse-1, the Font menu comes up. It has three submenus: Misc, Courier and Fontset. If you keep the mouse pressed down and move the mouse over one of these, the summenu pops up. Say we move it to Fontset. Then we see `default' and `standard 16-dot medium'. If you move the mouse to `standard 16-dot medium' and then release it, the fontset changes to `standard 16-dot medium'. Sincerely, Luc.