From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; show-paren-mode causes abnormal vertical lines on Win32. Date: Tue, 19 Feb 2008 12:44:24 -0800 Message-ID: <200802192044.m1JKiOng024471@sallyv1.ics.uci.edu> References: <8463wrm4ls.fsf@gmail.com> <47B55785.8030802@gnu.org> <47B607C6.20601@gnu.org> <47B61D6A.3070004@gnu.org> <200802160601.m1G6167c026880@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203454311 23344 80.91.229.12 (19 Feb 2008 20:51:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 20:51:51 +0000 (UTC) Cc: Juanma Barranquero , emacs-pretest-bug@gnu.org, Jason Rumney To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 21:52:15 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRZRm-0003Ts-L8 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 21:52:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRZRH-0002Rj-R1 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 15:51:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRZMK-000092-Vp for emacs-devel@gnu.org; Tue, 19 Feb 2008 15:46:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRZMJ-00008H-Rv for emacs-devel@gnu.org; Tue, 19 Feb 2008 15:46:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRZMJ-000089-GD for emacs-devel@gnu.org; Tue, 19 Feb 2008 15:46:35 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRZMJ-0005j1-6a for emacs-devel@gnu.org; Tue, 19 Feb 2008 15:46:35 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JRZMI-0003zJ-NW for emacs-pretest-bug@gnu.org; Tue, 19 Feb 2008 15:46:34 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JRZMF-0005gV-D8 for emacs-pretest-bug@gnu.org; Tue, 19 Feb 2008 15:46:34 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JRZME-0005ZY-QU; Tue, 19 Feb 2008 15:46:31 -0500 X-ICS-MailScanner-Watermark: 1204058665.42505@eRBvVhHveb9IlYvj2iO4Wg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1JKiOng024471; Tue, 19 Feb 2008 12:44:24 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Tue, 19 Feb 2008 10:51:35 -0500") Original-Lines: 30 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89593 gmane.emacs.pretest.bugs:21227 Archived-At: Stefan Monnier writes: > >> >>> And the old code will > >> >>> be removed if I understand correctly, so what point is there in fixing > >> >>> minor bugs in it now? > >> >> As I see it, that is an argument for making the new backend the > >> >> default now, not "before the release of 23.1"... > >> > There are also arguments against that, such as the fact that the new backend > >> > does not seem to have stabilised yet, with problems like Stefan is > >> > experiencing now, and which Windows users suffered around the time of the > >> > merge still a frequent occurrence. > >> > >> If we want it to be the default for 23.1, and given that it works now > >> and is merged into the trunk, I see no reason not to make it the default > >> now, so that bugs get found and fixed earlier rather than later. > >> > >> Any objection to making the "--enable-font-backend" the default? > > > It does not work very well with emacsclient > > > emacs -Q -nw -f server-start > > emacsclient -c ~/.emacs > > C-x 5 0 in the emacsclient frame > > After that > > emacsclient -c ~/.emacs > > just hangs. > > Works just fine for me, Yep, Handa-san fixed it a few days ago.