striker wrote:
Thanks Tony! I found that info. on your page
http://users.skynet.be/antoine.mechelynck/vim/compunix.htm. That is
why I got as far as I did the first time.
I haven't been able to get gui to work yet. I use --enable-carbon-check
as the CONF_OPT_GUI.
Shouldn't it rather be either defaulted, or --enable-gui=carbon ? I'm not sure.
I have encoding set to utf-8.
I have the pre-compiled .dmg file for Mac OS X. In that version I there
are quite a few digraphs and I use many of them.
On the version that I compile there is still a very limited number of
digraphs.
Everything else that I have tried so far seems to be working correctly.
Questions:
Can anyone tell me where to find options for GUI on Mac OS X or if it
should be something other than carbon?
How can I enable the full set of digraphs?
TIA,
Kevin
Most options are mentioned in src/Makefile. You may want to search that file
for --enable or --disable
If your ":version" info includes both +digraphs and +multi_byte (or
+multi_byte_ime with or without /dyn), then you should have all digraphs
available. With +digraphs and -multi-byte you get only the Latin1 digraphs
IIUC. With -digraphs there are of course no digraphs at all.
Best regards,
Tony.