From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: thumbs.el and transparency Date: Mon, 30 Jan 2006 16:41:05 +0100 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <17369.17978.521026.397616@kahikatea.snap.net.nz> <17369.59246.383626.699005@kahikatea.snap.net.nz> <17372.1305.835753.613893@kahikatea.snap.net.nz> <874q3llph9.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1138642267 3302 80.91.229.2 (30 Jan 2006 17:31:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Jan 2006 17:31:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 30 18:31:06 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F3cqA-00024c-Gq for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 18:29:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3ct7-0007hj-NB for ged-emacs-devel@m.gmane.org; Mon, 30 Jan 2006 12:32:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F3bCV-0005cS-1G for emacs-devel@gnu.org; Mon, 30 Jan 2006 10:44:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F3bCT-0005bJ-Mg for emacs-devel@gnu.org; Mon, 30 Jan 2006 10:44:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F3bCQ-0005av-Lv for emacs-devel@gnu.org; Mon, 30 Jan 2006 10:44:17 -0500 Original-Received: from [66.249.92.196] (helo=uproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F3bAk-00089l-Dw for emacs-devel@gnu.org; Mon, 30 Jan 2006 10:42:30 -0500 Original-Received: by uproxy.gmail.com with SMTP id q2so882702uge for ; Mon, 30 Jan 2006 07:41:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NY1jsTDp5q19w68Vy0sLxuL/FC14HV3ttWt0k4eawSMFQD2mmUNhFslmbS4i1yosKaU5F0ZJ0NFcK1q8ntwk71rN+fQ7KpzdlCodRIPou6BIZSbngx7ebiDJe6uceb/5ucylXzw30y35eHK7/VLeTVrOHZ2pWbji+2wTRGTDuSo= Original-Received: by 10.48.255.14 with SMTP id c14mr788314nfi; Mon, 30 Jan 2006 07:41:05 -0800 (PST) Original-Received: by 10.48.42.15 with HTTP; Mon, 30 Jan 2006 07:41:04 -0800 (PST) Original-To: Chong Yidong In-Reply-To: <874q3llph9.fsf@stupidchicken.com> Content-Disposition: inline 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:49761 Archived-At: On 1/30/06, Chong Yidong wrote: > Maybe the rationale was that the CVS tree was getting a little too > stable ;-) Perhaps, but, it was? Really? I come back after a few months hiatus, fire up Emacs... and I immediately stumble upon three or four problems (mostly small, but problems nonetheless): - My modeline does not look right (apparently some new mode-line faces were introduced) - With cua-mode, I suddenly can not force `transient-mark-mode' to stay nil (I'm still investigating that one) - On my configuration at home, font-locked text with a bold face seem to be being "shaved" a few pixels on the right (so the last char of the string, keyword, etc. looks weird) - I got warnings on loading .emacs.el because bindings for [home] and [end] have changed... I would've expected to start Emacs and find nothing changed, other than a few bugs missing... -- /L/e/k/t/u