octave-maintainers
[Top][All Lists]
Advanced

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

Re: inputrc ignored


From: fgnievinski
Subject: Re: inputrc ignored
Date: Fri, 3 Jan 2014 10:13:02 -0800 (PST)

Thanks it seems to be working now.
-F.


On Fri, Jan 3, 2014 at 3:37 PM, Rik-4 [via Octave] <[hidden email]> wrote:
On 01/03/2014 12:32 AM, [hidden email] wrote:

> Message: 7
> Date: Thu, 2 Jan 2014 22:52:32 -0800 (PST)
> From: fgnievinski <[hidden email]>
> To: [hidden email]
> Subject: inputrc ignored
> Message-ID: <[hidden email]>
> Content-Type: text/plain; charset=us-ascii
>

> octaverc contains:
>
>
>
> I edited that inputrc file, restarted Octave, but it doesn't seem to honor
> the changes.
>
> The modified inputrc has the following contents:
>
>
>
> Any ideas on how to debug this?
> E.g., could readline_read_init_file be ignoring the input argument?
>
> Thanks,
> -F.
1/3/14

Felipe,

I know that it does work because I use a pretty complicated inputrc file.
Several people offered good advice.  In addition, you might want to make
sure your version was compiled with readline support.  Also, take a look at
the function readline_re_read_init_file().  You can then make changes to
your inputrc and run that function within Octave to update it.  Note,
however, that the function does not take a filename argument.  It loads
whatever the last filename was, so if that is pointing to a non-existent
file and you are modifying a different inputrc file then there will be a
disconnect.  You could hardcode the path in octaverc to point to an inputrc
file just for testing.

--Rik



If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/inputrc-ignored-tp4660581p4660622.html
To unsubscribe from inputrc ignored, click here.
NAML



View this message in context: Re: inputrc ignored
Sent from the Octave - Maintainers mailing list archive at Nabble.com.

reply via email to

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