GNU bug report logs -
#67658
filesets can’t open files from menu-bar when using ‘:tree’
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67658 in the body.
You can then email your comments to 67658 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#67658
; Package
emacs
.
(Wed, 06 Dec 2023 11:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
". shynur" <one.last.kiss <at> outlook.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 06 Dec 2023 11:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Reproduce:
PS D:/Tmp> dir
test.txt test.org
PS D:/Tmp> runemacs.exe -Q
(require 'filesets)
(push `("Teest"
. ((:tree ,default-directory ""))) filesets-data)
(filesets-init)
M-x eval-buffer
Click: Menu-Bar -> File -> Filesets -> 0 Teest -> Tree: d:/Tmp/
Then emacs just gave me an error:
“filesets-files-under: Wrong type argument: stringp, nil”
I expected it to open all the files under that directory.
Am I missing something?
___
v29.1.90 for MS-Windows
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#67658
; Package
emacs
.
(Sat, 16 Dec 2023 11:34:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67658 <at> debbugs.gnu.org (full text, mbox):
> From: ". shynur" <one.last.kiss <at> outlook.com>
> Date: Wed, 6 Dec 2023 11:17:41 +0000
>
> Reproduce:
>
> PS D:/Tmp> dir
> test.txt test.org
> PS D:/Tmp> runemacs.exe -Q
>
> (require 'filesets)
> (push `("Teest"
> . ((:tree ,default-directory ""))) filesets-data)
> (filesets-init)
>
> M-x eval-buffer
>
> Click: Menu-Bar -> File -> Filesets -> 0 Teest -> Tree: d:/Tmp/
>
> Then emacs just gave me an error:
> “filesets-files-under: Wrong type argument: stringp, nil”
>
> I expected it to open all the files under that directory.
> Am I missing something?
You are not missing anything, this has been broken since Emacs 28.1,
where we installed a change which fixed "normal" invocation of
filesets-open, but broke its invocations from the menu-bar menus. The
breakage was due to omitting from the fix to bug#976 the cautious 'if'
clause in the original author's code.
This should be fixed now on the emacs-29 branch.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 23 Dec 2023 09:03:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
". shynur" <one.last.kiss <at> outlook.com>
:
bug acknowledged by developer.
(Sat, 23 Dec 2023 09:03:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 67658-done <at> debbugs.gnu.org (full text, mbox):
> Cc: 67658 <at> debbugs.gnu.org
> Date: Sat, 16 Dec 2023 13:33:17 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
>
> > From: ". shynur" <one.last.kiss <at> outlook.com>
> > Date: Wed, 6 Dec 2023 11:17:41 +0000
> >
> > Reproduce:
> >
> > PS D:/Tmp> dir
> > test.txt test.org
> > PS D:/Tmp> runemacs.exe -Q
> >
> > (require 'filesets)
> > (push `("Teest"
> > . ((:tree ,default-directory ""))) filesets-data)
> > (filesets-init)
> >
> > M-x eval-buffer
> >
> > Click: Menu-Bar -> File -> Filesets -> 0 Teest -> Tree: d:/Tmp/
> >
> > Then emacs just gave me an error:
> > “filesets-files-under: Wrong type argument: stringp, nil”
> >
> > I expected it to open all the files under that directory.
> > Am I missing something?
>
> You are not missing anything, this has been broken since Emacs 28.1,
> where we installed a change which fixed "normal" invocation of
> filesets-open, but broke its invocations from the menu-bar menus. The
> breakage was due to omitting from the fix to bug#976 the cautious 'if'
> clause in the original author's code.
>
> This should be fixed now on the emacs-29 branch.
No further comments, so I presume the bug was fixed, and I'm closing
it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 20 Jan 2024 12:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 111 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.