tags 152085 + moreinfo
thanks
Hi Alastair,
I'm revising old Emacs bugs in Debian.
On 2002-07-06 10:59 +0200, Alastair McKinstry wrote:
> Package: emacs21
> Version: 21.2-1
> Severity: normal
>
> The command-line parsing seems broken: the following don't work:
>
> $ emacs -t ansi foo.txt
> $ emacs --terminal ansi foo.txt
I'm not sure what you want to achieve here...
The --terminal option needs a device as argument, so your command cannot
possibly work. You need something like
$ emacs --terminal /dev/pts/1 foo.txt
although the effects of this are rather funny, I admit.
> but the following does:
>
> $ emacs --t ansi foo.txt
Here --t is taken as an abbreviation of --title; that seems to be a
buglet, since the abbreviation is ambiguous. Note that Emacs does not
use getopt(3) but rather its own argument parsing function.
Regards,
Sven
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]