unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: [BUG] widget-field-overlay becomes wrong
Date: Mon, 02 Aug 2004 14:21:55 +0200	[thread overview]
Message-ID: <rj7jshafx8.fsf@sheridan.dina.kvl.dk> (raw)
In-Reply-To: 410E0471.9080208@math.ku.dk

Lars Hansen <larsh@math.ku.dk> writes:

> (progn
>   (switch-to-buffer "*test*")
>   (widget-create 'editable-field :format "%v" :size 3)
>   (widget-create 'checkbox)
>   (use-local-map widget-keymap)
>   (widget-setup))

Yes, the toggle widget also call widget-value-set.  I missed that one.

> (progn
>   (switch-to-buffer "*test*")
>   (widget-create 'editable-field :format "%v" :size 3)
>   (widget-create 'radio-button-choice :value "1" '(item "1") '(item "2"))
>   (use-local-map widget-keymap)
>   (widget-setup))
>
> The problem shows up here as well.

Not if you put some static text first:

 (progn
   (switch-to-buffer "*test*")
   (widget-create 'editable-field :format "%v" :size 3)
   (widget-create 'radio-button-choice :format "Radio: %v"
                  :value "1" '(item "1") '(item "2"))
   (use-local-map widget-keymap)
   (widget-setup))

  reply	other threads:[~2004-08-02 12:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-30  9:46 [BUG] widget-field-overlay becomes wrong Lars Hansen
2004-07-01 17:14 ` Richard Stallman
2004-07-01 20:08   ` Lars Hansen
2004-07-02  6:02     ` Lars Hansen
2004-07-03 18:20       ` Richard Stallman
2004-07-04  9:47         ` Lars Hansen
2004-07-07 16:02   ` Per Abrahamsen
2004-07-08 12:30     ` Lars Hansen
2004-07-08 23:18     ` Richard Stallman
2004-07-09 21:10     ` Lars Hansen
2004-07-13 15:00       ` Per Abrahamsen
2004-07-14  7:00         ` Lars Hansen
2004-07-19  7:31           ` Per Abrahamsen
2004-07-19 18:44             ` Richard Stallman
2004-07-23 16:24               ` Per Abrahamsen
2004-07-24 16:28                 ` Lars Hansen
2004-08-01 15:18                   ` Per Abrahamsen
2004-08-02  9:08                     ` Lars Hansen
2004-08-02 12:21                       ` Per Abrahamsen [this message]
2004-07-24 19:43                 ` Richard Stallman
2004-08-01 15:33                   ` Per Abrahamsen
2004-08-02  9:07                     ` Lars Hansen
2004-08-03 19:37                       ` Richard Stallman
2004-08-03 21:18                         ` Lars Hansen
2004-08-03 21:25                           ` Lars Hansen
2004-08-05  4:22                             ` Richard Stallman
2004-08-05  6:22                               ` Lars Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rj7jshafx8.fsf@sheridan.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).