* Background man on OS X truncates end of buffer
@ 2003-05-14 13:44 John Ruttenberg
0 siblings, 0 replies; 2+ messages in thread
From: John Ruttenberg @ 2003-05-14 13:44 UTC (permalink / raw)
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.
Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.
In GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit)
of 2003-05-14 on scallop.hollyrd
configured using `configure powerpc-apple-darwin --prefix=/sw --with-x --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-gif '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--libexecdir=${prefix}/lib''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_US
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: t
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
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. Run under xterm, and with it's output redirected to a file, "man
bash" produces complete results. If I use edebug to look step
Man-bgproc-sentinel, I find that the buffer is already truncated, suggesting a
deaper bug perhaps.
This bug is reproducable. It happens the same way every time.
Recent input:
M-z M-z M-z M-z M-z M-z M-v C-x C-v R E <tab> <return>
M-x s h e l l <return> l s <return> l s SPC e m a TAB
/ e t c <return> M-z M-z M-z M-z M-z M-z M-z M-z M-z
M-z M-z M-z M-z M-z M-z M-z M-z M-z M-> c d SPC e m
a TAB C-a C-k C-r b u g C-e M-> c d SPC e m a c s /
f <backspace> e t c <return> C-x C-v f <tab> u <tab>
<return> M-x r e p o <tab> r <tab> <return>
Recent messages:
call-interactively: Quit
Completing file name...
Partially completed
Mark set
Completing file name...
Partially completed
Mark saved where search started
Mark set
~/emacs/etc
Loading emacsbug...done
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Background man on OS X truncates end of buffer
[not found] <mailman.6183.1052920066.21513.bug-gnu-emacs@gnu.org>
@ 2003-05-14 14:39 ` Andrew Choi
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Choi @ 2003-05-14 14:39 UTC (permalink / raw)
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-14 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.6183.1052920066.21513.bug-gnu-emacs@gnu.org>
2003-05-14 14:39 ` Background man on OS X truncates end of buffer Andrew Choi
2003-05-14 13:44 John Ruttenberg
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).