From unknown Tue Aug 19 10:02:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#23080: emacs-auctex: fill-paragraph always sets the modified flag Resent-From: Jaakov Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Mon, 21 Mar 2016 20:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 23080 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 23080@debbugs.gnu.org X-Debbugs-Original-To: bug-auctex@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14585935218251 (code B ref -1); Mon, 21 Mar 2016 20:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 21 Mar 2016 20:52:01 +0000 Received: from localhost ([127.0.0.1]:57385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ai6nw-000290-J5 for submit@debbugs.gnu.org; Mon, 21 Mar 2016 16:52:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ahxVz-0007hJ-13 for submit@debbugs.gnu.org; Mon, 21 Mar 2016 06:56:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahxVp-0007U8-Uf for submit@debbugs.gnu.org; Mon, 21 Mar 2016 06:56:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahxVp-0007U4-Rw for submit@debbugs.gnu.org; Mon, 21 Mar 2016 06:56:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahxVo-0001qk-T1 for bug-auctex@gnu.org; Mon, 21 Mar 2016 06:56:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahxVk-0007S7-3P for bug-auctex@gnu.org; Mon, 21 Mar 2016 06:56:40 -0400 Received: from huan1.mail.rambler.ru ([81.19.66.27]:15341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahxVj-0007Qj-E5 for bug-auctex@gnu.org; Mon, 21 Mar 2016 06:56:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ro.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=UzmVHJejZIWF3FHWP8ZfvM8QEMF7tylRRXNrwyw7jXY=; b=lXGULgIONN/Aev7wdKp7uz9wzy2y7kqraKfG/qMGVjoLQY8ZQBhn0f5IReA1bEeyEx0aYkDrsLzH/kMG3xrCYAUVXcZ5Yb8dqLj4+AY8iXThkQCTRt96edq//yo6n4YEkSUToFJZL6HwA5s0t6816yE+fLDBuI2xj/3VU2vhOFM=; Received: from [UNAVAILABLE] ([131.159.50.38]:3416) by huan1.mail.rambler.ru with esmtpa (Exim 4.76) (envelope-from ) id 1ahxVf-0007v7-0c for bug-auctex@gnu.org; Mon, 21 Mar 2016 13:56:32 +0300 From: Jaakov Message-ID: <56EFD35E.1030806@ro.ru> Date: Mon, 21 Mar 2016 11:56:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Rambler-User: j_k_v@ro.ru/131.159.50.38 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Mon, 21 Mar 2016 16:52:00 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Dear maintainer: Reproduce: 1) Create a tex file with some long multi-line text, e.g., % This buffer is for notes you don't want to save, and for % Lisp evaluation. If you want to create a file, visit that file with % C-x C-f, then enter the text in that file's own buffer. 2) Open this file in Emacs. 3) Put the cursor into the text and press Alt-Q to adjust it to your column width. If there are less than two lines, add more text and press Alt-Q; repeat until you finally get at least two lines after Alt-Q. 4) a) Save the file. b) Observe that the buffer is indicated as stored. 5) a) Press Alt-Q again. b) Observe that the buffer contents did not change but the buffer is indicated as modified by the stars in the left lower corner. This is contrary to the modified flag behavior as stated in https://www.gnu.org/software/emacs/manual/html_node/elisp/Buffer-Modification.html Some guy from suse claims that this bug is resolved upstream: https://bugzilla.suse.com/show_bug.cgi?id=971814 Is it really the case? Jaakov. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 21 17:13:42 2016 Received: (at control) by debbugs.gnu.org; 21 Mar 2016 21:13:42 +0000 Received: from localhost ([127.0.0.1]:57430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ai78v-0002hR-WE for submit@debbugs.gnu.org; Mon, 21 Mar 2016 17:13:42 -0400 Received: from huan2.mail.rambler.ru ([81.19.66.15]:18653) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ai78v-0002hB-1C; Mon, 21 Mar 2016 17:13:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ro.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:From:To; bh=aMvDbox2y9/AQB66l2EIkYJVQgOKv4oygDUWW8aPxCM=; b=05JPGhVeeCTAg9VszFLRf0lNouoMWDPdiEUekR9L5Ue8wLEUk9Z29j60igMj/4YksVm85T8afuToq8u06n7/08R1aoq7SM06oS/kGva/v4l1qlWJnQuzwAx7jsjvqHiDUMnNQTXQ0iXrgTfQaXoP2pp+0kErBzoWcabjhpv47bY=; Received: from [UNAVAILABLE] ([93.204.109.177]:32414 helo=[192.168.3.203]) by huan2.mail.rambler.ru with esmtpa (Exim 4.76) (envelope-from ) id 1ai78r-0007Tv-Ch; Tue, 22 Mar 2016 00:13:39 +0300 To: control@debbugs.gnu.org, 23080-done@debbugs.gnu.org From: Jaakov Message-ID: <56F06400.1040007@ro.ru> Date: Mon, 21 Mar 2016 22:13:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Rambler-User: j_k_v@ro.ru/93.204.109.177 X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: # the corrected bug report is listed as 23081 close 23080 quit [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [81.19.66.15 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [81.19.66.15 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: # the corrected bug report is listed as 23081 close 23080 quit [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [81.19.66.15 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [81.19.66.15 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject # the corrected bug report is listed as 23081 close 23080 quit