unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Unusual Characters in Interactive Console
@ 2008-12-02  2:59 Colin Campbell-McPherson
  2008-12-02 19:31 ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Campbell-McPherson @ 2008-12-02  2:59 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

I'm trying to use irb, the interactive ruby console within emacs. When  
I execute a command the output is not rendering correctly.
I'm on OS X Leopard and have tried running emacs in Terminal, iTerm  
and Aquamacs, all with the same results. I haven't found much on the  
net aside from suggestions to change font, which hasn't worked for me.

Example:

------------------------------
irb(main):004:0> 1+1
1+1
^[[0;36m2^[[0;0m
irb(main):005:0> nil
nil
^[[0;32mnil^[[0;0m
------------------------------

should be:

------------------------------
 >> 1+1
=> 2
 >> nil
=> nil
------------------------------

Any help would be much appreciated.






^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.1701.1228229612.26697.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2008-12-02 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-02  2:59 Unusual Characters in Interactive Console Colin Campbell-McPherson
2008-12-02 19:31 ` Peter Dyballa
     [not found] <mailman.1701.1228229612.26697.help-gnu-emacs@gnu.org>
2008-12-02 15:01 ` Andreas Politz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).