unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23232: 24.5; problems with colored escapes in eshell
@ 2016-04-06 17:27 Sum Proxy
  2016-04-14  6:29 ` bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository) Sum Proxy
  2017-07-09  1:49 ` bug#23232: 24.5; problems with colored escapes in eshell npostavs
  0 siblings, 2 replies; 5+ messages in thread
From: Sum Proxy @ 2016-04-06 17:27 UTC (permalink / raw)
  To: 23232

In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2015-04-10 on builder10-9.porkrind.org
Windowing system distributor `Apple', version 10.3.1404
Configured using:
 `configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp''

Important settings:
  locale-coding-system: utf-8-unix

Major mode: EShell

Minor modes in effect:
  global-undo-tree-mode: t
  undo-tree-mode: t
  window-numbering-mode: t
  global-company-mode: t
  company-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
Checking 261 files in /Applications/Emacs.app/Contents/Resources/lisp/gnus...
Checking 57 files in /Applications/Emacs.app/Contents/Resources/lisp/eshell...
Checking 70 files in /Applications/Emacs.app/Contents/Resources/lisp/erc...
Checking 34 files in /Applications/Emacs.app/Contents/Resources/lisp/emulation...
Checking 151 files in /Applications/Emacs.app/Contents/Resources/lisp/emacs-lisp...
Checking 24 files in /Applications/Emacs.app/Contents/Resources/lisp/cedet...
Checking 57 files in /Applications/Emacs.app/Contents/Resources/lisp/calendar...
Checking 87 files in /Applications/Emacs.app/Contents/Resources/lisp/calc...
Checking 111 files in /Applications/Emacs.app/Contents/Resources/lisp/obsolete...
Checking for load-path shadows...done

Load-path shadows:
None found.

Features:
(shadow sort mail-extr eieio-opt speedbar sb-image ezimage dframe
jka-compr find-func apropos cus-edit cus-start cus-load wid-edit pp
emacsbug sendmail rx racer s ucs-normalize pcmpl-unix misearch
multi-isearch mule-util mm-archive message cl-macs format-spec rfc822
mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies
mm-encode mail-utils network-stream starttls url-http tls mail-parse
rfc2231 rfc2047 rfc2045 ietf-drums url-gw url-cache url-auth url
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util mailcap url-handlers url-parse auth-source eieio
byte-opt bytecomp byte-compile cl-extra cconv eieio-core gnus-util
mm-util mail-prsvr password-cache url-vars finder-inf quail help-mode
ruby-mode smie undo-tree diff window-numbering em-unix em-term term
disp-table ehelp em-script em-prompt em-ls em-hist em-pred em-glob
em-dirs em-cmpl em-basic em-banner em-alias pcomplete esh-var esh-io
esh-cmd esh-opt esh-ext esh-proc esh-arg eldoc esh-groups eshell
esh-module esh-mode esh-util multi-compile compile comint ansi-color
rust-mode company-oddmuse company-keywords company-etags etags ring
company-gtags company-dabbrev-code company-dabbrev company-files
company-capf company-cmake company-xcode company-clang company-semantic
company-eclim company-template company-css company-nxml company-bbdb
company-racer deferred cl gv thingatpt company pcase edmacro kmacro
cl-loaddefs cl-lib neotree advice help-fns solarized-light-theme
solarized dash info easymenu package epg-config time-date tooltip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiopic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev minibuffer 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 make-network-process
cocoa ns multi-tty emacs)

Memory information:
((conses 16 396111 49024)
 (symbols 48 33115 0)
 (miscs 40 1330 1172)
 (strings 32 69375 19657)
 (string-bytes 1 1717187)
 (vectors 16 54503)
 (vector-slots 8 1542637 141482)
 (floats 8 184 534)
 (intervals 56 2861 589)
 (buffers 960 19))

Eshell produces extra characters with colored input on Mac OS X version
of emacs (24.5.1) eshell (2.4.2). Appears in the context of interacting
with rust-lang related cli tools like rustc and cargo
the characters added are => ^[(B






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

* bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository)
  2016-04-06 17:27 bug#23232: 24.5; problems with colored escapes in eshell Sum Proxy
@ 2016-04-14  6:29 ` Sum Proxy
  2020-12-15  7:56   ` Lars Ingebrigtsen
  2017-07-09  1:49 ` bug#23232: 24.5; problems with colored escapes in eshell npostavs
  1 sibling, 1 reply; 5+ messages in thread
From: Sum Proxy @ 2016-04-14  6:29 UTC (permalink / raw)
  To: 23287

Clone servo’s repository https://github.com/servo/servo.git, make a git pull in eshell
and you should see how the last line blinks (as if the newline is alternately added
and removed from shell output). This doesn’t look like proper behavior.


In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
 of 2015-04-10 on builder10-9.porkrind.org
Windowing system distributor `Apple', version 10.3.1404
Configured using:
 `configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp''

Important settings:
  locale-coding-system: utf-8-unix

Major mode: EShell

Minor modes in effect:
  shell-dirtrack-mode: t
  global-undo-tree-mode: t
  undo-tree-mode: t
  window-numbering-mode: t
  global-company-mode: t
  company-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
History item: 5943
(New file)
Wrote /Users/SumProxy/exercism/ruby/luhn/luhn.rb
C-c C-g is undefined
Mark set
End of buffer
Auto-saving...done
End of buffer
Auto-saving...done
History item: 5924

Load-path shadows:
None found.

Features:
(pcmpl-linux ido nndraft nnmh nnfolder utf-7 rfc2104 nnimap parse-time
utf7 netrc gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg
gnus-art mm-uu mml2015 mm-view mml-smime smime dig nntp gnus-cache
gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start
gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader rect shell
sh-script smtpmail mailalias executable vc-git bs shadow sort mail-extr
eieio-opt speedbar sb-image ezimage dframe jka-compr find-func apropos
cus-edit cus-start cus-load wid-edit pp emacsbug sendmail rx racer s
ucs-normalize pcmpl-unix misearch multi-isearch mule-util mm-archive
message cl-macs format-spec rfc822 mml mml-sec mailabbrev gmm-utils
mailheader mm-decode mm-bodies mm-encode mail-utils network-stream
starttls url-http tls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
url-gw url-cache url-auth url url-proxy url-privacy url-expand
url-methods url-history url-cookie url-domsuf url-util mailcap
url-handlers url-parse auth-source eieio byte-opt bytecomp byte-compile
cl-extra cconv eieio-core gnus-util mm-util mail-prsvr password-cache
url-vars finder-inf quail help-mode ruby-mode smie undo-tree diff
window-numbering em-unix em-term term disp-table ehelp em-script
em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic
em-banner em-alias pcomplete esh-var esh-io esh-cmd esh-opt esh-ext
esh-proc esh-arg eldoc esh-groups eshell esh-module esh-mode esh-util
multi-compile compile comint ansi-color rust-mode company-oddmuse
company-keywords company-etags etags ring company-gtags
company-dabbrev-code company-dabbrev company-files company-capf
company-cmake company-xcode company-clang company-semantic company-eclim
company-template company-css company-nxml company-bbdb company-racer
deferred cl gv thingatpt company pcase edmacro kmacro cl-loaddefs cl-lib
neotree advice help-fns solarized-light-theme solarized dash info
easymenu package epg-config time-date tooltip electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset
image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode
register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer 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 make-network-process
cocoa ns multi-tty emacs)

Memory information:
((conses 16 496024 82071)
 (symbols 48 40562 115)
 (miscs 40 9172 10366)
 (strings 32 93850 22276)
 (string-bytes 1 2513465)
 (vectors 16 64458)
 (vector-slots 8 1716852 59501)
 (floats 8 355 1267)
 (intervals 56 4533 351)
 (buffers 960 36))






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

* bug#23232: 24.5; problems with colored escapes in eshell
  2016-04-06 17:27 bug#23232: 24.5; problems with colored escapes in eshell Sum Proxy
  2016-04-14  6:29 ` bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository) Sum Proxy
@ 2017-07-09  1:49 ` npostavs
  1 sibling, 0 replies; 5+ messages in thread
From: npostavs @ 2017-07-09  1:49 UTC (permalink / raw)
  To: Sum Proxy; +Cc: 23232

tags 23232 fixed
close 23232 26.1
quit

Sum Proxy <sum.proxy@gmail.com> writes:

> Eshell produces extra characters with colored input on Mac OS X version
> of emacs (24.5.1) eshell (2.4.2). Appears in the context of interacting
> with rust-lang related cli tools like rustc and cargo
> the characters added are => ^[(B

I believe this is fixed in master (possibly the same as or related to
Bug#21381).






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

* bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository)
  2016-04-14  6:29 ` bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository) Sum Proxy
@ 2020-12-15  7:56   ` Lars Ingebrigtsen
  2021-01-22 18:32     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-15  7:56 UTC (permalink / raw)
  To: Sum Proxy; +Cc: 23287

Sum Proxy <sum.proxy@gmail.com> writes:

> Clone servo’s repository https://github.com/servo/servo.git, make a git pull in eshell
> and you should see how the last line blinks (as if the newline is alternately added
> and removed from shell output). This doesn’t look like proper behavior.

(This bug report unfortunately got no response at the time.)

I tried this in Emacs 28, and I didn't see anything odd about the
behaviour.  Are you still seeing this issue in newer Emacs versions?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository)
  2020-12-15  7:56   ` Lars Ingebrigtsen
@ 2021-01-22 18:32     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-22 18:32 UTC (permalink / raw)
  To: Sum Proxy; +Cc: 23287

Lars Ingebrigtsen <larsi@gnus.org> writes:

> I tried this in Emacs 28, and I didn't see anything odd about the
> behaviour.  Are you still seeing this issue in newer Emacs versions?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2021-01-22 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 17:27 bug#23232: 24.5; problems with colored escapes in eshell Sum Proxy
2016-04-14  6:29 ` bug#23287: 24.5; git pull in eshell works incorrectly (with servo repository) Sum Proxy
2020-12-15  7:56   ` Lars Ingebrigtsen
2021-01-22 18:32     ` Lars Ingebrigtsen
2017-07-09  1:49 ` bug#23232: 24.5; problems with colored escapes in eshell npostavs

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).