From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: elisp question:keyboard-translate with hyper fail? Date: Fri, 11 Mar 2011 03:00:17 -0800 (PST) Organization: http://groups.google.com Message-ID: <86aa8db7-62db-478d-940d-82609c8dde34@18g2000prd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299843637 2567 80.91.229.12 (11 Mar 2011 11:40:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 11:40:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 12:40:33 2011 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.69) (envelope-from ) id 1Py0hr-000571-2E for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 12:40:31 +0100 Original-Received: from localhost ([127.0.0.1]:54338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py0hq-0007VI-HB for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Mar 2011 06:40:30 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!18g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 22 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1299841217 30314 127.0.0.1 (11 Mar 2011 11:00:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 11 Mar 2011 11:00:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 18g2000prd.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185824 comp.emacs:101286 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:79975 Archived-At: when i try to do this: (keyboard-translate ?\H-3 ?=95) ; set Hyper+3 to type unicode bullet char i got this error Debugger entered--Lisp error: (wrong-type-argument characterp 16777332) keyboard-translate(16777332 8226) eval((keyboard-translate 16777332 8226)) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) anyone know why? using Ctrl works fine, e.g. (keyboard-translate ?\C-3 ?=95) i double checked and the syntax for hyper ?\H- seems correct. Xah