From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kim Storm Newsgroups: gmane.emacs.devel Subject: Re: Old/unused display bits Date: Fri, 25 Jan 2013 16:08:55 +0100 Message-ID: <5102A007.3020106@cua.dk> References: <510278F1.3040904@yandex.ru> <83a9rxl6fx.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359126585 3116 80.91.229.3 (25 Jan 2013 15:09:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jan 2013 15:09:45 +0000 (UTC) Cc: Dmitry Antipov , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 25 16:10:03 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 1Tykui-0002oX-Am for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2013 16:09:56 +0100 Original-Received: from localhost ([::1]:41363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TykuQ-0006my-Ea for ged-emacs-devel@m.gmane.org; Fri, 25 Jan 2013 10:09:38 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TykuF-0006ky-68 for emacs-devel@gnu.org; Fri, 25 Jan 2013 10:09:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tyku0-0005Vy-Ix for emacs-devel@gnu.org; Fri, 25 Jan 2013 10:09:26 -0500 Original-Received: from ispc3.dotserv.com ([178.20.216.13]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tyktn-0005S7-8p; Fri, 25 Jan 2013 10:08:59 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ispc3.dotserv.com (Postfix) with ESMTP id 09F71802DCEC8; Fri, 25 Jan 2013 16:08:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ispc3.dotserv.com Original-Received: from ispc3.dotserv.com ([127.0.0.1]) by localhost (ispc3.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o+GBUmPTN+BQ; Fri, 25 Jan 2013 16:08:56 +0100 (CET) Original-Received: from [10.1.82.9] (1405ds6-amb.1.fullrate.dk [90.184.79.200]) (Authenticated sender: storm@cua.dk) by ispc3.dotserv.com (Postfix) with ESMTPSA id 98A21802DCEC4; Fri, 25 Jan 2013 16:08:56 +0100 (CET) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <83a9rxl6fx.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.20.216.13 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:156631 Archived-At: On 2013-01-25 14:48, Eli Zaretskii wrote: >> Date: Fri, 25 Jan 2013 16:22:09 +0400 >> From: Dmitry Antipov >> CC: Eli Zaretskii >> >> IIUC these bits are either the leftovers from old >> code or has no real users; can we get rid of them? > Kim, is there a reason to keep this? Hi Eli, Has redisplay-dont-pause been removed entirely? I think the default has changed - but the option is still there - or ? Iff it has been remove, the mentioned bits are indeed superfluous. I haven't studied the patch in details though. Kim