[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Background man on OS X truncates end of buffer
From: |
Andrew Choi |
Subject: |
Re: Background man on OS X truncates end of buffer |
Date: |
Wed, 14 May 2003 14:39:07 +0000 (GMT) |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
John Ruttenberg <rutt@chezrutt.com> writes:
> In GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit) [...]
^^^^^^
Please try using the version from the CVS.
http://savannah.gnu.org/cvs/?group=emacs
> Try to get a man page for bash wth
>
> M-x man
> bash
>
> The end of the buffer is truncated. This is also true of man for most other
> commands. [...]
Check whether process-connection-type is set to t or pty, if so try
setting it to nil, i.e.,
(setq process-connection-type nil)