octave-maintainers
[Top][All Lists]
Advanced

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

Re: inputrc ignored


From: Mike Miller
Subject: Re: inputrc ignored
Date: Sun, 05 Jan 2014 22:00:41 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On Sun, 5 Jan 2014 18:12:37 -0800, fgnievinski wrote:
> Could anyone please confirm whether readline_re_read_init_file or
> readline_read_init_file are working after the second call?
> e.g.:
> 1) have set bell-style audible in your inputrc, start octave and confirm the
> bell is on
> 2) modify inputrc to have set bell-style none, call either of the two
> functions above (NOT ctrl-x ctrl-r), and confirm the bell is off
> 3) similar as (2) except it's audible/on

Yes, works for me, calling

  readline_read_init_file ([getenv("HOME") filesep ".inputrc"])

multiple times changing the bell-style each time.

-- 
mike


reply via email to

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