jed-users mailing list

[2006 Date Index] [2006 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Ann: New latex mode version


Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
> Hi,
>
> for those who care about my latex mode, I've uploaded a new version to
> http://www.minet.uni-jena.de/~joergs/jlm/ Sorry, I didn't wrote a
> changelog, but here are some new features:
>
> * enabled the customization support for the latex build commands. I will
>   extend this to a menu-like selection process.

It's done. Not fully, but the big part is done. I've uploaded a new
latex_external.sl to http://www.minet.uni-jena.de/~joergs/jlm/. You can
enable it with the following patch or call latex_external->cust_view().

Missing things are:
* no way to modify the configuration
* colors in the buffer

What is there:
* you can setup multiple build configurations with
  latex_external->cust_set()
* you can select a different configuration at runtime by opening the
  config buffer (^co) and select the config with space
* in the overview at the beginning of the buffer you can hit enter to
  jump to the section.

Index: latex.sl
===================================================================
--- latex.sl    (Revision 15)
+++ latex.sl    (Arbeitskopie)
@@ -2324,13 +2324,12 @@
     definekey_reserved(" \\textasciitilde{}", "~", MODE);
 
     % final stuff
-    definekey_reserved("latex_customise",     "C", MODE);
     definekey_reserved("latex_external->select_master_file",   "a", MODE);
     definekey_reserved("latex_external->select_master_file",   "^A", MODE);
-    definekey_reserved("latex_external->select_output_format", "o", MODE);
-    definekey_reserved("latex_external->select_output_format", "^O", MODE);
     definekey_reserved("latex_external->pop_log_file",   "y", MODE);
     definekey_reserved("latex_external->pop_log_file",   "^y", MODE);
+    definekey_reserved("latex_external->cust_view",             "o", MODE);
+    definekey_reserved("latex_external->cust_view",             "^O", MODE);
 
     definekey_reserved("latex_external->bibtex",                "I", MODE);
     definekey_reserved("latex_external->bibtex",                "^I", MODE);

Comments, please.

Jörg.
-- 
at lilo press tab key | an Luftmatratzenpressetabulatorschlüssel
(Übersetzung von Personal Translator 2000)

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]