all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Scrolling terminal output in Emacs
Date: Mon, 13 Feb 2023 15:41:15 +0100	[thread overview]
Message-ID: <Y+pMCwjYYDNb/XIF@tuxteam.de> (raw)
In-Reply-To: <ecd0dvv8k5k53l.fsf@boyer.boyerenterprises.org>

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

On Mon, Feb 13, 2023 at 09:33:18AM -0500, Galen Boyer wrote:
> I'm sure this has been asked 100 times I'm just not sure how to pinpoint
> the description so I'm not finding the answer.
> 
> I just downloaded and set myself up for using Ubuntu on Windows.  I've
> gotten my Emacs/Cygwin workspace on windows mimic'd on Ubuntu with
> Cygwin.
> 
> But, when I kick off some commands, such as "git diff XXX" the output
> gives me a page and then the ":".  Is there a way to tell my environment
> I never want pagination?  I want it all to come to the "console".  Of
> course I want that because I can scroll the output with Emacs.

By default, git sends its output trough a pager (when it thinks there is
a terminal at the other end). You can change that by invoking commands
with the option --no-pager or by setting the PAGER environment variable
accordingly (see git's manual page) or by setting some pager.XXX config
variables.

Cheers
-- 
t

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  reply	other threads:[~2023-02-13 14:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 14:33 Scrolling terminal output in Emacs Galen Boyer
2023-02-13 14:41 ` tomas [this message]
2023-02-14 16:20   ` Galen Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y+pMCwjYYDNb/XIF@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.