From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57673 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Wizards! I mean, Assistants! Date: Mon, 24 May 2004 12:38:38 +0200 Organization: The Church of Emacs Sender: ding-owner@lists.math.uh.edu Message-ID: References: <16558.26545.847122.757336@gargle.gargle.HOWL> <871xlcnoqo.fsf@tc-1-100.kawasaki.gol.ne.jp> <8765aof7e3.fsf@tc-1-100.kawasaki.gol.ne.jp> <87wu34ds70.fsf@tc-1-100.kawasaki.gol.ne.jp> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085395154 31872 80.91.224.253 (24 May 2004 10:39:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 10:39:14 +0000 (UTC) Original-X-From: ding-owner+M6213@lists.math.uh.edu Mon May 24 12:39:06 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSCrK-0005CO-00 for ; Mon, 24 May 2004 12:39:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BSCr5-0007gN-00; Mon, 24 May 2004 05:38:51 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BSCr0-0007gI-00 for ding@lists.math.uh.edu; Mon, 24 May 2004 05:38:46 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BSCqy-00061i-OI for ding@lists.math.uh.edu; Mon, 24 May 2004 05:38:44 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 4B1AD3A0262 for ; Mon, 24 May 2004 05:38:42 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BSCqu-0003We-00 for ; Mon, 24 May 2004 12:38:40 +0200 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2004 12:38:40 +0200 Original-Received: from abraham by sheridan.dina.kvl.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 May 2004 12:38:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: sheridan.dina.kvl.dk X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Mail-Copies-To: nobody User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:rC3PSEsE23Z6j/4iakHCS//gPMs= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57673 Lars Magne Ingebrigtsen writes: > Per Abrahamsen writes: > >> It is a bug. It cannot find zero-width text fields. Put some text in >> it, at tab will find it. > > I just use > > (widget-create > 'editable-field > "Here's some text") > > And that widget isn't found by TAB... What is tab bound to? If I do (progn (widget-create 'editable-field "Here's some text") (widget-setup)) in the *scratch* buffer, and type M-x widget-forward , then point move to the beginning of the text field.