GNU bug report logs - #36693
26.2.90; forms.texi: s/forms-number-of-records/forms-number-of-fields/

Previous Next

Package: emacs;

Reported by: nljlistbox2 <at> gmail.com (N. Jackson)

Date: Tue, 16 Jul 2019 16:06:02 UTC

Severity: minor

Found in version 26.2.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36693: closed (26.2.90; forms.texi: s/forms-number-of-records/forms-number-of-fields/)
Date: Sat, 20 Jul 2019 09:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 20 Jul 2019 12:54:27 +0300
with message-id <83ftn1t4j0.fsf <at> gnu.org>
and subject line Re: bug#36693: 26.2.90; forms.texi: s/forms-number-of-records/forms-number-of-fields/
has caused the debbugs.gnu.org bug report #36693,
regarding 26.2.90; forms.texi: s/forms-number-of-records/forms-number-of-fields/
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36693: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36693
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: nljlistbox2 <at> gmail.com (N. Jackson)
To: bug-gnu-emacs <at> gnu.org
Subject: 26.2.90; forms.texi: s/forms-number-of-records/forms-number-of-fields/
Date: Tue, 16 Jul 2019 12:05:21 -0400
[Message part 3 (text/plain, inline)]
There is an error in the Forms manual in the `Control File Format'
node at (info "(forms)Control File Format"). The text

     If the control file does not set ‘forms-format-list’ a default format
  is used.  In this situation, Forms mode will deduce the number of fields
  from the data file providing this file exists and
  ‘forms-number-of-records’ has not been set in the control file.

should read

     If the control file does not set ‘forms-format-list’ a default format
  is used.  In this situation, Forms mode will deduce the number of fields
  from the data file providing this file exists and
  ‘forms-number-of-fields’ has not been set in the control file.

. That is, s/-records/-fields/.

A patch is appended below.


In GNU Emacs 26.2.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.1)
 of 2019-07-16 built on moondust.localdomain
Repository revision: b2fde4b5e8e91aa57313af09465091303eeb7d39

[0001-doc-misc-forms.texi-Control-File-Format-Fix-a-doc-er.patch (text/x-patch, inline)]
From dca97d494f04ba43ba5556f556aee71498813deb Mon Sep 17 00:00:00 2001
From: "N. Jackson" <nljlistbox2 <at> gmail.com>
Date: Mon, 15 Jul 2019 18:22:44 -0400
Subject: [PATCH] * doc/misc/forms.texi (Control File Format): Fix a doc error.

---
 doc/misc/forms.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/forms.texi b/doc/misc/forms.texi
index d669ed6d03..9423f94609 100644
--- a/doc/misc/forms.texi
+++ b/doc/misc/forms.texi
@@ -431,7 +431,7 @@ Control File Format
 If the control file does not set @code{forms-format-list} a default
 format is used.  In this situation, Forms mode will deduce the number of
 fields from the data file providing this file exists and
-@code{forms-number-of-records} has not been set in the control file.
+@code{forms-number-of-fields} has not been set in the control file.
 
 The control file can optionally set the following additional Forms mode
 variables.  Most of them have default values that are good for most
-- 
2.20.1

[Message part 5 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: nljlistbox2 <at> gmail.com (N. Jackson)
Cc: 36693-done <at> debbugs.gnu.org
Subject: Re: bug#36693: 26.2.90;
 forms.texi: s/forms-number-of-records/forms-number-of-fields/
Date: Sat, 20 Jul 2019 12:54:27 +0300
> From: nljlistbox2 <at> gmail.com (N. Jackson)
> Date: Tue, 16 Jul 2019 12:05:21 -0400
> 
> There is an error in the Forms manual in the `Control File Format'
> node at (info "(forms)Control File Format"). The text
> 
>      If the control file does not set ‘forms-format-list’ a default format
>   is used.  In this situation, Forms mode will deduce the number of fields
>   from the data file providing this file exists and
>   ‘forms-number-of-records’ has not been set in the control file.
> 
> should read
> 
>      If the control file does not set ‘forms-format-list’ a default format
>   is used.  In this situation, Forms mode will deduce the number of fields
>   from the data file providing this file exists and
>   ‘forms-number-of-fields’ has not been set in the control file.
> 
> . That is, s/-records/-fields/.
> 
> A patch is appended below.

Thanks, pushed to the emacs-26 branch.


This bug report was last modified 5 years and 304 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.