texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Question about menus in session.


From: Corcelle
Subject: [Texmacs-dev] Question about menus in session.
Date: Wed, 14 Jan 2009 10:46:32 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Hello,

When writing a *menu.scm file for a plugin, what command (like" \n" in bash) should I write to insert a "return to the next line" in the input field.

For example, in the tablor-menus.scm file, with the lines :
    ("Tableau standard"
(tablor-insert "\\\\begin{TV} ~ TV([-infinity, +infinity], [ ], \"f\",\"x\", x^2, 1, n, \\\\tv) ~ \\\\end{TV}"))

the entry "Tableau standard" gives :
\\\\begin{TV} ~ TV([-infinity, +infinity], [ ], \"f\",\"x\", x^2, 1, n, \\\\tv) ~ \\\\end{TV}
in the input field.
But I would prefer
    \\\\begin{TV}
    TV([-infinity, +infinity], [  ], \"f\",\"x\", x^2, 1, n, \\\\tv)
    \\\\end{TV}
for readability reasons and to be able to add commentaries at the end of lines.

Thank you.

Have a good day.

Emmanuël Corcelle




reply via email to

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