annotate octaverc @ 3329:7bbaffce14a8

Don't create temporary fontconfig install dir which is never removed. * src/mingw-fontconfig-1.patch: Don't create fc_cachedir, it only needs to exist on cross-compiled host. * src/msvc-fontconfig-1.patch: Rely on mingw-fontconfig-1.patch to stop creation of fc_cachedir.
author Rik <rik@octave.org>
date Sun, 17 Nov 2013 14:32:02 -0800
parents d35eda9fb1f3
children 3676b3329fd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2965
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 ## System-wide startup file for Octave.
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 ##
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 ## This file should contain any commands that should be executed each
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 ## time Octave starts for every user at this site.
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 edit ("editor", cstrcat (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'), ' %s'));