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

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

Getting past emacs 80 column barrier (in terminal-emulator mode)


From: jgombos
Subject: Getting past emacs 80 column barrier (in terminal-emulator mode)
Date: Wed, 25 May 2011 09:30:35 -0700 (PDT)

If emacs is in terminal-mode, it seems to constrain some tools to 80 columns
of output.  Running "watch" inside an emacs terminal wraps the line:

emacs -nw --eval='(terminal-emulator "*echo nested inside watch*" "watch"
'"'"'("--interval" "3600" "echo
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"))'

I know the problem is not the watch command, because the following will
properly show 85 x's on one line:

watch --interval 3600 echo
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Note that the following will correctly show 85 x's on one line (suggesting
that the problem emacs doesn't have the problem with all tools):

emacs -nw --eval='(terminal-emulator "*echo only*" "echo"
'"'"'("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"))'

-- 
View this message in context: 
http://old.nabble.com/Getting-past-emacs-80-column-barrier-%28in-terminal-emulator-mode%29-tp31700616p31700616.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

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