From: mlipper@... (Matthew Lipper) Date: 2004-04-13T02:24:14+09:00 Subject: Ruby / Irb / Emacs Hey everybody, I'm (finally) learning Emacs and have a question regarding inf-ruby mode. I'm sure the answer is in plain sight (e.g. rubygarden), but I'm either too new to Emacs/Lisp and/or too dumb to recognize it. When I run my unit tests, I'd like to see the result that normally goes to stdout w/out having to kill the irb process which the run-ruby command creates. Currently, from the 'MyTest.rb' buffer, I'm doing: C-c C-s then C-c C-l -- Emacs 21.3 Ruby 1.8.1 Platforms: W2K(Installer) and Fedora Core Irb info (from w/in Emacs): conf conf.ap_name="irb" conf.auto_indent_mode=true conf.back_trace_limit=16 conf.debug_level=1 conf.echo=true conf.ignore_eof=false conf.ignore_sigint=true conf.inspect_mode=nil conf.io=# conf.irb=# conf.irb_name="irb" conf.irb_path="(irb)" conf.last_value=... conf.line_no=3 conf.load_modules=[] conf.prompt_c=nil conf.prompt_i="%N(%m):%03n:%i> " conf.prompt_mode=:INF_RUBY conf.prompt_s=nil conf.rc=true conf.return_format="%s\n" conf.thread=# conf.use_readline=false conf.verbose=nil conf.workspace=#, @main=main> Thanks, Matt