GNU bug report logs - #22982
25.0.92; Forms Mode seems to fail to open data file

Previous Next

Package: emacs;

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

Date: Thu, 10 Mar 2016 23:47:02 UTC

Severity: normal

Found in version 25.0.92

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

Bug is archived. No further changes may be made.

Full log


Message #32 received at 22982 <at> debbugs.gnu.org (full text, mbox):

From: nljlistbox2 <at> gmail.com (N. Jackson)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 22982 <at> debbugs.gnu.org, john.b.mastro <at> gmail.com
Subject: Re: bug#22982: 25.0.92; Forms Mode seems to fail to open data file
Date: Fri, 11 Mar 2016 12:11:20 -0400
At 17:02 +0200 on Friday 2016-03-11, Eli Zaretskii wrote:
>
> Hmm... I'm still not following.  Can you tell how to modify your
> recipe such that it will reproduce the problem in "emacs -Q"?
>
> Thanks.

0.  cat > ~/test-forms-control-file.el
    (setq forms-file "/etc/passwd")
    (setq forms-number-of-fields 7)
    (setq forms-read-only t)
    (setq forms-field-sep ":")
    (setq forms-multi-line nil)
    (setq forms-format-list
          (list
           "====== /etc/passwd ======\n\n"
           "User : "    1
           "   Uid: "   3
           "   Gid: "   4
           "\n\n"
           "Name : "    5
           "\n\n"
           "Home : "    6
           "\n\n"
           "Shell: "    7
           "\n"))
    ^D

1.  emacs -Q

2.  M-: (custom-set-variables '(major-mode (quote text-mode))) RET

3.  M-x forms-find-file RET C-S-backspace ~/test-forms-control-file.el RET


This recipe results in the error

    find-file-noselect: Wrong type argument: stringp, nil

whereas, if Step 2 is omitted, Forms Mode works correctly.

I hope this helps. Please let me know if I can provide any more
information.

Regards,
N.





This bug report was last modified 9 years and 70 days ago.

Previous Next


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