From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: J Irving Newsgroups: gmane.emacs.devel Subject: Re: Issues for 24.3 Date: Fri, 1 Feb 2013 22:48:18 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1359776915 23604 80.91.229.3 (2 Feb 2013 03:48:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2013 03:48:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 04:48:55 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 1U1U63-0001hs-3v for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 04:48:55 +0100 Original-Received: from localhost ([::1]:40601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1U5k-0005hh-NN for ged-emacs-devel@m.gmane.org; Fri, 01 Feb 2013 22:48:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1U5g-0005gE-TG for emacs-devel@gnu.org; Fri, 01 Feb 2013 22:48:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1U5e-0002hr-An for emacs-devel@gnu.org; Fri, 01 Feb 2013 22:48:32 -0500 Original-Received: from tomos.lollyshouse.net ([66.228.41.128]:37993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1U5e-0002hm-7B; Fri, 01 Feb 2013 22:48:30 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by tomos.lollyshouse.net (Postfix) with ESMTP id C4E252A0F4; Sat, 2 Feb 2013 03:48:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at tomos.lollyshouse.net Original-Received: from tomos.lollyshouse.net ([127.0.0.1]) by localhost (tomos.lollyshouse.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Q6X+mXjStgYX; Sat, 2 Feb 2013 03:48:26 +0000 (UTC) Original-Received: from [10.0.1.2] (75-119-251-189.dsl.teksavvy.com [75.119.251.189]) (Authenticated sender: j@lollyshouse.ca) by tomos.lollyshouse.net (Postfix) with ESMTPSA id 4D7092A0F3; Sat, 2 Feb 2013 03:48:25 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.1499) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 66.228.41.128 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:156788 Archived-At: FWIW, I still see horrible full screen toolbar rendering in the .92 = pretest, very much like what I reported here: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13444 OS X is not a high priority platform for emacs as I understand it, but = if there's a hope of improvement before 24.3 is released, I will attempt = to reproduce that bug precisely with the pretest. This is not a regression per se, since I don't believe Emacs has = previously officially supported any kind of full screen mode on OS X. = (I've previously used an old-style fullscreen hack via homebrew with the = NS port, and more recently have been using Mitsuharu-san's awesome Mac = port which has a good - also old-style, non-Lion - fullscreen mode.) = Nonetheless, the lack of a viable full screen mode is critical to me :) cheers, J On 2013-01-26, at 10:20 PM, Glenn Morris wrote: >=20 > Here are some issues that I think (may) need addressing for 24.3. > If you have any more, or think any of these should be left for a > subsequent releases, please comment. >=20 > If you can fix any of these, please followup to the relevant bug > address. >=20 >=20 > Tabulated list mode header mouse-1 doesn't sort any more: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13560 >=20 > Crash related to new profiler? > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13545 >=20 > Changing binding of mouse-1 leaves mark-active: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13523 >=20 > If save-buffer is interrupted during the interactive coding prompt, > the original file is missing. Seems hard to fix, and present since = 23.1, > so probably too late for 24.3. > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13522 >=20 >=20 > Build failures: >=20 > Doesn't build on ia64. Fixed? Need more info. Probably can be worked > around by lowering optimization, or setting GC_MARK_STACK. > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D11971 >=20 > Doesn't build on Mac OS X with gcc 4.6+. Maybe too late for 24.3. > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9927 >=20 > Doesn't build on IRIX. I doubt this can be fixed except by someone = with > IRIX, and only ~ 1 person seems to be an Emacs IRIX user, so probably > not that important to fix. Happens with older releases too. > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9684 >=20 >=20 > Misc issues that seem to be unreproducible: >=20 > Problem sending mails: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13546 >=20 > Mac OS X opens with tiny window, then crashes (?): > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13428 >=20 > MS Windows crash: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8145 >=20 > Background colour issues: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12448 >=20 > Redisplay issues: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12906 >=20 > MS Windows frame raising: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13094 >=20 > Mac OS X modeline not full width: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D13014 >=20