unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility
@ 2015-07-16 18:18 Raffaele Ricciardi
  2015-07-17  1:57 ` Vaidheeswaran C
  0 siblings, 1 reply; 4+ messages in thread
From: Raffaele Ricciardi @ 2015-07-16 18:18 UTC (permalink / raw)
  To: 21078

Dear GNU Emacs maintainers,

the widget interface that Customize creates is tightly tied to
`Custom-mode'.  Yet, the same interface could be useful to any package
that requires users to perform some kind of complex configuration (for
example: configuring a software project before compiling).  Right now,
libraries either resort to asking questions (but this approach doesn't
scale), or require users to edit Lisp files (with the risk of making
mistakes).  Sure, there is the Widget library, but the interface that
has already been implemented for Customize offers a lot of functionality
(automatic creation of widgets according to the type of variables,
search, reverting of changes, etc.) and the ability to reuse all that
work would be no small gain.  Moreover, users would be interacting with
a familiar interface.

Thanks for your attention.

Best Regards.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility
  2015-07-16 18:18 bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility Raffaele Ricciardi
@ 2015-07-17  1:57 ` Vaidheeswaran C
  2015-07-17 15:53   ` Raffaele Ricciardi
  0 siblings, 1 reply; 4+ messages in thread
From: Vaidheeswaran C @ 2015-07-17  1:57 UTC (permalink / raw)
  To: Raffaele Ricciardi, 21078

On Thursday 16 July 2015 11:48 PM, Raffaele Ricciardi wrote:

> the widget interface that Customize creates is tightly tied to
> `Custom-mode'.  Yet, the same interface could be useful to any
> package that requires users to perform some kind of complex
> configuration (for example: configuring a software project before
> compiling).

Do you want something more than what is documented in this node:

    (info "(eieio) Customizing")






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility
  2015-07-17  1:57 ` Vaidheeswaran C
@ 2015-07-17 15:53   ` Raffaele Ricciardi
  2015-11-05 18:55     ` Ted Zlatanov
  0 siblings, 1 reply; 4+ messages in thread
From: Raffaele Ricciardi @ 2015-07-17 15:53 UTC (permalink / raw)
  To: vaidheeswaran.chinnaraju, 21078

On Fri, 17 Jul 2015 07:27:17 +0530
Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com> wrote:
> On Thursday 16 July 2015 11:48 PM, Raffaele Ricciardi wrote:
>
> > the widget interface that Customize creates is tightly tied to
> > `Custom-mode'.  Yet, the same interface could be useful to any
> > package that requires users to perform some kind of complex
> > configuration (for example: configuring a software project before
> > compiling).
>
> Do you want something more than what is documented in this node:
>
>     (info "(eieio) Customizing")
>

No, I don't.  EIEIO is not a renowned package -- the Emacs Lisp
Reference mentions it only once cursorily, and it seems that only CEDET
uses it -- hence I hadn't looked into it.

EIEIO Custom Mode could look more similar to Custom Mode, but I infer
that these modes were written independently, hence achieving a similar
*look and feel* could require too much refactoring.  Anyway, it seems
that the lambdas inside `eieio-custom-object-apply-reset' could be
extracted as commands, so that users could bind them to keys.

Thanks for your assistance.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility
  2015-07-17 15:53   ` Raffaele Ricciardi
@ 2015-11-05 18:55     ` Ted Zlatanov
  0 siblings, 0 replies; 4+ messages in thread
From: Ted Zlatanov @ 2015-11-05 18:55 UTC (permalink / raw)
  To: Raffaele Ricciardi; +Cc: vaidheeswaran.chinnaraju, 21078

On Fri, 17 Jul 2015 17:53:43 +0200 Raffaele Ricciardi <rfflrccrd@gmail.com> wrote: 

RR> On Fri, 17 Jul 2015 07:27:17 +0530
RR> Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com> wrote:
>> On Thursday 16 July 2015 11:48 PM, Raffaele Ricciardi wrote:
>> 
>> > the widget interface that Customize creates is tightly tied to
>> > `Custom-mode'.  Yet, the same interface could be useful to any
>> > package that requires users to perform some kind of complex
>> > configuration (for example: configuring a software project before
>> > compiling).
>> 
>> Do you want something more than what is documented in this node:
>> 
>> (info "(eieio) Customizing")
>> 

RR> EIEIO Custom Mode could look more similar to Custom Mode, but I infer
RR> that these modes were written independently, hence achieving a similar
RR> *look and feel* could require too much refactoring.  Anyway, it seems
RR> that the lambdas inside `eieio-custom-object-apply-reset' could be
RR> extracted as commands, so that users could bind them to keys.

In the same vein, you can look at assistant.el (part of Emacs and Gnus).
It tries to address exactly this need without any library dependencies
like EIEIO's Custom Mode. It uses the Customize widgets. It lacks
documentation and practical use cases, and hasn't been updated in a
while though.  So it really needs a maintainer IMHO.

Ted





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-05 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 18:18 bug#21078: 24.5; Wish: Customize as a general-purpose configuration facility Raffaele Ricciardi
2015-07-17  1:57 ` Vaidheeswaran C
2015-07-17 15:53   ` Raffaele Ricciardi
2015-11-05 18:55     ` Ted Zlatanov

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).