Fix a couple minor bugs
Which really make demoing this "product" difficult. While I was at it, I split my "taverns" document into a number of real tables that I could pull up.
This commit is contained in:
parent
520f74cc66
commit
1602a9b01d
8 changed files with 526 additions and 766 deletions
|
|
@ -60,7 +60,7 @@ Interactively, display a list of files in `rpgdm-screen-directory'."
|
|||
(defun rpgdm-screen-screen-list ()
|
||||
"A memoized list of cons cells containing the title and fully-qualified filename."
|
||||
(unless rpgdm-screen-files
|
||||
(dolist (file (directory-files rpgdm-screen-directory t))
|
||||
(dolist (file (directory-files rpgdm-screen-directory t (rx bol (not "."))))
|
||||
(add-to-list 'rpgdm-screen-files (cons (rpgdm-screen--read-title file) file))))
|
||||
rpgdm-screen-files)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue