From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: PT Newsgroups: gmane.emacs.help Subject: Re: Generate F12 as an input event Date: Mon, 7 Sep 2009 05:04:31 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252299949 2387 80.91.229.12 (7 Sep 2009 05:05:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Sep 2009 05:05:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 07 07:05:42 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 1MkWQ9-0000sR-TX for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2009 07:05:42 +0200 Original-Received: from localhost ([127.0.0.1]:60301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkWQ9-0005ri-BQ for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Sep 2009 01:05:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkWPk-0005rb-Je for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 01:05:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkWPf-0005p1-Ot for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 01:05:15 -0400 Original-Received: from [199.232.76.173] (port=33653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkWPf-0005oo-HM for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 01:05:11 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:48805) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkWPf-0004aG-3x for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 01:05:11 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkWPd-0007Wy-M2 for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 01:05:09 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1MkWPa-0000jQ-HM for help-gnu-emacs@gnu.org; Mon, 07 Sep 2009 07:05:06 +0200 Original-Received: from dsl51B792DF.pool.t-online.hu ([81.183.146.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2009 07:05:06 +0200 Original-Received: from spamfilteraccount by dsl51B792DF.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Sep 2009 07:05:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 81.183.146.223 (Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00) X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:67922 Archived-At: Kevin Rodgers gmail.com> writes: > > (push 'f12 unread-command-events) > Cool, thanks! Is it documented somewhere? I tried to search for it in the elisp manual, but maybe I didn't look hard enough.