bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] .apl.history file?


From: Juergen Sauermann
Subject: Re: [Bug-apl] .apl.history file?
Date: Wed, 20 Jul 2016 12:40:41 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi David,

yes, it is in place (despite of its name which was not changed when readline was removed, so
that existing preferences files would still work).

Maybe you want to check with apl -l 37 in which order the preferences files are read.

You can also modify the LineInput constructor like this to see what filename is being used:

LineInput::~LineInput()
{
   if (initial_termios_errno)   return;

Q(write_history)
Q(uprefs.line_history_path.c_str())
...


/// Jürgen



On 07/20/2016 04:11 AM, David B. Lamkins wrote:
Is the history file mechanism still in place?

I have set READLINE_HISTORY_PATH in ~/.gnu-apl/preferences to /home/dlamkins/.apl.history .

GNU APL doesn't create the history file, nor does it write to the file if I create it.




reply via email to

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