all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mah@everybody.org (Mark A. Hershberger)
To: emacs-devel@gnu.org
Cc: "Richard M. Stallman" <rms@gnu.org>
Subject: Re: eshell ansi colors, copyright q
Date: Sun, 11 Mar 2007 17:36:22 -0400	[thread overview]
Message-ID: <871wjv1mzt.fsf@everybody.org> (raw)
In-Reply-To: E1HQUE8-0005gK-AN@fencepost.gnu.org

Richard Stallman <rms@gnu.org> writes:

> The question is how much new or changed text you got from that snippet.
> Can you show us?

On the wiki (http://www.emacswiki.org/cgi-bin/wiki/EshellColor):

    (defun eshell-handle-ansi-color ()
      (ansi-color-apply-on-region eshell-last-output-start
                                  eshell-last-output-end))
    (add-to-list 'eshell-output-filter-functions 'eshell-handle-ansi-color)

In my diff:

   (defun eshell-handle-ansi-color ()
     (ansi-color-apply-on-region eshell-last-output-start
                                 eshell-last-output-end))

   (custom-add-option 'eshell-output-filter-functions
                      'eshell-handle-ansi-color)

So, 3 identical lines and 1ish different one.  I'm not sure how the code
could be done differently, unless I was to change the name of the
function.

Mark.

-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

The most beautiful experience we can have is the mysterious.
    -- Albert Einstein, The World As I See it

  reply	other threads:[~2007-03-11 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-09 17:26 eshell ansi colors, copyright q Mark A. Hershberger
2007-03-10 15:50 ` Richard Stallman
2007-03-11  1:51   ` Mark A. Hershberger
2007-03-11 20:01     ` Richard Stallman
2007-03-11 21:36       ` Mark A. Hershberger [this message]
2007-03-12  4:24         ` Richard Stallman

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=871wjv1mzt.fsf@everybody.org \
    --to=mah@everybody.org \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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.