octave-maintainers
[Top][All Lists]
Advanced

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

Re: Pathdef.m


From: Keith Goodman
Subject: Re: Pathdef.m
Date: Wed, 8 Feb 2006 10:56:24 -0800

On 2/8/06, John W. Eaton <address@hidden> wrote:
> On  8-Feb-2006, Keith Goodman wrote:
>
> | Nothing new, just a different way of organizing. I think of octaverc
> | as a place to customize octave with convenience features. And in my
> | case it is a messy place.
>
> Why?  What do you have in your ~/.octaverc file?  I have only two
> lines.  One is a comment and the other is not really necessary, just a
> change in name for hte history file.

You are right. I should have looked at my ~/.octaverc before saying that:

format compact;
more off;
PS1 = ">> ";
suppress_verbose_help_message = 1;
crash_dumps_octave_core = 0;
warn_string_concat = 0;
struct_levels_to_print = 0;

disp(["Octave " OCTAVE_VERSION " Forge " num2str(OCTAVE_FORGE_VERSION)])



reply via email to

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