emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: grep fontification problem]


From: Richard Stallman
Subject: address@hidden: grep fontification problem]
Date: Wed, 04 May 2005 12:13:13 -0400

Is someone working on this problem?  Please tell me if you are.

------- Start of forwarded message -------
To: address@hidden
From: Dan Nicolaescu <address@hidden>
Date: Mon, 02 May 2005 19:08:42 -0700
X-ICS-MailScanner: Found to be clean
X-ICS-MailScanner-SpamCheck: not spam (whitelisted),
        SpamAssassin (score=-100, required 5, USER_IN_WHITELIST)
Subject: grep fontification problem
Sender: address@hidden
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63


Save the following to /tmp/t

- ---cut here---
abc def abc def
def abc def
- ---cut here---

and then do M-x grep RET abc /tmp/t RET

the grep buffer will look like:

- -*- mode: grep; default-directory: "/tmp/" -*-
grep -nH -e abc /tmp/t
T:1:abc def ^[[01;41mabc^[[00m^[[K def
T:2:def abc def

Grep finished (matches found) at Mon May  2 18:57:15

The escape sequence for the second "abc" string was not eliminated and
replaced with a face. 



_______________________________________________
Emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]