screen-users
[Top][All Lists]
Advanced

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

Re: Very bad/slow redraw with vertical split.


From: Trent W. Buck
Subject: Re: Very bad/slow redraw with vertical split.
Date: Sat, 25 Oct 2008 11:19:11 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Tom Scogland" <address@hidden> writes:

> Actually I use vim for that these days.  I have an alias that starts
> vim and runs ":Man <arguments>"  whenever I run man. 

For Emacs' M-x shell, I have this in .bashrc:

    if test -z "$EMACS$INSIDE_EMACS"
    then
        : [...]
    else
        PS1='$ '                   # be brief in M-x shell
        export PAGER=cat           # fuck you, git-log!
        if which man &>/dev/null
        then man () { twb-emacsclient -e "(man \"$1\" t)"; }
        else man () { twb-emacsclient -e "(woman \"$1\" t)"; }
        fi
        info () { twb-emacsclient -e "(info \"${2+(}$1${2+)$2}\")"; }
    fi





reply via email to

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