Macro Variable Syntax Problem

Thorsten Haude yoo at vranx.de
Sat Aug 28 08:08:42 CEST 2004


Hi,

* Dumin, Nels wrote (2004-08-28 04:22):
>  Error reading macro file Variable syntax
>  /home/ndumin/share/nedit/expander/macros/system.nm: No such file or
>directory
>
>Through experimentation, I found that hard-coding the full path of the
>file in the load_macro_file statement works:
>
>  load_macro_file ("/home/ndumin/share/nedit/expander/macros/system.nm")

So the following would only work half?
    load_macro_file("/home/ndumin/share/nedit/expander/macros/system.nm")
    load_macro_file($EXPANDER_MACRO_DIR "system.nm")

What about this:
    file = "/home/ndumin/share/nedit/expander/macros/system.nm"
    load_macro_file(file)

What is the result of this?
    t_print("--" $EXPANDER_MACRO_DIR "system.nm" "--")


Thorsten
-- 
Scully: Do you have a theory?
Mulder: I have plenty of theories.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.nedit.org/pipermail/discuss/attachments/20040828/a8c0fcea/attachment.bin


More information about the Discuss mailing list