emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Use recommended long options syntax in man page


From: Paul Eggert
Subject: Re: [PATCH] Use recommended long options syntax in man page
Date: Mon, 8 Jan 2018 23:30:59 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Richard Stallman wrote:
   > Why are they recommended? They are so often omitted that at this point

What is omitted, where?

The equals sign between "--longoption" and its operand. That is, I see a shell command like this:

emacs -Q --batch --eval '(message "%s" (cos 0))'

far more often than I see one like this:

emacs -Q --batch --eval='(message "%s" (cos 0))'

Although the latter form also works, I don't see any reason to recommend it to the former; quite the contrary, as the former is easier to type.



reply via email to

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