From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: emacs-snapshot keybinding problem Date: Mon, 02 Jan 2006 11:36:06 -0500 Organization: Bell Sympatico Message-ID: <87zmmetwqo.fsf-monnier+gnu.emacs.help@gnu.org> References: <87zmmjyz2z.fsf-monnier+gnu.emacs.help@gnu.org> <8764p6u0mp.fsf@magma.ca> <89094436dbe19fc651e2bc3fd10bfcce@Web.DE> <87y822sagk.fsf@magma.ca> <3c110c9e9c722c8b8843bee0bea47a2f@Web.DE> <87hd8p5l5p.fsf@magma.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1136220849 22502 80.91.229.2 (2 Jan 2006 16:54:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2006 16:54:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 02 17:54:04 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EtSwX-0004R9-Qa for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jan 2006 17:53:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EtSy7-000549-NI for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Jan 2006 11:55:35 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx02.iad01.newshosting.com!newshosting.com!novia!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:31xKCMTgOc4Xm9WPPuXRWM3kduI= Original-Lines: 12 Original-NNTP-Posting-Host: 67.71.26.159 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1136219766 67.71.26.159 (Mon, 02 Jan 2006 11:36:06 EST) Original-NNTP-Posting-Date: Mon, 02 Jan 2006 11:36:06 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:136732 Original-To: help-gnu-emacs@gnu.org 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:32351 Archived-At: > So my function keys now go all the way up to F16 :-) and I have OPTL set > to Hyper_L and OPTR set to Super_R, I now need to > learn the syntax to bind something to the Super and Hyper keys > > (global-set-key [(hyper q)] 'some-function) does not work. In what sense does it not work? If it doesn't work, it's a bug, which you should report via M-x report-emacs-bug Stefan