emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about start-process and argument list


From: Jean Louis
Subject: Re: Question about start-process and argument list
Date: Sat, 4 Feb 2023 10:18:55 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

Now I think that reason why one program accepts separate arguments for
query, and other needs single argument, is the program
design. 

Programmer decided to accept any follow up arguments, that is why you
can split it and feed it.

While in other program only single argument is accepted.

That is why it is not good generalizing function for different
programs.

It is maybe better to generalize one function, but have it branch to
different other functions for different programs.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]