texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] texmacs doesn't find texmacs-init.scm


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] texmacs doesn't find texmacs-init.scm
Date: Mon, 6 Oct 2003 14:59:19 +0200 (CEST)

>       cout << $TEXMACS_PATH << "\n";
>       cout << $GUILE_LOAD_PATH << "\n";
>       url guile_path= get_env_path ("GUILE_LOAD_PATH", "$TEXMACS_PATH/progs");
>       cout << $GUILE_LOAD_PATH << "\n";

Sorry, by:

      cout << get_env ("TEXMACS_PATH") << "\n";
      cout << get_env ("GUILE_LOAD_PATH") << "\n";
      url guile_path= get_env_path ("GUILE_LOAD_PATH", "$TEXMACS_PATH/progs");
      cout << get_env ("GUILE_LOAD_PATH") << "\n";





reply via email to

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