On Fri, 13 Jan 2017, Allin Cottrell wrote:
On Fri, 13 Jan 2017, Riccardo (Jack) Lucchetti wrote:
> On Fri, 13 Jan 2017, Allin Cottrell wrote:
>
>> On Fri, 13 Jan 2017, Sven Schreiber wrote:
>>
>>> Hi,
>>> would it be too difficult (or have unwanted side effects) to enable
>>> several 'set' instructions on a single line, as in:
>>> "set echo off, messages off" ?
>
> A less general point: do you ever, ever, leave "messages" and
"echo" in
> different states? I, personally, don't.
Hmm, No, probably not.
> Actually, for anything exceeding 10 lines, my first 2 are routinely devoted
> to turning both off. On the other hand, it's clearly nice to have them both
> on when teaching.
>
> Perhaps (bar the obvious backward compatibility problem) we could
> reformulate this via something like
>
> set verbose [on | off | echo | messages ]
>
> defaulting to "off" if possible.
The minimal, backward-compatible change here -- and I quite like the idea --
would be to enable
set verbose off | on
Ok; but then suppose echo is off and messages is on (or viceversa); what's
the state of "verbose"? Unless we have a third libset variable, which
makes everything even more counterintuitive.
And besides: we still have the still undocumented SET_ECHO_SPACE feature
(I have to admit I have no idea as to what its purpose is meant to be ;) )
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------