all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Creating an empty file
Date: Wed, 24 Jan 2007 08:12:50 +0100	[thread overview]
Message-ID: <45B706F2.70102@gmx.at> (raw)
In-Reply-To: <jwvveix9q93.fsf-monnier+emacs@gnu.org>

 > So maybe save-buffer should first check to see if the file exists, and if
 > not, it should save, even if there are no changes.

*** files.el.~1.870.~	Sun Dec 24 22:38:56 2006
--- files.el	Wed Jan 24 08:00:24 2007
***************
*** 3541,3547 ****
       ;; In an indirect buffer, save its base buffer instead.
       (if (buffer-base-buffer)
   	(set-buffer (buffer-base-buffer)))
!     (if (buffer-modified-p)
   	(let ((recent-save (recent-auto-save-p))
   	      setmodes)
   	  ;; On VMS, rename file and buffer to get rid of version number.
--- 3541,3548 ----
       ;; In an indirect buffer, save its base buffer instead.
       (if (buffer-base-buffer)
   	(set-buffer (buffer-base-buffer)))
!     (if (or (buffer-modified-p)
! 	    (and buffer-file-name (not (file-exists-p buffer-file-name))))
   	(let ((recent-save (recent-auto-save-p))
   	      setmodes)
   	  ;; On VMS, rename file and buffer to get rid of version number.

  reply	other threads:[~2007-01-24  7:12 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <86bqkphiyj.fsf@lola.quinscape.zz>
     [not found] ` <87odopr8ga.fsf@lrde.org>
2007-01-23 16:35   ` Creating an empty file Jay Belanger
2007-01-23 16:48     ` David Kastrup
2007-01-23 17:19       ` Jay Belanger
2007-01-23 17:23         ` David Kastrup
2007-01-23 17:57         ` Michaël Cadilhac
2007-01-23 23:56           ` David Kastrup
2007-01-24  1:19             ` Stefan Monnier
2007-01-24  7:12               ` martin rudalics [this message]
2007-01-24  2:58           ` Giorgos Keramidas
2007-01-25  9:06             ` Kevin Rodgers
2007-01-25 10:36               ` Romain Francoise
2007-01-25 19:39                 ` Stefan Monnier
2007-01-25 21:44                 ` Richard Stallman
2007-01-25 22:01                   ` martin rudalics
2007-01-25 22:07                     ` Alfred M. Szmidt
2007-01-25 22:14                       ` Lennart Borgman (gmail)
2007-01-26 11:43                     ` Richard Stallman
2007-01-25 22:14               ` Piet van Oostrum
2007-01-23 18:20       ` Michaël Cadilhac
2007-01-23 16:49     ` Leo
2007-01-23 17:11       ` David Kastrup
2007-01-23 21:57       ` Phil Jackson
2007-01-24  7:37         ` David Kastrup

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=45B706F2.70102@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.