Hi, thanks so much. Is it true that by default texmacs view the Command key as Meta key in MacOS? according to wikipedia, Cmd+C and Cmd+Q is OK in MacOS. Or maybe you could change M-q to Alt+F4, since many software use this key binding to quit themselves. For Alt-key, I only copied them from windows-kbd.scm, I really don't know why it causes problem. Sorry.
Also an important things for Windows users. From Massimiliano's remark, (os-win32?) is broken in mingw build. Maybe you could take a minute to change line #22 in src/TeXmacs/progs/texmacs/texmacs/tm-server.scm file to (cond ((or (os-mingw?) (os-win32?)) "windows") ? Best wishes. On 2010-07-03 17:26:29,"Joris van der Hoeven" wrote: >Hi, > >Thanks for your patch. I applied it with several modifications. >For the moment, there are still a few problems, so I do not yet >activate the Mac profile by default. > >First of all, in the X11 version, M-c, M-q are captured by X11 >instead of TeXmacs. For instance, M-q does not ask to quit TeXmacs, >but rather whether to quit X11. > >Also several other keybindings do no longer work. >For instance, progressive selection using C-space, >or all A-based shortcuts. > >Best wishes, --Joris > > >On Thu, Jul 01, 2010 at 08:43:21PM +0800, zohooo wrote: >> According Massimiliano's feedback, OS_WIN32 is abandaned, so I make a little >> change to this patch. Please the newly uploaded patch file. >> >> http://savannah.gnu.org/bugs/?28676 >>
_______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
