all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "Terminal not fully functional" messages from git --- how to get rid of?
@ 2009-07-28 13:20 Terrence Brannon
  2009-07-28 15:10 ` Francis Moreau
  0 siblings, 1 reply; 2+ messages in thread
From: Terrence Brannon @ 2009-07-28 13:20 UTC (permalink / raw)
  To: help-gnu-emacs

I run git from the command line and it thinks the Emacs shell (M-x
shell) is not fully functional.

How can I run git commands in the shell without getting poor rendering
and warnings like this?


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

* Re: "Terminal not fully functional" messages from git --- how to get rid of?
  2009-07-28 13:20 "Terminal not fully functional" messages from git --- how to get rid of? Terrence Brannon
@ 2009-07-28 15:10 ` Francis Moreau
  0 siblings, 0 replies; 2+ messages in thread
From: Francis Moreau @ 2009-07-28 15:10 UTC (permalink / raw)
  To: help-gnu-emacs

On Jul 28, 3:20 pm, Terrence Brannon <metap...@gmail.com> wrote:
> I run git from the command line and it thinks the Emacs shell (M-x
> shell) is not fully functional.
>
> How can I run git commands in the shell without getting poor rendering
> and warnings like this?

By default, a lot of git commands are piping their command outputs
into $PAGER and if $PAGER is not set then pipe into less(1).

Since "M-x shell" is a dumb terminal, the best you can do (if you want
to stick with M-x shell) is to set your pager to cat(1), but you'll
never get the same result than what "git log | less" offers whatever
the workaround.

You're probably better to use "M-x term" in this case.


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

end of thread, other threads:[~2009-07-28 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-28 13:20 "Terminal not fully functional" messages from git --- how to get rid of? Terrence Brannon
2009-07-28 15:10 ` Francis Moreau

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.