[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ossig] Word processing in the Church of Emacs
Christopher DeMarco wrote:
I invariably do something silly like open up seventeen new windows with C-n
trying to go to the next line.
not too bad, much less than the number of :w i typed in abiword yesterday.
- can I edit them from a flat text file, and how in heck can I make it
hand hack "[OOo_dir]/user/config/soffice.cfg/*.xml". note that the *.xml will
not appear before you modify the default configuration.
use Meta for anything other than menu shortcuts? And yes, I've
contemplated making a dummy menu full of my Emacs Meta keybindings,
i've looked at the xml configuration files... it's possible! e.g.
Ctrl+S,
<accel:item accel:code="KEY_S" accel:mod1="true" xlink:href="slot:5505"/>
Alt+S,
<accel:item accel:code="KEY_S" accel:mod2="true" xlink:href="slot:5505"/>
a quick googling revealed,
http://se.sun.com/edu/staroffice60/so6_adminguide_0204.pdf (page 65)
it would be great if you can write a Emacs compatible key binding set for OOo.
it's too bad that vim bindings don't seem to be possible at first glance.
regards,
--
const char *me[] = { "Bernard", "http://codenetic.net/" };
"Ignorance is the soil in which belief in miracles grows."
-- Robert G. Ingersoll
------------------------------------------------------------
To unsubscribe: send mail to ossig-request@mncc.com.my
with "unsubscribe ossig" in the body of the message