help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Widgets and text-changing


From: MON KEY
Subject: Re: Widgets and text-changing
Date: Thu, 18 Jun 2009 16:02:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)

Stephen Berman <stephen.berman@gmx.net> writes:

> Is it possible to apply text-changing commands or functions to widgets
> in a buffer without dewidgetizing them?  For example, if I eval this
> sexp:
>
>     (with-current-buffer (get-buffer-create "*Widget Test*")
>       (setq mylist '("delta" "alfa" "charlie" "bravo"))
> {...}
> Is it possible to manipulate, e.g. sort, widgets in a buffer without
> them losing their widgetry?

I'm sure this was obvious and I don't intend any sarcasm, but what about:

(setq mylist '(sort '("delta" "alfa" "charlie" "bravo") 'string<)

> Steve Berman

s_P




reply via email to

[Prev in Thread] Current Thread [Next in Thread]