changeset 3997:ad3e4d073c63 octave-forge

restore pkg autoload at startup
author goffioul
date Tue, 06 Nov 2007 13:59:05 +0000
parents 2230a34862a6
children ac9f72ea34cd
files admin/Windows/msvc/octaverc.win
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/Windows/msvc/octaverc.win	Mon Nov 05 17:29:44 2007 +0000
+++ b/admin/Windows/msvc/octaverc.win	Tue Nov 06 13:59:05 2007 +0000
@@ -19,6 +19,15 @@
   PAGER_FLAGS ('-P"-- less ?pB(%pB\%):--. (f)orward, (b)ack, (q)uit$"');
 endif
 
+## This appears here instead of in the pkg/PKG_ADD file so that --norc
+## will also skip automatic loading of packages.
+
+pkg ("load", "auto");
+
+###########################################
+## Windows binary package specific setup ##
+###########################################
+
 # Some information messages
 fprintf (" - Use `pkg list' to see a list of installed packages.\n");