Abdelrazak Younes wrote: > I've fixed it by allowing to pass extra argument to the frontend instead > of exiting. This means that spurious arguments are now accepted whereas > they were not before. Don't know if this enters your definition of a new > bug.
I is a new bug and a regression WRT 1.4: Now unknown arguments are simply ignored. That should not happen, because that would mean that I can make a typo and don't recognize it. The order of command line evaluation should be the same as in 1.4: - Let the frontend parse and remove all arguments that it knows - Parse and remove all known arguments in the LyX singleton - Give an error for all remaining ones. Georg