Re: problem compiling 2.96.0.20040321
Stefan Ulrich <[email protected]>
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Harald Koenig <[email protected]> wrote : > I'll check your diffs later (with tetex_20040322). first, one more > problem report with xdvi and motilf-1: > > AIX 4.3 has motif-1 too and is missing libXp -- and libXmu is missing too! > on AIX 4.3 I used > > x_tool_libs="-lXp -lXm -lXt" > > to build a working xdvi-motif.bin. Yuck; so we need another configure check. Maybe the easist thing is to make it dependent on X11/Xmu/Editres.h for which we already have a check. This is now in: http://xdvi.sourceforge.net/xdvik_22.81.2-CVS3_22.81.2-CVS4.patch Does that work for you? > CTRL-Minus is zoom-out and CTRL-Plus is zoom-in. > > but for CTRL-Plus on a US keyboard I have to press STRL-SHIFT-Plus, > which is a bit nasty... Heh, obviously you haven't tried Alt-Ctrl-+ yet ;-) > if you'd bind CTRL-Equal (which is CTRL-"NOSHIFT"-Plus :) to zoom-in too, > that would be very usefull! OK, I was unsure about how to handle that correctly. I just checked Mozilla and it also has that alias. I think it's sufficient to make the binding case-insensitive, which is now also in the above patch. BTW, you can also customize the keybindings by eg. putting the following into your ~/.Xdefaults: xdvi.mainTranslations: #override\n\ Ctrl<Key>+: set-shrink-factor(+)\n Best, Stefan