How to Map Key-Bindings in .inputrc, For Maxima only?
Subject: How to Map Key-Bindings in .inputrc, For Maxima only?
From: first name
Date: Tue, 23 Aug 2011 14:02:22 +0800
Please let me explain my question.
Usually, i use the following lines, in order to bind some shortcut,
only for some application name..
for example:
$if bash
<<some key bindings...>>
$endif
$if gdb
<<other key bindings...>>
$endif
Now, the bash man page says that EVERY application that uses the
readline library should provide an "application name" so it can be
used in the "$if <<aplication-name>>" test, like i've showed above...
So, I tried "$if Maxima" and $if maxima", but they are not
working....so what is the application name?
thanks