GNOME Bugzilla – Bug 154235
Enhancement: add a --new-process flag to be able to run 2 yelps
Last modified: 2006-06-11 18:41:40 UTC
It would be useful occaisionally to examine the rendering of two versions of the same doc. The current yelp simply grabs the existing parse. A --new-process command line flag (like gnome-terminal's --disable-factory) would call a different yelp than the one already running and ensure that the file was parsed separately in this process
That sounds kind of hackish. Yelp has reload functionality now, so you can watch the effect of your source changes pretty easily. Is that enough?
I aggree this is minor, only useful for authors. The idea is to be able to see two different renderings at once. For example, edit a file -> open yelp... gives the original view (keep this open for later comparison) edit some more -> open yelp --new-process ... gives a new view and the two can be compared. reload doesn't provide this ability because yelp will simply update to the new view. However, you've got better things to do with your time; close this if you don't feel like doing it. --adrian
Yelp in CVS HEAD now has a -p flag (or --private-session) that when set, won't connect to currently running instances, keeping everything private. This should fix this bug. Closing.