From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: fill-paragrapch set the buffer to changed when there is none Date: Wed, 5 Jul 2006 13:25:56 +0200 Message-ID: <7dbe73ed0607050425l2b4a6b14pf297ecb0b3d1369d@mail.gmail.com> References: <44AAF28C.1020609@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152098808 19262 80.91.229.2 (5 Jul 2006 11:26:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2006 11:26:48 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 05 13:26:42 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 1Fy5WI-0000RO-Bn for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 13:26:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy5WH-0005Ap-QN for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 07:26:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fy5W6-00058l-Ju for emacs-devel@gnu.org; Wed, 05 Jul 2006 07:26:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fy5W2-00052U-MP for emacs-devel@gnu.org; Wed, 05 Jul 2006 07:26:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy5W2-00052F-GU for emacs-devel@gnu.org; Wed, 05 Jul 2006 07:25:58 -0400 Original-Received: from [66.249.92.173] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fy5jv-0006ry-EP for emacs-devel@gnu.org; Wed, 05 Jul 2006 07:40:19 -0400 Original-Received: by ug-out-1314.google.com with SMTP id y2so1544114uge for ; Wed, 05 Jul 2006 04:25:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OQoybeDtBaagaPaJc79IA81fVgRgiF8CTTa5a+sYd1eHE8P49uOEhiG0MtqEevMrZMkCmij499ajrsJ0ECFwuylsrQSmU0s9VzQeH8dra4ViP8TBF7xFlwCfPFFD5D3ghHhOHwnOgY8hH/noO4y2h3Sqin9oJuRbP5uFUI1hjRo= Original-Received: by 10.66.220.17 with SMTP id s17mr7653427ugg; Wed, 05 Jul 2006 04:25:56 -0700 (PDT) Original-Received: by 10.48.248.13 with HTTP; Wed, 5 Jul 2006 04:25:56 -0700 (PDT) Original-To: "Lennart Borgman" In-Reply-To: <44AAF28C.1020609@student.lu.se> Content-Disposition: inline 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:56555 Archived-At: > If you do fill-paragraph on a paragraph that is already filled in an > Elisp buffer there is an undo entry added and the buffer is set to > modified. Is that correct? I don't know if it is correct or not, but I have been annoyed by this now and then.