bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] .apl.history


From: Juergen Sauermann
Subject: Re: [Bug-apl] .apl.history
Date: Wed, 02 Jul 2014 16:52:06 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Blake,

yes. The problem with that is that it requires the presence of a home directory.

There are use cases like scripting where the interpreter cannot figure where the
home directory is located and my strategy is to depend on as few environment
variables (like $HOME or $PWD) as possible.

Note that ~ is a shell convention and not a file system property so that ~/.apl.history
or $HOME/.apl.history may fail under certain circumstances.

/// Jürgen


On 07/02/2014 04:25 PM, Blake McBride wrote:
Dear Juergen,

Thanks.  I can do that, but every other Linux program I have ever used, although it may allow me to specify a config file location as you do, the default is always in the home directory.

Thanks.

Blake



On Wed, Jul 2, 2014 at 6:24 AM, Juergen Sauermann <address@hidden> wrote:
Hi Blake,

you can set the path in the preferences files:

READLINE_HISTORY_PATH = /home/...

/// Jürgen



On 07/01/2014 11:14 PM, Blake McBride wrote:
GNU APL creates a .apl.history in whatever directory APL is started up in.  This is unlike all other system I've seen, and a problem when you don't start APL in the same directory each time.  I think rather than .apl.history, the system should use ~/.apl.history
In other words keep in the home directory.

Thanks.

Blake





reply via email to

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