From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilya Shlyakhter Newsgroups: gmane.emacs.help Subject: Re: emacs forms input Date: Wed, 4 Aug 2010 12:53:33 -0400 Message-ID: References: <87sk2uzrlr.fsf@mithlond.arda> <877hk6vbg0.fsf@mithlond.arda> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1280941907 21301 80.91.229.12 (4 Aug 2010 17:11:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 17:11:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Teemu Likonen To: Lennart Borgman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 04 19:11:44 2010 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 1OghVG-0005Hs-07 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Aug 2010 19:11:42 +0200 Original-Received: from localhost ([127.0.0.1]:53876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OghVF-0001wG-9X for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Aug 2010 13:11:41 -0400 Original-Received: from [140.186.70.92] (port=41012 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OghDl-0001ic-35 for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 12:53:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OghDj-0006E5-K6 for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 12:53:36 -0400 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:37006) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OghDj-0006Dv-Es for help-gnu-emacs@gnu.org; Wed, 04 Aug 2010 12:53:35 -0400 Original-Received: by wwi14 with SMTP id 14so6462169wwi.30 for ; Wed, 04 Aug 2010 09:53:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=VC/mUtp+2RHsABpoU3avHdQ1OleYqK4KvVZcPJJFVzQ=; b=ZVSAdFY5XG65fQczsDyeh7h/CzZB+C5ysZxUeYUa3htTlJ2R3jjvxsepaVB20GW2E4 L8kD4eFZeSkLiLQj/nRCvOMzczBaSXWvyqZA34Y+elTVKtq48llecby8VUnLb6H0wu88 eXssE2pSB04cDZ7O+rW3VTc9Yi1R3mkRSqUzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=TraIOZO2YBYtk1EiMty7tEWm/0KpsSFXq6+/BXz/giRaYaBs8I1OITndQlkA8DQ+Wx fW4baMbL2mUN6t9KNBYUo3tdtUg5mJutbN+qA1ffPHaRovpGO8EHBRPzLg0OG0W8EjRu zyfSyZ5RjrEiLH41/t+4r8M8OaZn6UsU0l9wA= Original-Received: by 10.227.44.6 with SMTP id y6mr7600114wbe.17.1280940813573; Wed, 04 Aug 2010 09:53:33 -0700 (PDT) Original-Received: by 10.216.235.37 with HTTP; Wed, 4 Aug 2010 09:53:33 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: p09olxkAxIpy1Jro2cuzFiow6xI X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:74444 Archived-At: Great, thanks a lot -- that was exactly what I was looking for! So, I guess the Emacs Widget Library at http://www.dina.kvl.dk/~abraham/custom/widget.html is the answer. Thanks again! ilya p.s. a related question: is there a text-mode menus library, e.g. something based on the ncurses menus library? tmm-menubar doesn't let you physically select menu items -- it displays the menu above and you have to choose an item in the minibuffer. On Wed, Aug 4, 2010 at 12:29 PM, Lennart Borgman wrote: > nXhtml