all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* desktop fails to restore dired buffers
@ 2023-12-06 21:28 Andy Moreton
  2023-12-07  7:24 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Moreton @ 2023-12-06 21:28 UTC (permalink / raw)
  To: emacs-devel


Commit ce4a62eece60 ("Fix desktop-save on remote dired (bug#66697)") on
the master branch changed how dired buffers are saved by desktop-save,
so they are no longer restored in my setup.

The code in `dired-desktop-save-p' and `dired-desktop-buffer-misc-data'
now assumes that `desktop-files-not-to-save' always has a string value.

However I have `desktop-files-not-to-save' as nil, which is a valid
value according to its definition. That fails the checks, and so
dired buffers are not saved.

Please can this oversight be fixed ?

    AndyM




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

end of thread, other threads:[~2023-12-08 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 21:28 desktop fails to restore dired buffers Andy Moreton
2023-12-07  7:24 ` Eli Zaretskii
2023-12-07 21:20   ` Andy Moreton
2023-12-08 13:59   ` Manuel Giraud via Emacs development discussions.

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.