all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67658: filesets can’t open files from menu-bar when using ‘:tree’
@ 2023-12-06 11:17 . shynur
  2023-12-16 11:33 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: . shynur @ 2023-12-06 11:17 UTC (permalink / raw)
  To: 67658

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-23  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 11:17 bug#67658: filesets can’t open files from menu-bar when using ‘:tree’ . shynur
2023-12-16 11:33 ` Eli Zaretskii
2023-12-23  9:01   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.