From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111589: * insdel.c (prepare_to_modify_buffer): Force redisplay if Date: Thu, 24 Jan 2013 08:36:25 -0500 Message-ID: References: <5100AEEA.4010206@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359049179 2479 80.91.229.3 (24 Jan 2013 17:39:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2013 17:39:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 24 18:39:58 2013 Return-path: Envelope-to: ged-emacs-devel@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 1TyQmG-0007om-Pe for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2013 18:39:52 +0100 Original-Received: from localhost ([::1]:38388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyQlz-00052P-FA for ged-emacs-devel@m.gmane.org; Thu, 24 Jan 2013 12:39:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyQlt-00052G-L4 for emacs-devel@gnu.org; Thu, 24 Jan 2013 12:39:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyQlk-0001EA-WC for emacs-devel@gnu.org; Thu, 24 Jan 2013 12:39:29 -0500 Original-Received: from mr003msr.fastwebnet.it ([85.18.95.66]:46950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyQlk-0001De-PO for emacs-devel@gnu.org; Thu, 24 Jan 2013 12:39:20 -0500 Original-Received: from fmsmemgm.homelinux.net (93.63.184.150) by mr003msr.fastwebnet.it (8.5.140.03) id 50FFE927001DDC13; Thu, 24 Jan 2013 18:39:19 +0100 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id A2706AE4FB; Thu, 24 Jan 2013 08:36:25 -0500 (EST) In-Reply-To: <5100AEEA.4010206@yandex.ru> (Dmitry Antipov's message of "Thu, 24 Jan 2013 07:47:54 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 85.18.95.66 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156621 Archived-At: >> The redisplay code should not treat "hidden" buffers specially. >> Better revert this change and install the doc-view patch >> I suggested instead. > OK. BTW, is there any Lisp code which may be affected with the > similar issue? Maybe. We'll only know when people notice it, tho. Stefan