From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bugs Subject: bug#15535: Acknowledgement (24.3.50; basic-save-buffer should update buffer-file-coding-system value if the contents were written using different coding system) Date: Sun, 13 Oct 2013 21:06:59 +0900 Message-ID: <87eh7p9xy4.fsf@gnu.org> References: <871u3z49ty.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381666086 14031 80.91.229.3 (13 Oct 2013 12:08:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Oct 2013 12:08:06 +0000 (UTC) Cc: 15535@debbugs.gnu.org, dgutov@yandex.ru To: Kenichi Handa Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 13 14:08:08 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VVKSu-0007ee-6k for geb-bug-gnu-emacs@m.gmane.org; Sun, 13 Oct 2013 14:08:08 +0200 Original-Received: from localhost ([::1]:32964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKSt-0000TS-AT for geb-bug-gnu-emacs@m.gmane.org; Sun, 13 Oct 2013 08:08:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKSp-0000TJ-9w for bug-gnu-emacs@gnu.org; Sun, 13 Oct 2013 08:08:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVKSo-00078T-HD for bug-gnu-emacs@gnu.org; Sun, 13 Oct 2013 08:08:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVKSo-00078P-EO for bug-gnu-emacs@gnu.org; Sun, 13 Oct 2013 08:08:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VVKSn-0003VB-SG for bug-gnu-emacs@gnu.org; Sun, 13 Oct 2013 08:08:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Kenichi Handa Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 13 Oct 2013 12:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15535 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15535-submit@debbugs.gnu.org id=B15535.138166603113393 (code B ref 15535); Sun, 13 Oct 2013 12:08:01 +0000 Original-Received: (at 15535) by debbugs.gnu.org; 13 Oct 2013 12:07:11 +0000 Original-Received: from localhost ([127.0.0.1]:45483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VVKRy-0003Tx-74 for submit@debbugs.gnu.org; Sun, 13 Oct 2013 08:07:10 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54711 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VVKRu-0003Tl-WB for 15535@debbugs.gnu.org; Sun, 13 Oct 2013 08:07:07 -0400 Original-Received: from fl1-119-240-85-246.iba.mesh.ad.jp ([119.240.85.246]:61224 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1VVKRt-0003iW-CR; Sun, 13 Oct 2013 08:07:05 -0400 Original-Received: from handa by shatin with local (Exim 4.80) (envelope-from ) id 1VVKRn-0001c6-Ie; Sun, 13 Oct 2013 21:06:59 +0900 In-Reply-To: <87siwd9lf6.fsf@gnu.org> (message from Kenichi Handa on Mon, 07 Oct 2013 23:59:25 +0900) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79223 Archived-At: In article <87siwd9lf6.fsf@gnu.org>, Kenichi Handa writes: > No. I think the behavior of 24.3 is correct. So, some > change in trunk has a problem. But, as far as I remember I > have not touched any codes that relate to this misbehavior. > I'm now investigating what has been changed from 24.3. Oops, it was me who enbugged...I had fixed the bug of 24.3 in a wrong way. I've just committed the fix to trunk. --- Kenichi Handa handa@gnu.org