annotate octaverc @ 7203:d0888036e522 default tip @

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 May 2024 20:29:42 +0200
parents 47ac621e632f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
1
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
2 ## Begin MXE Octave additions to system-wide startup file for Octave.
2965
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 ##
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 ## This file should contain any commands that should be executed each
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 ## time Octave starts for every user at this site.
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
6
2965
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'notepad++'), pathsep, EXEC_PATH));
d35eda9fb1f3 octaverc file
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 EXEC_PATH (cstrcat (fullfile (OCTAVE_HOME, 'bin'), pathsep, EXEC_PATH));
3335
3676b3329fd4 octaverc: Don't use deprecated edit variable EDITOR.
Rik <rik@octave.org>
parents: 2965
diff changeset
9 EDITOR (fullfile (OCTAVE_HOME, 'notepad++', 'notepad++.exe'));
7106
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
10
47ac621e632f append our octaverc file to existing site rcfile
John W. Eaton <jwe@octave.org>
parents: 3335
diff changeset
11 ## End MXE Octave additions to system-wide startup file for Octave.