unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Colin Campbell-McPherson <colin@webfirm.com.au>
To: help-gnu-emacs@gnu.org
Subject: Unusual Characters in Interactive Console
Date: Tue, 2 Dec 2008 11:59:36 +0900	[thread overview]
Message-ID: <5FE6F6FC-FEED-412F-9F88-8FF2DB4A766B@webfirm.com.au> (raw)

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.






             reply	other threads:[~2008-12-02  2:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02  2:59 Colin Campbell-McPherson [this message]
2008-12-02 19:31 ` Unusual Characters in Interactive Console Peter Dyballa
     [not found] <mailman.1701.1228229612.26697.help-gnu-emacs@gnu.org>
2008-12-02 15:01 ` Andreas Politz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5FE6F6FC-FEED-412F-9F88-8FF2DB4A766B@webfirm.com.au \
    --to=colin@webfirm.com.au \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).