Dear Bug Team!
The manual page for etags says that the option -m is available as a
synonym for the long option --members. This is not the case, however;
running etags, one can easily verify this:
$ etags -m
etags: invalid option -- m
Try `etags --help' for a complete list of options.
$ etags --members
etags: no input files specified.
Try `etags --help' for a complete list of options.
And when actually run on input files, etags --members will produce
real output and etags -m will produce the same invalid option
message.
I'm not sure if this is the fault of the man page or someone just not
remembering to add -m to the list of available options.
Also, it would be nice if report-xemacs-bug could send mail with
smtpmail rather than the sendmail command, which I do not have.
Thanks.
--
Morgon Kanter <morgon(a)surgo.net>