Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -$
uname output: Linux yutingkao23-desktop 2.6.32-38-generic #83-
I'm working on adding tab completion to an application that deals with
URLs, among other things. Since readline includes ':' as a delimiting
character, it causes minor annoyances with tab-completing URLs. There's the
known workaround of removing ':' from COMP_WORDBREAKS, but that requires
every per
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKA
Hello,
Thank you very much for the hint. It looks like all my problems with bash
disappeared.
Kamil
2014-11-04 20:01 GMT+00:00 Chris Down :
> Kamil Neczaj writes:
>
>> Thank you for your response! I modified this prompt couple of times,
>> probably that's why it's like this. Anyway, I don't thi