From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [kifer@cs.sunysb.edu: broken highlighting in compile] Date: Sun, 27 Nov 2005 23:46:32 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133153325 2167 80.91.229.2 (28 Nov 2005 04:48:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 04:48:45 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 05:48:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Egav5-0003Z2-4S for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 05:47:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egav4-0000bF-IS for ged-emacs-devel@m.gmane.org; Sun, 27 Nov 2005 23:47:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EgauQ-0000P6-Nc for emacs-devel@gnu.org; Sun, 27 Nov 2005 23:46:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EgauP-0000Og-Sz for emacs-devel@gnu.org; Sun, 27 Nov 2005 23:46:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgauP-0000OT-Gn for emacs-devel@gnu.org; Sun, 27 Nov 2005 23:46:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EgauP-0003Gz-E0 for emacs-devel@gnu.org; Sun, 27 Nov 2005 23:46:33 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EgauO-0006CX-5E; Sun, 27 Nov 2005 23:46:32 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46684 Archived-At: Would someone please investigate this, and ack? ------- Start of forwarded message ------- From: Michael Kifer To: emacs-pretest-bug@gnu.org Date: Sat, 26 Nov 2005 22:53:20 -0500 (EST) Subject: broken highlighting in compile Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org 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 Symptoms: Something is broken in compile mode so that highlighting doesn't work correctly. For instance, doing grep on, say, "progr" gives the following sample output: grep -nH -e progr *tex computation.tex:547:\label{def-program-complete} computation.tex:555:\programcomplete{P} Instead of highlighting, it shows ESC-sequences [01;31 .... [00 If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/users/kifer/gnu/emacs/etc/DEBUG for instructions. In GNU Emacs 22.0.50.4 (i686-pc-linux-gnu, GTK+ Version 2.8.3) of 2005-11-25 on kiferserv.kiferhome.com X server distributor `Mandriva Linux (X.Org X11 6.9, patch level 1.cvs20050915.2mdk)', version 11.0.60899900 configured using `configure '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: en value of $LC_COLLATE: en_US.UTF-8 value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: en_US.UTF-8 value of $LC_MONETARY: en_US.UTF-8 value of $LC_NUMERIC: en_US.UTF-8 value of $LC_TIME: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t auto-compression-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t line-number-mode: t Recent input: M-x g r e p p r o g r SPC * e t e x Recent messages: (emacs -q) Loading disp-table...done For information about the GNU Project and its goals, type C-h C-p. Loading grep...done Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------