From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Don Saklad Newsgroups: gmane.emacs.help Subject: Re: Interpreting commands Date: Wed, 07 May 2008 09:13:57 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1210166286 20332 80.91.229.12 (7 May 2008 13:18:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2008 13:18:06 +0000 (UTC) To: help-gnu-emacs@gnu.org, dsaklad@zurich.csail.mit.edu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 07 15:18:38 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JtjXZ-00040G-Ae for geh-help-gnu-emacs@m.gmane.org; Wed, 07 May 2008 15:18:37 +0200 Original-Received: from localhost ([127.0.0.1]:57807 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtjWr-00034u-A6 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 May 2008 09:17:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtjWb-00034p-Vg for help-gnu-emacs@gnu.org; Wed, 07 May 2008 09:17:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtjWa-00034d-MD for help-gnu-emacs@gnu.org; Wed, 07 May 2008 09:17:37 -0400 Original-Received: from [199.232.76.173] (port=47230 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtjWa-00034a-G4 for help-gnu-emacs@gnu.org; Wed, 07 May 2008 09:17:36 -0400 Original-Received: from zurich.csail.mit.edu ([128.30.16.9]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtjWa-0006cN-AU for help-gnu-emacs@gnu.org; Wed, 07 May 2008 09:17:36 -0400 Original-Received: from nestle.csail.mit.edu (nestle.csail.mit.edu [128.30.16.13]) by zurich.csail.mit.edu (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m47DDvNJ001502; Wed, 7 May 2008 09:13:57 -0400 Original-Received: from dsaklad by nestle.csail.mit.edu with local (Exim 3.35 #1 (Debian)) id 1JtjT3-0007sS-00; Wed, 07 May 2008 09:13:57 -0400 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53809 Archived-At: c. What does down mean?... What does face mean?... What does facemenu mean?... What does the letter C mean?... What does mean?... What does the number 2 mean?... in facemenu-set-face-from-menu > In , C means you need to hold down the control key, > mouse-2 means you press the second mouse button (while holding > Control), the down means that the event is triggered when the mouse-2 > button goes down (without the "down-", mouse button events trigger > when you release the button, which is normally not what you want when > you are opening a menu). > > is the name of a menu item, facemenu-set-face-from-menu is the > name of the function that is executed. What does the function do?... facemenu-set-face-from-menu What's a face? What's a facemenu?