From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: mode-line tooltips for "[" and "]" in recursive-edit Date: Thu, 10 Apr 2008 11:06:46 +0200 Message-ID: <47FDD8A6.8020304@swipnet.se> References: <200803201508.m2KF8C0S002150@sallyv1.ics.uci.edu> <006301c88aa9$ffafda40$c2b22382@us.oracle.com> <200803201704.m2KH4HVt023198@sallyv1.ics.uci.edu> <47E37419.6080708@swipnet.se> <18404.11482.3867.697294@kahikatea.snap.net.nz> <47E430B0.4080408@gmail.com> <18404.12883.894990.383516@kahikatea.snap.net.nz> <87iqzfczrr.fsf@jurta.org> <47FC8E8F.1020002@swipnet.se> <18429.45504.593032.149745@kahikatea.snap.net.nz> <47FDC15B.4060604@swipnet.se> <18429.53785.178151.493595@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.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 1207818484 30019 80.91.229.12 (10 Apr 2008 09:08:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Apr 2008 09:08:04 +0000 (UTC) Cc: Juri Linkov , "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 10 11:08:35 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 1JjslV-0001Mv-Lj for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 11:08:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjskr-0006hL-VQ for ged-emacs-devel@m.gmane.org; Thu, 10 Apr 2008 05:07:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jjskj-0006eS-Ls for emacs-devel@gnu.org; Thu, 10 Apr 2008 05:07:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jjskh-0006cS-N6 for emacs-devel@gnu.org; Thu, 10 Apr 2008 05:07:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jjskh-0006cG-Gw for emacs-devel@gnu.org; Thu, 10 Apr 2008 05:07:27 -0400 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jjskg-0002bT-I9 for emacs-devel@gnu.org; Thu, 10 Apr 2008 05:07:27 -0400 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 2260338403; Thu, 10 Apr 2008 11:07:24 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id E6C703825D; Thu, 10 Apr 2008 11:07:23 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 7A12137E47; Thu, 10 Apr 2008 11:07:23 +0200 (CEST) User-Agent: Thunderbird 2.0.0.12 (X11/20080213) In-Reply-To: <18429.53785.178151.493595@kahikatea.snap.net.nz> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:94857 Archived-At: Nick Roberts skrev: > > If you are just seeing the first line ("Buffer is Modified") then you didn't > > recompile all .el files correctly. > > Yes, you're right. Some of the lines are a bit wide now that the tooltips have > longer messages, but it's a big improvement. > > Is it easy to make the console work the same way? (mode-line tooltips don't > currently display there but they will one day). > I guess it wouldn't be hard at all. Jan D.