From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: Creating an empty file Date: Thu, 25 Jan 2007 23:07:40 +0100 (CET) Message-ID: <20070125220740.8B43F300E9@Psilocybe.Update.UU.SE> References: <86bqkphiyj.fsf@lola.quinscape.zz> <87odopr8ga.fsf@lrde.org> <87veixu2ep.fsf@vh213602.truman.edu> <861wllheo9.fsf@lola.quinscape.zz> <87y7ntd5jq.fsf@vh213602.truman.edu> <87r6tlpqwi.fsf@lrde.org> <20070124025849.GA2953@kobe.laptop> <877ivbxuj0.fsf@pacem.orebokech.com> <45B928BC.6060505@gmx.at> Reply-To: ams@gnu.org NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1169762884 16021 80.91.229.12 (25 Jan 2007 22:08:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2007 22:08:04 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 25 23:07:57 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HAClA-0002Rb-OF for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 23:07:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAClA-0007gt-7x for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 17:07:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HACl0-0007go-7F for emacs-devel@gnu.org; Thu, 25 Jan 2007 17:07:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HACkx-0007gb-Rf for emacs-devel@gnu.org; Thu, 25 Jan 2007 17:07:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HACkx-0007gW-Hr for emacs-devel@gnu.org; Thu, 25 Jan 2007 17:07:43 -0500 Original-Received: from psilocybe.update.uu.se ([130.238.19.25]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HACkv-0001HR-HZ; Thu, 25 Jan 2007 17:07:41 -0500 Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 8B43F300E9; Thu, 25 Jan 2007 23:07:40 +0100 (CET) In-reply-to: <45B928BC.6060505@gmx.at> (message from martin rudalics on Thu, 25 Jan 2007 23:01:32 +0100) X-detected-kernel: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65467 Archived-At: > I generally type a DEL in order to make C-x C-s save the empty file. `delete-backward-char' doesn't modify an empty buffer on my Emacs. I think that should be "a DEL" (insert-command followd by delete-backward-char); I do the same FWIW.