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: Brain cramp re: global-set-key Date: Fri, 17 Jul 2009 23:35:28 +0200 Message-ID: References: <1247865458.11806.51.camel@CASE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1247866571 30689 80.91.229.12 (17 Jul 2009 21:36:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Jul 2009 21:36:11 +0000 (UTC) Cc: Emacs Help List To: William Case Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 17 23:36:04 2009 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 1MRv63-0006tt-76 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 23:36:03 +0200 Original-Received: from localhost ([127.0.0.1]:54055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRv62-0006P4-GT for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Jul 2009 17:36:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRv5d-0006Me-SV for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:35:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRv5Z-0006JW-8K for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:35:37 -0400 Original-Received: from [199.232.76.173] (port=51192 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRv5Z-0006JT-3q for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:35:33 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:54587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRv5X-0006VF-L1 for help-gnu-emacs@gnu.org; Fri, 17 Jul 2009 17:35:32 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 328AF10B29AB3; Fri, 17 Jul 2009 23:35:30 +0200 (CEST) Original-Received: from [91.35.247.201] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (WEB.DE 4.110 #277) id 1MRv5W-0005ZH-00; Fri, 17 Jul 2009 23:35:30 +0200 In-Reply-To: <1247865458.11806.51.camel@CASE> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/3OUHB4U48fH15mUmOn1tudjTWOfBw4nl/cbqv wLrqIql51zjwLE66MAoOWP1UL7w7uBtPM8GPMiD8KFPgvpR7EH Y2ijV4PqaU5+9oyhUYhw== X-detected-operating-system: by monty-python.gnu.org: GNU/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:66186 Archived-At: Am 17.07.2009 um 23:17 schrieb William Case: > (global-set-key [(control f1)] (find-file-other-window "~/.emacs")t) (global-set-key [(control f1)] (lambda () (interactive) = (find-file-=20 other-window "~/.emacs"))) Or write an interactive function which does (find-file-other-window =20 "~/.emacs") and bind that to C-F1. -- Greetings Pete The day Microsoft makes something that doesn't suck is the day they =20 start selling vacuum cleaners. =96 Ernest Jan Plugge