[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [jed-users] Re: Towards 1.0...
[Cc'd to jed-users@xxxxxxxxxxx]
Guenter Milde <G.Milde@xxxxxxxxxxxxxxxxxxxx> wrote:
>in the menu) but the function called from the menu topic. Just now, if I
>like the functionality of a menu-topic that has no binding, in order to bind
>it to a key I have to grep the name of the topic and search for the function
>it calls.
FWFW, a couple of weeks ago I added "menu_select_menu", which will
allow direct access to the menus from the interpreter, e.g.,
menu_select_menu ("Global.&Buffers");
will open the "Buffers" menu. Similarly,
menu_select_menu ("Global.&Buffers.&List Buffers");
will exectute the "List Buffers" menu item.
>> I noticed that Guido's quickref is already ditributed with jed. The problem
>> is that it uses a lot more sgml features than tm generated files for help
>> functions, so writing a parser for this will not be an easy task. A HTML
Have you looked at jed/doc/tm/quickref.tm? In fact, if you have the
approriate SGML tools installed you can
make quickref.txt
make quickref.html
to create HTML files as well as a TEXT file. If you do not have the
tools installed, then look at
http://space.mit.edu/~davis/tmp/quickref.html
http://space.mit.edu/~davis/tmp/quickref.txt
I really believe that the text macro source is the best way to go.
That is also how I generate all my web pages, e.g., look at
http://www.jedsoft.org/jed/madewithjed.html
to see how the text macros simplify the creation of those pages.
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.