all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Hansen <lists@soem.dk>
Cc: emacs-devel@gnu.org
Subject: Re: desktop-missing-file-warning doc
Date: Sun, 14 May 2006 08:40:53 +0200	[thread overview]
Message-ID: <4466D0F5.6020503@soem.dk> (raw)
In-Reply-To: <200605140037.k4E0bQwQ007255@jane.dms.auburn.edu>

Luc Teirlinck wrote:

>===File ~/desktop.el-diff===================================
>*** desktop.el	13 May 2006 11:24:56 -0500	1.100
>--- desktop.el	13 May 2006 16:56:13 -0500	
>***************
>*** 201,207 ****
>    :version "22.1")
>  
>  (defcustom desktop-missing-file-warning nil
>!   "*If non-nil then `desktop-read' asks if a non-existent file should be recreated.
>  Also pause for a moment to display message about errors signaled in
>  `desktop-buffer-mode-handlers'.
>  
>--- 201,207 ----
>    :version "22.1")
>  
>  (defcustom desktop-missing-file-warning nil
>!   "If non-nil,`desktop-read' offers to recreate a deleted file.
>  Also pause for a moment to display message about errors signaled in
>  `desktop-buffer-mode-handlers'.
>  
>============================================================
>  
>
This is definitely an improvement.
However, the file is not recreated, only its buffer. So maybe it should be

   If non-nil,`desktop-read' offers to recreate the buffer of a deleted
file.

But that text is to wide. Maybe

   If non-nil, offer to recreate the buffer of a deleted file.

then? Also, the prompt

   (y-or-n-p (concat msg " Re-create? "))

in desktop-restore-file-buffer should be changed to

   (y-or-n-p (concat msg " Re-create buffer? "))

  parent reply	other threads:[~2006-05-14  6:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-13 22:36 desktop-missing-file-warning doc Luc Teirlinck
2006-05-14  0:37 ` Luc Teirlinck
2006-05-14  1:11   ` Luc Teirlinck
2006-05-14  1:16     ` Luc Teirlinck
2006-05-14  6:40   ` Lars Hansen [this message]
2006-05-14 18:10     ` Luc Teirlinck
2006-05-14 20:27       ` Lars Hansen
2006-05-14 23:28     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4466D0F5.6020503@soem.dk \
    --to=lists@soem.dk \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.