Jean-Marc Lasgouttes wrote:

Just a question: what difference does it make? As far as I can see,
ps_command is not used anywhere in 1.3.x either.

Why do you need the patch?

LOL ...

find . -type f -exec grep "ps_command" {} \; -print

returns (minus all irrelevant output)

  LYXRC_PROG([for a Postscript interpreter],\ps_command,gswin32c gs)
  ./lib/configure.m4

  \ps_command "none"
  ./lib/lyxrc.defaults

#\ps_command ""
./lib/lyxrc.example
{ "\\ps_command", LyXRC::RC_PS_COMMAND },
ps_command = "gs";
ps_command = lexrc.getString();
if (ps_command != system_lyxrc.ps_command) {
<< "\\ps_command \"" << ps_command << "\"\n";
./src/lyxrc.C
string ps_command;
./src/lyxrc.h



So, the patch looks completely useless. Should we remove the remains of \ps_command instead, or should we not touch the 1.3 code at all?


Michael

Reply via email to