all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "James Poli" <James.Poli@sas.com>
Cc: help-gnu-emacs@gnu.org
Subject: RE: chdir output incorrect for prompt
Date: Tue, 25 Apr 2006 12:58:38 -0400	[thread overview]
Message-ID: <32251DD60B0C1B4386EE15B0FA279A62466C5F@mercmbx08.na.sas.com> (raw)

 
Peter,

That didn't work but thanks, at least I know what's going on.

Jim
-----Original Message-----
From: Peter_Dyballa@Web.DE [mailto:Peter_Dyballa@Web.DE] 
Sent: Tuesday, April 25, 2006 12:02 PM
To: James Poli
Cc: help-gnu-emacs@gnu.org
Subject: Re: chdir output incorrect for prompt


Am 25.04.2006 um 16:28 schrieb Jim:

> I have   export PS1='($PWD)> '  for my prompt on linux and it works  
> fine in
> my shell displaying
> the path after a 'cd' command.  However in emacs after a 'cd'  
> command the
> output has junk
> in the path:  ^[]1:Test^G^[]2;Test      ???@cc99^G^[]3:/r/...

Emacs' shell buffer does not expect these ANSI codes. Maybe this code for your .emacs corrects the shell buffer's behaviour:

(add-hook 'shell-mode-hook (lambda ()
;          (make-local-variable 'ansi-color-for-comint-mode)
           (ansi-color-for-comint-mode-on)))

If this fails you can set in ~/.emacs_bash a different value for PS1 in Emacs' shell buffer, one that does not generate ANSI codes.

--
Greetings

   Pete

A lot of us are working harder than we want, at things we don't like to do.  Why? ...In order to afford the sort of existence we don't care to live.
-- Bradford Angier

             reply	other threads:[~2006-04-25 16:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-25 16:58 James Poli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-25 14:28 chdir output incorrect for prompt Jim
2006-04-25 16:01 ` Peter Dyballa
2006-04-25 22:11 ` Tim X

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

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

  git send-email \
    --in-reply-to=32251DD60B0C1B4386EE15B0FA279A62466C5F@mercmbx08.na.sas.com \
    --to=james.poli@sas.com \
    --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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.