I'm following up on a bug report for indent-1.9.1 which I sentin May.
The problem is that the documentation describes a -bbb option, but
the code only partially implements this option and it is nonfunctional.

If this -bbb option is not to be supported, the code partially
implementing it should be removed, and the information indicating that
the option is present and functional should be removed from the man and
info documentation.

Would it be useful if I supplied patches to do this?  I'd really like
to be able to close this bug report off as fixed, either by having
indent support it as documented or by having it excised from the
program and the documentation until it's supported.

If you respond by email, please preserve the Subject and Cc fields of
this message so that our bug tracking system will be properly updated.

Thank you.

Bill Mitchell <[EMAIL PROTECTED]>
(speaking for myself, not my employer)

------------------------- included material follows --------------------

Debian bug report logs - #850
[indent] option mentioned in documentation not supported

Package: indent; Reported by: [EMAIL PROTECTED] (J.H.M.Dassen); 182 days
old.
-------------------------------------------------------------------------------

Message received at debian-bugs:

>From mdd.comm.mot.com!mitchell Tue May  2 17:55:21 1995
Return-Path: <[EMAIL PROTECTED]>
Received: from pixar.com by mongo.pixar.com with smtp
        (Smail3.1.28.1 #15) id m0s6Sim-00063yC; Tue, 2 May 95 17:55 PDT
Received: from motgate.mot.com by pixar.com with SMTP id AA02593
  (5.65c/IDA-1.4.4 for <[EMAIL PROTECTED]>); Tue, 2 May 1995 17:55:17 -0700
Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by 
motgate.mot.com (8.6.11/8.6.10/MOT-3.6) with ESMTP id TAA00365; Tue, 2 May 1995 
19:55:16 -050
Received: from mdd.comm.mot.com (mdisea.mdd.comm.mot.com [138.242.64.201]) by 
pobox.mot.com (8.6.11/8.6.10/MOT-3.6) with SMTP id TAA22470; Tue, 2 May 1995 
19:5
Received: from bb29c.mdd.comm.mot.com by mdd.comm.mot.com (4.1/SMI-4.1)
        id AA08271; Tue, 2 May 95 17:55:13 PDT
Received: by bb29c.mdd.comm.mot.com (4.1/SMI-4.1)
        id AA13338; Tue, 2 May 95 17:55:06 PDT
Date: Tue, 2 May 1995 17:55:05 -0700 (PDT)
From: Bill Mitchell <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], "J.H.M.Dassen" <[EMAIL PROTECTED]>
Subject: Re: Bug#850: [indent] option mentioned in documentation not supported
In-Reply-To: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

An indent-1.9.1 user has reported the following bug.  A look at the
code in args.c and indent.c suggests that the "-bbb" option is
only partially implemented, though it is described as functional
in the documentation.

I'd appreciate it if you would copy your responses to all recipients
of this email, and preserve the Subject: line so that our bug tracking
system will handle it properly.

On Tue, 2 May 1995, J.H.M.Dassen wrote:

> Package: indent
> Version: 1.9.1-7

> The info documentation for indent
> ("Edition 1.3, January 1994, of `The `indent' Manual', for Indent Version 
> 1.9")
> states in the option summary:
>         `-bbb'
>         `--blank-lines-after-block-comments'
>             Force blank lines after block comments

> Both the short and the long version do not work.
> "indent -st -bbb file.c" results in 'indent: unknown option "-bbb"';
> "indent -st --blank-lines-after-block-comments file.c" results in
> 'indent: unknown option "-blank-lines-after-block-comments"'
> (yes, one starting "-").

Thanks,
Bill Mitchell <[EMAIL PROTECTED]>

-------------------------------------------------------------------------------
Acknowledgement sent to Bill Mitchell <[EMAIL PROTECTED]>:
Extra info received and forwarded. Full text available.
-------------------------------------------------------------------------------
Information forwarded to [EMAIL PROTECTED]:
Bug#850; Package indent. Full text available.
-------------------------------------------------------------------------------

Message received at debian-bugs:

>From wi.leidenuniv.nl!jdassen Tue May  2 01:05:55 1995
Return-Path: <[EMAIL PROTECTED]>
Received: from pixar.com by mongo.pixar.com with smtp
        (Smail3.1.28.1 #15) id m0s6Cxl-0006H5C; Tue, 2 May 95 01:05 PDT
Received: from mailhost.WI.LeidenUniv.NL (zeus128.wi.leidenuniv.nl) by 
pixar.com with SMTP id AA03870
  (5.65c/IDA-1.4.4 for <[EMAIL PROTECTED]>); Tue, 2 May 1995 01:05:35 -0700
Received: from ipx139a.wi.leidenuniv.nl ([EMAIL PROTECTED] [132.229.128.32])
          by mailhost.WI.LeidenUniv.NL (8.6.10a/FHM-1.20-M) with ESMTP id 
KAA01871
          for <[EMAIL PROTECTED]>;  Tue, 2 May 1995 10:05:31 +0200 (MET)
From: [EMAIL PROTECTED] (J.H.M.Dassen)
Organization: Leiden University,
              Dept. of Mathematics & Computer Science,
              The Netherlands
Received: from  ([EMAIL PROTECTED])
          by ipx139a.wi.leidenuniv.nl (8.6.10a/FHM-1.01-S) id KAA08879
          for [EMAIL PROTECTED];  Tue, 2 May 1995 10:06:02 +0200 (MET)
Message-Id: <[EMAIL PROTECTED]>
Subject: [indent] option mentioned in documentation not supported
To: [EMAIL PROTECTED]
Date: Tue, 2 May 1995 10:06:01 +0200 (MET DST)
Return-Receipt-To: [EMAIL PROTECTED]
X-Home-Page: <URL:http://www.wi.leidenuniv.nl/home/jdassen>
X-Mailer: ELM [version 2.4 PL22]
Content-Type: text
Content-Length: 845

Package: indent
Version: 1.9.1-7

The info documentation for indent
("Edition 1.3, January 1994, of `The `indent' Manual', for Indent Version 1.9")
states in the option summary:
        `-bbb'
        `--blank-lines-after-block-comments'
            Force blank lines after block comments

Both the short and the long version do not work.
"indent -st -bbb file.c" results in 'indent: unknown option "-bbb"';
"indent -st --blank-lines-after-block-comments file.c" results in
'indent: unknown option "-blank-lines-after-block-comments"'
(yes, one starting "-").

Regards,
Ray
--
LEADERSHIP  A form of self-preservation exhibited by people with auto-
destructive imaginations in order to ensure that when it comes to the crunch
it'll be someone else's bones which go crack and not their own.
- The Hipcrime Vocab by Chad C. Mulligan

-------------------------------------------------------------------------------
Acknowledgement sent to [EMAIL PROTECTED] (J.H.M.Dassen):
New bug report received and forwarded. Full text available.
-------------------------------------------------------------------------------
Report forwarded to [EMAIL PROTECTED]:
Bug#850; Package indent. Full text available.
-------------------------------------------------------------------------------
Ian Jackson / [EMAIL PROTECTED], with the debian-bugs tracking mechanism
This page last modified 07:43:01 GMT Wed 01 Nov

Reply via email to