Hi All,
WYMeditor integration in Drupal has been greatly improved lately, as WYMeditor is now officially supported by the Wysiwyg API module.
In order to use WYMeditor in Drupal:
* download and install the Wysiwyg API module
* download latest WYMeditor package (0.5 rc1+)
* extract WYMeditor in $drupal_root/sites/all/libraries
* in Drupal admin at Home >> Administer >> Site configuration >> Wysiwyg, enable WYMeditor in the profile(s) of your choice.
Optionally, edit the profile(s) and:
* define 'p,h2,h3,h4,h5,h6,pre,blockquote,th' in CSS > block formats
* choose 'Define CSS' and put '%b%t/css/style.css' for the CSS path, so WYMeditor will load the custom classes defined in your theme's CSS (stylesheet example).
That's it!