Dear All
Is there some way of selecting the whole document? I have checked all menus, but with no success.
Thanks in advance,
Paul
Place your cursor at the top of the document and then type M-x buffer-end-select
M-x activates the minibuffer when using the emacs bind file. From that file:
\bind "M-x" "command-execute"
Oh, I see that the same binding is used in cua.bind too.
From the same bind file \bind "S-C-End" "buffer-end-select"
so I guess that that will do what you want too (shift-control-End).
Angus