OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: mg missing functions?

From: Han Boetes (hanmijncomputer.nl)
Date: Sat Sep 02 2006 - 00:28:13 CDT


Michael Hutt wrote:
> I was trying to use mg at home and all of the documentation seems to
> indicate that 'C-x 3' should split the window horizontally and 'C-x 2'
> should split the window vertically. In reality, 'C-x 2' splits the
> screen horizontally and 'C-x 3' does nothing. I haven't changed any
> settings and my ~/.mg file is blank.
>
> 'M-x describe-bindings' shows 'C-x 2' bound to
> 'split-window-vertically', so I have no idea what is going on with
> that. Am I missing something? I'm pretty new to the emacs/mg world.
> Isn't it supposed be functionaly equivalent to emacs in text editing?
>
> I'm running 3.9 i386.

emacs splits horizontally on c-x 2 and vertically on c-x 3, so
only c-x 3 is missing. I can imagine it's quite a bit harder to
implement.

# Han