unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37163: 27.0.50; grep command no colors
@ 2019-08-23 17:19 Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2019-08-23 17:26 ` bug#37163: Image (the mail filteres the original text) Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-08-23 17:19 UTC (permalink / raw)
  To: 37163

--text follows this line--

In the current emacs master breanch I am trying to use the grep command
and the execution is fine but the output *grep* buffer doesn't contain
the colors, it shows the scape sequences.

I have tried in my actual installation of emacs 26 and the issue is not
there, only in emacs 27. In gui and tui the behavior is the same.

Example:

M-x grep REP
grep --color -nH --null -e display xdisp.c 

===================================================
-*- mode: grep; default-directory: "~/gits/emacs/src/" -*-
Grep started at Fri Aug 23 19:08:10

grep --color -nH --null -e display xdisp.c 
xdisp.c\021:/* New re^[[01;31mdisplay^[[m written by Gerd Moellmann <gerd@gnu.org>.
xdisp.c\023:   Re^[[01;31mdisplay^[[m.
xdisp.c\025:   Emacs separates the task of updating the ^[[01;31mdisplay^[[m from code
xdisp.c\028:   the ^[[01;31mdisplay^[[m.
xdisp.c\030:   Updating the ^[[01;31mdisplay^[[m is triggered by the Lisp interpreter when it
xdisp.c\033:   calling Lisp functions like `sit-for'.  The C function `re^[[01;31mdisplay^[[m'
xdisp.c\034:   in xdisp.c is the only entry into the inner re^[[01;31mdisplay^[[m code.
xdisp.c\036:   The following diagram shows how re^[[01;31mdisplay^[[m code is invoked.  As you
xdisp.c\037:   can see, Lisp calls re^[[01;31mdisplay^[[m and vice versa.
xdisp.c\039:   Under window systems like X, some portions of the re^[[01;31mdisplay^[[m code
xdisp.c\043:   re^[[01;31mdisplay^[[m via expose_frame and/or note_mouse_highlight, if X events

=====================================================


In GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.10)
 of 2019-08-23 built on Ergus
Repository revision: b4065de33cf397b80e15c22740d34b4a03cfdc17
Repository branch: master
System Description: Arch Linux

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
start-file-process-shell-command: Invalid function: with-connection-local-variables
Configured using:
 'configure --prefix=/mnt/casa/install_arch/emacs --with-x-toolkit=gtk3
 --with-xft --with-modules --with-mailutils'

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY
ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON
PDUMPER LCMS2 GMP

Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: C/*l

Minor modes in effect:
  shell-dirtrack-mode: t
  bug-reference-prog-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t
  abbrev-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr
mail-utils files-x shell pcomplete thingatpt grep compile comint
ansi-color ring vc-git diff-mode easy-mmode bug-reference cc-mode
cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs cl-loaddefs cl-lib term/tmux term/xterm xterm byte-opt
gv bytecomp byte-compile cconv tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win
term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify lcms2 dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty make-network-process emacs)

Memory information:
((conses 16 91980 7054)
 (symbols 48 9859 1)
 (strings 32 26288 2139)
 (string-bytes 1 963910)
 (vectors 16 12708)
 (vector-slots 8 132886 5840)
 (floats 8 31 471)
 (intervals 56 2931 0)
 (buffers 992 13))





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37163: Image (the mail filteres the original text)
  2019-08-23 17:19 bug#37163: 27.0.50; grep command no colors Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2019-08-23 17:26 ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2019-08-24  7:05   ` Eli Zaretskii
  2019-08-23 19:30 ` bug#37163: 27.0.50; grep command no colors Glenn Morris
       [not found] ` <handler.37163.B.15665807553416.ack@debbugs.gnu.org>
  2 siblings, 1 reply; 6+ messages in thread
From: Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-08-23 17:26 UTC (permalink / raw)
  To: 37163

[-- Attachment #1: Type: text/plain, Size: 95 bytes --]

I attached an image of the output because the other message was
somehow filtered at send time.

[-- Attachment #2: Screenshot_2019-08-23_19-24-54.png --]
[-- Type: image/png, Size: 55655 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37163: 27.0.50; grep command no colors
  2019-08-23 17:19 bug#37163: 27.0.50; grep command no colors Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2019-08-23 17:26 ` bug#37163: Image (the mail filteres the original text) Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2019-08-23 19:30 ` Glenn Morris
       [not found] ` <handler.37163.B.15665807553416.ack@debbugs.gnu.org>
  2 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2019-08-23 19:30 UTC (permalink / raw)
  To: Ergus; +Cc: 37163


> Recent messages:
[...]
> start-file-process-shell-command: Invalid function: with-connection-local-variables

Please try "make bootstrap".





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37163: Image (the mail filteres the original text)
  2019-08-23 17:26 ` bug#37163: Image (the mail filteres the original text) Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2019-08-24  7:05   ` Eli Zaretskii
  2019-08-24 17:32     ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2019-08-24  7:05 UTC (permalink / raw)
  To: Ergus; +Cc: 37163

> Date: Fri, 23 Aug 2019 19:26:02 +0200
> From: Ergus via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I attached an image of the output because the other message was
> somehow filtered at send time.

I cannot reproduce this with today's master.  Do you still see this?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37163: Image (the mail filteres the original text)
  2019-08-24  7:05   ` Eli Zaretskii
@ 2019-08-24 17:32     ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 6+ messages in thread
From: Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-08-24 17:32 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37163

Hi Eli:

After the make bootstrap this was fixed too. I will close the bug report.

On Sat, Aug 24, 2019 at 10:05:11AM +0300, Eli Zaretskii wrote:
>> Date: Fri, 23 Aug 2019 19:26:02 +0200
>> From: Ergus via "Bug reports for GNU Emacs,
>>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> I attached an image of the output because the other message was
>> somehow filtered at send time.
>
>I cannot reproduce this with today's master.  Do you still see this?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#37163: 37163-done@debbugs.gnu.org
       [not found] ` <handler.37163.B.15665807553416.ack@debbugs.gnu.org>
@ 2019-08-24 17:45   ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 6+ messages in thread
From: Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2019-08-24 17:45 UTC (permalink / raw)
  To: 37163

On Fri, Aug 23, 2019 at 05:20:02PM +0000, GNU bug Tracking System wrote:
>Thank you for filing a new bug report with debbugs.gnu.org.
>
>This is an automatically generated reply to let you know your message
>has been received.
>
>Your message is being forwarded to the package maintainers and other
>interested parties for their attention; they will reply in due course.
>
>Your message has been sent to the package maintainer(s):
> bug-gnu-emacs@gnu.org
>
>If you wish to submit further information on this problem, please
>send it to 37163@debbugs.gnu.org.
>
>Please do not send mail to help-debbugs@gnu.org unless you wish
>to report a problem with the Bug-tracking system.
>
>-- 
>37163: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37163
>GNU Bug Tracking System
>Contact help-debbugs@gnu.org with problems





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-24 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23 17:19 bug#37163: 27.0.50; grep command no colors Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2019-08-23 17:26 ` bug#37163: Image (the mail filteres the original text) Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2019-08-24  7:05   ` Eli Zaretskii
2019-08-24 17:32     ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2019-08-23 19:30 ` bug#37163: 27.0.50; grep command no colors Glenn Morris
     [not found] ` <handler.37163.B.15665807553416.ack@debbugs.gnu.org>
2019-08-24 17:45   ` bug#37163: 37163-done@debbugs.gnu.org Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).