From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Creating an empty file Date: Thu, 25 Jan 2007 23:01:32 +0100 Message-ID: <45B928BC.6060505@gmx.at> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169762397 13970 80.91.229.12 (25 Jan 2007 21:59:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2007 21:59:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 25 22:59:50 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 1HACdI-000799-Hd for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 22:59:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HACdI-0004j9-30 for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 16:59:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HACd8-0004iw-A6 for emacs-devel@gnu.org; Thu, 25 Jan 2007 16:59:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HACd7-0004ik-CJ for emacs-devel@gnu.org; Thu, 25 Jan 2007 16:59:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HACd7-0004ih-6n for emacs-devel@gnu.org; Thu, 25 Jan 2007 16:59:37 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.52) id 1HACd6-0008KJ-2O for emacs-devel@gnu.org; Thu, 25 Jan 2007 16:59:36 -0500 Original-Received: (qmail invoked by alias); 25 Jan 2007 21:59:34 -0000 Original-Received: from N715P018.adsl.highway.telekom.at (EHLO [62.47.33.82]) [62.47.33.82] by mail.gmx.net (mp034) with SMTP; 25 Jan 2007 22:59:34 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:65466 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.