help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with term/pager - emacs 24.2.1 on FreeBSD


From: Joseph Mingrone
Subject: Re: problem with term/pager - emacs 24.2.1 on FreeBSD
Date: Wed, 14 Nov 2012 20:28:05 -0400

On Wed, Nov 14, 2012 at 7:53 PM, Joseph Mingrone <jrm@ftfl.ca> wrote:
> I run term (more precisely multi-term) inside of emacs 24.2.1 installed
> from the FreeBSD port.  It works quite well, but one problem that I haven't
> been able to solve is this.  When I page output the text scrolls two lines
> too far.  For example, if I do: $ man ls, I don't see the first two lines
> even with an M-v.  After I exit the pager, I can do a C-c C-j and scroll
> back and see that they were there, but I just can't get at them while the
> pager is running.
>
> The problem seems independent of the shell I use (I tested with zsh and
> tcsh) or the pager (I tested with less and more).

I discovered the problem.  I have the following in my ~/.emacs:
(custom-set-faces '(mode-line ((t (:background "black" :foreground
"white" :box (:line-width 1 :color "white")))))).  If I remove the
:box (:line-width 1 :color "white") part, the pager works fine.

Is there something wrong with that line?

Thanks,

Joseph



reply via email to

[Prev in Thread] Current Thread [Next in Thread]