Dieter Jurzitza schreef:
Hi Vincent,
I wouldn't consider "/" being a good idea when it comes to file access, as
is "\" not a good idea.
If I was asked I'd rather suggest to use something like a doubled underscore,
say "__" as a replacement for "\". "__" is harmless in any regard, escaping
is not complicated.
As an alternative I could imagine to replace "\" by string "bcksl_" or
something alike.
I did this in http://www.lyx.org/trac/changeset/27977. Now, the icons
should be named:
paragraph-params_backslashalign_block
..etc.
Vincent