Re: some helpful elisp
- From: Changwoo Ryu <cwryu debian org>
- To: gtk-devel-list redhat com
- Subject: Re: some helpful elisp
- Date: 29 Oct 1999 08:58:37 +0900
Owen Taylor <otaylor@redhat.com> writes:
> I was in a elispy mood today and wrote up a couple of
> handy functions and packaged them into a small minor
> mode - egtk-mode.
>
> http://people.redhat.com/otaylor/egtk.el
>
> The functions there are:
>
> egtk-insert-cast: [ bound to C-c g ]
>
> Insert the correct cast for the function name before the
> point. That is if you type:
>
> gtk_window_set_title (
>
> and then C-c g, you get:
>
> gtk_window_set_title (GTK_WINDOW (
gtk_button_box_set_layout (
When I type C-c g, I get:
gtk_button_box_set_layout (GTK_BUTTON (
:-)
--
Changwoo RYU
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]