* use new custom group to adjust ascii files
@ 2008-07-13 15:58 Fabian Braennstroem
2008-07-13 17:23 ` Lennart Borgman (gmail)
[not found] ` <mailman.14657.1215969819.18990.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: Fabian Braennstroem @ 2008-07-13 15:58 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I wonder, if emacs' customize group buffer 'mode' can be
used as a simple gui to adjust some ascii files!?
I.e. the ascii files are used for configuration of a
different external program. Would be nice, if anyone has
a suggestion!
Thanks!
Greetings!
Fabian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: use new custom group to adjust ascii files
2008-07-13 15:58 use new custom group to adjust ascii files Fabian Braennstroem
@ 2008-07-13 17:23 ` Lennart Borgman (gmail)
[not found] ` <mailman.14657.1215969819.18990.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-07-13 17:23 UTC (permalink / raw)
To: f.braennstroem; +Cc: help-gnu-emacs
Fabian Braennstroem wrote:
> Hi,
>
> I wonder, if emacs' customize group buffer 'mode' can be
> used as a simple gui to adjust some ascii files!?
> I.e. the ascii files are used for configuration of a
> different external program. Would be nice, if anyone has
> a suggestion!
> Thanks!
Hi Fabian
You probably want to look at Emacs widgets. In Emacs 22 or later do
C-h i
and then search for "widget".
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: use new custom group to adjust ascii files
[not found] ` <mailman.14657.1215969819.18990.help-gnu-emacs@gnu.org>
@ 2008-07-15 4:38 ` Fabian Braennstroem
2008-07-15 7:14 ` Lennart Borgman (gmail)
[not found] ` <mailman.14752.1216114345.18990.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 5+ messages in thread
From: Fabian Braennstroem @ 2008-07-15 4:38 UTC (permalink / raw)
To: help-gnu-emacs
Hi Lennart,
* Lennart Borgman (gmail) <lennart.borgman@gmail.com> wrote:
> Fabian Braennstroem wrote:
>> Hi,
>>
>> I wonder, if emacs' customize group buffer 'mode' can be
>> used as a simple gui to adjust some ascii files!?
>> I.e. the ascii files are used for configuration of a
>> different external program. Would be nice, if anyone has
>> a suggestion!
>> Thanks!
>
> Hi Fabian
>
> You probably want to look at Emacs widgets. In Emacs 22 or later do
>
> C-h i
>
> and then search for "widget".
Thanks for the hint! Looks nice, though I did not understand
howto get the right x11 feeling into it... I'll try it out
in the next days.
Greetings!
Fabian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: use new custom group to adjust ascii files
2008-07-15 4:38 ` Fabian Braennstroem
@ 2008-07-15 7:14 ` Lennart Borgman (gmail)
[not found] ` <mailman.14752.1216114345.18990.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 5+ messages in thread
From: Lennart Borgman (gmail) @ 2008-07-15 7:14 UTC (permalink / raw)
To: f.braennstroem; +Cc: help-gnu-emacs
Fabian Braennstroem wrote:
> Hi Lennart,
>
> * Lennart Borgman (gmail) <lennart.borgman@gmail.com> wrote:
>> Fabian Braennstroem wrote:
>>> Hi,
>>>
>>> I wonder, if emacs' customize group buffer 'mode' can be
>>> used as a simple gui to adjust some ascii files!?
>>> I.e. the ascii files are used for configuration of a
>>> different external program. Would be nice, if anyone has
>>> a suggestion!
>>> Thanks!
>> Hi Fabian
>>
>> You probably want to look at Emacs widgets. In Emacs 22 or later do
>>
>> C-h i
>>
>> and then search for "widget".
>
> Thanks for the hint! Looks nice, though I did not understand
> howto get the right x11 feeling into it... I'll try it out
> in the next days.
Emacs widgets looks like what you see in Custom buffers. However the
internal API for widgets are such that they can be replaced by for
example xwidgets or something similar if someone some day finds the time
to do it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: use new custom group to adjust ascii files
[not found] ` <mailman.14752.1216114345.18990.help-gnu-emacs@gnu.org>
@ 2008-07-16 3:24 ` Fabian Braennstroem
0 siblings, 0 replies; 5+ messages in thread
From: Fabian Braennstroem @ 2008-07-16 3:24 UTC (permalink / raw)
To: help-gnu-emacs
* Lennart Borgman (gmail) <lennart.borgman@gmail.com> wrote:
> Fabian Braennstroem wrote:
>> Hi Lennart,
>>
>> * Lennart Borgman (gmail) <lennart.borgman@gmail.com> wrote:
>>> Fabian Braennstroem wrote:
>>>> Hi,
>>>>
>>>> I wonder, if emacs' customize group buffer 'mode' can be
>>>> used as a simple gui to adjust some ascii files!?
>>>> I.e. the ascii files are used for configuration of a
>>>> different external program. Would be nice, if anyone has
>>>> a suggestion!
>>>> Thanks!
>>> Hi Fabian
>>>
>>> You probably want to look at Emacs widgets. In Emacs 22 or later do
>>>
>>> C-h i
>>>
>>> and then search for "widget".
>>
>> Thanks for the hint! Looks nice, though I did not understand
>> howto get the right x11 feeling into it... I'll try it out
>> in the next days.
>
>
> Emacs widgets looks like what you see in Custom buffers. However the
> internal API for widgets are such that they can be replaced by for
> example xwidgets or something similar if someone some day finds the time
> to do it.
Thanks for the info!
Greetings!
Fabian
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-16 3:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-13 15:58 use new custom group to adjust ascii files Fabian Braennstroem
2008-07-13 17:23 ` Lennart Borgman (gmail)
[not found] ` <mailman.14657.1215969819.18990.help-gnu-emacs@gnu.org>
2008-07-15 4:38 ` Fabian Braennstroem
2008-07-15 7:14 ` Lennart Borgman (gmail)
[not found] ` <mailman.14752.1216114345.18990.help-gnu-emacs@gnu.org>
2008-07-16 3:24 ` Fabian Braennstroem
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).