From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?B?SvxyZ2VuIEhhcnRtYW5u?= Newsgroups: gmane.emacs.help Subject: RE: How to enter for example \200 offered by ispell in its buffer *Choices* Date: Mon, 22 Jun 2015 01:02:31 +0200 Message-ID: References: , <838ubcj1bf.fsf@gnu.org>, , <87si9kvita.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1434927778 15246 80.91.229.3 (21 Jun 2015 23:02:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 23:02:58 +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 Jun 22 01:02:49 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z6oGG-0001Kc-SP for geh-help-gnu-emacs@m.gmane.org; Mon, 22 Jun 2015 01:02:49 +0200 Original-Received: from localhost ([::1]:37522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6oGG-0002FG-8i for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 19:02:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6oG3-0002FB-To for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 19:02:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6oG0-0007ZQ-LB for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 19:02:35 -0400 Original-Received: from dub004-omc4s23.hotmail.com ([157.55.2.98]:64397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6oG0-0007Z8-G2 for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 19:02:32 -0400 Original-Received: from DUB124-W15 ([157.55.2.71]) by DUB004-OMC4S23.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sun, 21 Jun 2015 16:02:31 -0700 X-TMN: [KpSDWCxlezX5OG7G3gfsEvc9SkMpWxr0] X-Originating-Email: [juergen_hartmann_@hotmail.com] Importance: Normal In-Reply-To: <87si9kvita.fsf@debian.uxu> X-OriginalArrivalTime: 21 Jun 2015 23:02:31.0751 (UTC) FILETIME=[5A757570:01D0AC76] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 157.55.2.98 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105077 Archived-At: @ Emanuel Berg: Thank you for your suggestion:=0A= =0A= > J=FCrgen Hartmann =0A= > writes:=0A= >=0A= >> But however: Is there a method--some translation=0A= >> keymaps or something alike--that allows to enter=0A= >> a key code numerically to read-key?=0A= >=0A= > Try this:=0A= >=0A= >=A0=A0=A0=A0 (push ?\200 unread-command-events)=0A= =0A= Good idea.=0A= =0A= But I didn't succeed to apply it.=0A= =0A= As a mockup for the situation in ispell-command-loop I defined=0A= =0A= =A0=A0 (defun test ()=0A= =A0=A0=A0=A0 ""=0A= =A0=A0=A0=A0 (dotimes (i 10)=0A= =A0=A0=A0=A0=A0=A0 (let ((key (read-key)))=0A= =A0=A0=A0=A0=A0=A0=A0=A0 (message "Key: %s" key))))=0A= =0A= which does read-key ten times and outputs the keys read in messages.=0A= =0A= But running this function I can not issue the push expression. Even if I=0A= define it as a command and bind it to a key=2C only that key is read verbat= im=0A= like C-f5.=0A= =0A= Seems to be a teaser.=0A= =0A= Thank you again for your input.=0A= =0A= Juergen=0A= =0A= =