=================== BUG #4459: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4459&group_id=99
Changes by: Martin Brecher <[EMAIL PROTECTED]> Date: Sat 07/26/2003 at 15:51 (GMT) ------------------ Additional Follow-up Comments ---------------------------- Thanks. I will add the suggestion to use openapp instead of gopen -a when not opening a file to the gopen manpage. =================== BUG #4459: FULL BUG SNAPSHOT =================== Submitted by: mb Project: GNUstep Submitted on: Thu 07/24/2003 at 15:12 Category: Gui/AppKit Severity: 5 - Major Bug Group: Bug Resolution: Fixed Assigned to: FredKiefer Status: Closed Summary: gopen wrongly using -a switch Original Submission: example: gopen -a someapp somefile this should (wrt OPENSTEP's open) open somefile using someapp, apparently what it does it launch someapp but open somefile with the currently associated app. Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 07/26/2003 at 15:51 By: mb Thanks. I will add the suggestion to use openapp instead of gopen -a when not opening a file to the gopen manpage. ------------------------------------------------------- Date: Sat 07/26/2003 at 15:26 By: FredKiefer I changed the code in gopen.m so that the option -a no longer starts the provided applciation directly, but uses this application to open the specified files. This may not be the expected behaviour for the case where only the -a <Application> argument is present. But for this case I would expect that the openapp tool is used anyway. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4459&group_id=99 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
