gst-mode: using gst-program-name instead of gst-args

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-mode: using gst-program-name instead of gst-args

S11001001
I changed gst-mode to use a gst-program-name, similar in spirit to
scheme-program-name in cmuscheme, inferior-lisp-program in lisp, etc.
 I have been using the patch for a week or so; what do you think?

Patch at http://scompall.nocandysw.com/gst/gst-mode-program-name.patch

--
Stephen Compall
http://scompall.nocandysw.com/blog


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-mode: using gst-program-name instead of gst-args

Paolo Bonzini
Stephen Compall wrote:
> I changed gst-mode to use a gst-program-name, similar in spirit to
> scheme-program-name in cmuscheme, inferior-lisp-program in lisp, etc.
>  I have been using the patch for a week or so; what do you think?
>
> Patch at http://scompall.nocandysw.com/gst/gst-mode-program-name.patch
Ok if you can hide the -p argument, i.e. show only "gst -V" to the user.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-mode: using gst-program-name instead of gst-args

S11001001
Paolo Bonzini wrote:
> Stephen Compall wrote:
>> I changed gst-mode to use a gst-program-name, similar in spirit to
>> scheme-program-name in cmuscheme, inferior-lisp-program in lisp, etc.
>>  I have been using the patch for a week or so; what do you think?
>>
>> Patch at http://scompall.nocandysw.com/gst/gst-mode-program-name.patch
> Ok if you can hide the -p argument, i.e. show only "gst -V" to the user.

http://scompall.nocandysw.com/gst/gst-mode-program-name-1.patch
appends "--emacs-mode" to the command line.  I figure this heuristic
will degrade more gracefully.

--
Stephen Compall
http://scompall.nocandysw.com/blog


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-mode: using gst-program-name instead of gst-args

Paolo Bonzini

>> Ok if you can hide the -p argument, i.e. show only "gst -V" to the user.
>>    
> http://scompall.nocandysw.com/gst/gst-mode-program-name-1.patch
> appends "--emacs-mode" to the command line.  I figure this heuristic
> will degrade more gracefully.
>  
Yes, this was what I meant...  I committed the patch, modifying the
helpstring for the variable to specify that you should not use --/-a/-f.

Thanks,

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk