From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: a question about keymaps Date: Sun, 1 Jul 2007 00:58:30 +0200 Message-ID: References: <719311.36540.qm@web36901.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183244341 21373 80.91.229.12 (30 Jun 2007 22:59:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 30 Jun 2007 22:59:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: nusret Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 01 00:58:55 2007 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 1I4lu2-0004Bd-Sj for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Jul 2007 00:58:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4lu2-0002Kx-6N for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Jun 2007 18:58:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I4ltp-0002Ks-Vs for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 18:58:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I4lto-0002Kg-0J for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 18:58:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I4ltn-0002Kd-Qa for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 18:58:39 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4ltn-0004oU-CB for help-gnu-emacs@gnu.org; Sat, 30 Jun 2007 18:58:39 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id 900028C530B6; Sun, 1 Jul 2007 00:58:37 +0200 (CEST) Original-Received: from [62.134.233.221] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1I4ltl-0001Cx-00; Sun, 01 Jul 2007 00:58:37 +0200 In-Reply-To: <719311.36540.qm@web36901.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/EMmk5/eEGrsxPbkgFZt0ayvnkNzCWQ6WXYH+C AYfpPhwVHxakY6qTkyd3MRG+8RiMs3G6uyPVt+7oZoML5u6AVv SxFjV7H+lTmH0GHH1ySA== X-detected-kernel: 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:45395 Archived-At: Am 30.06.2007 um 23:38 schrieb nusret: > QUESTION: How can I correct the first form so that it > does what I expect? Also, what causes this behavior? You need to bind a key to a function. [C-mouse-1] is no function. Typing C-h k and then pressing C-mouse-1 you get the function bound to the left-most mouse key(mouse-buffer-menu) . Then bind it to S-C- mouse-3! -- Greetings Pete How many Microsoft engineers does it take to screw in a light-bulb? None. They just redefine "dark" as the new standard.