all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jpw@pobox.com (John Paul Wallington)
Subject: Re: ls lists funky names within M-x shell
Date: Sat, 11 Feb 2006 02:10:24 +0000	[thread overview]
Message-ID: <8764nm3asv.fsf@thunk.shootybangbang.com> (raw)
In-Reply-To: 87accy3bou.fsf@thunk.shootybangbang.com

jpw@pobox.com (John Paul Wallington) writes:

> If you would rather it only applied to `shell-mode' buffers then you
> could add:
> 
> (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
> 
> instead.

Actually, that's false.  It will delay turning
`ansi-color-for-comint-mode' on for all comint-based modes until
`shell-mode' is run.  Instead you could do:

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

  reply	other threads:[~2006-02-11  2:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-11  0:52 ls lists funky names within M-x shell Doug Morris
2006-02-11  1:51 ` John Paul Wallington
2006-02-11  2:10   ` John Paul Wallington [this message]
2006-02-11 11:30 ` Peter Dyballa

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=8764nm3asv.fsf@thunk.shootybangbang.com \
    --to=jpw@pobox.com \
    /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.