Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
1k views

How to get Readline support in IRB using RVM on Ubuntu 11.10

I have tried everything I can think of to get this to work, to no avail so here I am requesting suggestions on how to debug. Firstly, runnning Ubuntu 11.10 Installed rvm: $ bash < <(curl -s ...
5
votes
1answer
240 views

Ruby line editing telnet server

I am implementing a little telnet server in Ruby. The problem I'm currently facing is that I want to add readline support so that I can have tab-completion and command-line history support. I have ...
5
votes
3answers
536 views

Statically linked, correctly working readline library under windows?

we're developing a c++ software package which depends on the GNU readline library and we usually build using gcc (requiring at least version 4). Now we would like to port this to windows, obtaining a ...
4
votes
2answers
235 views

Need a progress indicator for a Perl system() command using T:R:G mod

I want a progress indicator that takes the output of a Perl system('make') and for each line output to STDOUT from the make command, I want to output a dot as a progress indicator. ...
3
votes
3answers
491 views

python line editing telnet server

I am creating a server in python (what it is doing is irrelevant), but I would like it to accept telnet connections and provide a command line interface with line editing capabilities (tabcompletion, ...
2
votes
3answers
1k views

Installing Heroku on Ubuntu Lucid Lynx is broken

I am trying to get a Ruby on Rails app hosted free somewhere, and Heroku is looking like my last resource. It is supposed to work on Linux, and the gem installs with no errors, but whenever I run any ...
2
votes
4answers
402 views

Bash usage of vi or emacs

From a programming standpoint, when you set the bash shell to use vi or emacs via set -o vi or set -o emacs What is actually going on here? I've been reading a book where it claims the bash ...
1
vote
0answers
30 views

GNU Readline (libreadline): Displaying output message asynchronously

While using readline (blocking) for user input, I would like to output lines of text to the console asynchronously from another thread. Further, I would like that the readline prompt and current ...
1
vote
2answers
80 views

Readline error when trying to start rails console

UPDATE: I probably messed up my system while trying solutions found somewhere else. I started from scratch and ruby 1.9.3 installed without a hitch. Now to try to get ree-1.8.7 to play nice ...
1
vote
1answer
176 views

How do I link against the GNU readline library rather than libedit in macosx?

Attempting to build Term-Readline-Gnu on macosx, fails complaining about libedit and recommending to use gnu readline. How do I do that? This is one of the attempts I have tried: First I built GNU ...
0
votes
1answer
194 views

Tab Completion in C (readline library)

I have been trying to get tab completion working.. I am very confused and don't know what to do. Could you please take a look at my code and tell me how I could possibly fix it. By the way I used ...
0
votes
4answers
186 views

how to output messages to stdout on another thread while reading from stdin with GNU readline without messing up the inputs?

Sorry for the long title. I am developing a network program in C which may display messages received from network on stdout and accept user input on stdin via the GNU readline library. The problem is, ...
0
votes
1answer
487 views

Rails 3.0 console won't run

bash-3.2# rails console /opt/local/lib/ruby1.9/1.9.1/irb/completion.rb:9:in `require': dlopen(/opt/local/lib/ruby1.9/1.9.1/i386-darwin10/readline.bundle, 9): Library not loaded: ...