Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-22 Thread Dotan Cohen
On Fri, Dec 20, 2013 at 8:39 PM, Tzafrir Cohen wrote: > In 1.4 1.6 1.8 there was no option to build with an external libedit. > In see, thank you. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- _ -- Bandwid

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-20 Thread Tzafrir Cohen
On Wed, Dec 18, 2013 at 10:20:12PM +, dotnetdub wrote: > 1.4 1.6 1.8 11.6.0 > > All compiled and all running on debian 6 or 7 > In 1.4 1.6 1.8 there was no option to build with an external libedit. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.co...@xorcom.com +9

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-19 Thread dotnetdub
> libedit -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-19 Thread Dotan Cohen
On Thu, Dec 19, 2013 at 12:20 AM, dotnetdub wrote: > 1.4 1.6 1.8 11.6.0 > > All compiled and all running on debian 6 or 7 > Thanks. Was it built with libedit or libeditline? According to what I gather from Tzafrir the behaviour that you see is expected from libeditline, but it is a bug for libedi

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-18 Thread dotnetdub
1.4 1.6 1.8 11.6.0 All compiled and all running on debian 6 or 7 On 16 December 2013 12:27, Dotan Cohen wrote: > On Mon, Dec 16, 2013 at 12:41 AM, dotnetdub wrote: >> Always has cleared the entire line.. >> > > Interesting, thanks. From where is your Asterisk? Self-compiled? > Distro package

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-16 Thread Dotan Cohen
On Mon, Dec 16, 2013 at 12:41 AM, dotnetdub wrote: > Always has cleared the entire line.. > Interesting, thanks. From where is your Asterisk? Self-compiled? Distro package? Which distro? -- Dotan Cohen http://gibberish.co.il http://what-is-what.com -- __

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-15 Thread dotnetdub
Always has cleared the entire line.. On 15 December 2013 16:25, Dotan Cohen wrote: > On Sun, Dec 15, 2013 at 3:58 PM, Tiago Geada wrote: >> I would guess you need to recompile ? >> > > I was under the impression that the library was dynamically linked. > > I am using the Ubuntu binaries for Aste

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-15 Thread Dotan Cohen
On Sun, Dec 15, 2013 at 3:58 PM, Tiago Geada wrote: > I would guess you need to recompile ? > I was under the impression that the library was dynamically linked. I am using the Ubuntu binaries for Asterisk, so if someone could confirm that their Asterisk build does in fact kill (delete) a single

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-15 Thread Tiago Geada
I would guess you need to recompile ? On 12 December 2013 20:07, Dotan Cohen wrote: > On Wed, Dec 11, 2013 at 10:20 PM, Tzafrir Cohen > wrote: > > You need libedit-dev, not libeditline-dev. > > > > Thank you Tzafrir. However, even after installing libedit and > libedit-dev, Ctrl-W still kills

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-12 Thread Dotan Cohen
On Wed, Dec 11, 2013 at 10:20 PM, Tzafrir Cohen wrote: > You need libedit-dev, not libeditline-dev. > Thank you Tzafrir. However, even after installing libedit and libedit-dev, Ctrl-W still kills (deletes) to the beginning of the line. -- Dotan Cohen http://gibberish.co.il http://what-is-what

Re: [asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-11 Thread Tzafrir Cohen
On Wed, Dec 11, 2013 at 09:22:54PM +0200, Dotan Cohen wrote: > Interestingly, I don't even seem to have editline installed and thus > Asterisk is likely using its own packaged editline: You need libedit-dev, not libeditline-dev. -- Tzafrir Cohen icq#16849755 jabber:t

[asterisk-users] Ctrl-W killing entire line, not just last word

2013-12-11 Thread Dotan Cohen
On the Asterisk CLI, I notice that pressing Ctrl-W deletes the entire line of text, as opposed to just the last word. Is this an artifact of using editline instead of readline? I'll note that other Emacs-style keypresses work just fine on the Asterisk CLI, but Ctrl-W is a real pain. I would go so f