From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Changing of line format and undo Date: Thu, 22 Jun 2006 06:24:19 +0300 Message-ID: References: <44987375.2010000@student.lu.se> <449961F6.6020001@student.lu.se> <33003.128.165.123.239.1150926847.squirrel@webmail.lanl.gov> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1150946687 29294 80.91.229.2 (22 Jun 2006 03:24:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jun 2006 03:24:47 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 22 05:24:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FtFo7-0000Pc-5X for ged-emacs-devel@m.gmane.org; Thu, 22 Jun 2006 05:24:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtFo6-0008E0-Dx for ged-emacs-devel@m.gmane.org; Wed, 21 Jun 2006 23:24:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtFns-0008D7-13 for emacs-devel@gnu.org; Wed, 21 Jun 2006 23:24:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtFnp-0008Cj-5z for emacs-devel@gnu.org; Wed, 21 Jun 2006 23:24:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtFnp-0008Cg-1m for emacs-devel@gnu.org; Wed, 21 Jun 2006 23:24:21 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FtFyh-0004Fo-SB for emacs-devel@gnu.org; Wed, 21 Jun 2006 23:35:36 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-152-42.inter.net.il [80.230.152.42]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EYJ90936 (AUTH halo1); Thu, 22 Jun 2006 06:24:18 +0300 (IDT) Original-To: herring@lanl.gov In-reply-to: <33003.128.165.123.239.1150926847.squirrel@webmail.lanl.gov> (herring@lanl.gov) 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:56074 Archived-At: > Date: Wed, 21 Jun 2006 14:54:07 -0700 (PDT) > From: "Stuart D. Herring" > Cc: emacs-devel@gnu.org > > > BTW should not changes of this kind also set the buffer to modified? > > If and only if they should be undoable ??? Why? > It would be very odd to have a buffer unmodified before and after > an undo, or to be marked modified with no way (via undo) to remove > that marking. It is very easy to ``undo'' the buffer-modified flag: type "M-~".