Georg Baum schrieb:
Am Montag, 29. Januar 2007 21:39 schrieb Edwin Leuven:
Michael Gerz wrote:
Does anybody know how to select the complete document??? Any help is
greatly appreciated.
ctrl+A
Only if you put
\bind "C-a" "command-sequence buffer-begin ; buffer-end-select"
into your bind file. Michael, I guess this answers also your question.
Indirectly only. I am looking for a sequence of statements like
setCursor(0,0);
set Anchor(...)
setCursor(end,end);
setSelection()
... something like this...
Ah, alternatively I may remove LFUN "ALL_CHANGES_ACCEPT" and provide a
command-sequence like the one you sketched above. This may be even
better... I have to think about it!
Michael