From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: "D Chiesa" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Apr 2010 18:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 5908@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.127075118324479 (code B ref -1); Thu, 08 Apr 2010 18:27:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Apr 2010 18:26:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzwQo-0006Mm-LZ for submit@debbugs.gnu.org; Thu, 08 Apr 2010 14:26:23 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzwN9-0006Kb-55 for submit@debbugs.gnu.org; Thu, 08 Apr 2010 14:22:38 -0400 Received: from lists.gnu.org ([199.232.76.165]:34588) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NzwMu-0006c8-A1 for submit@debbugs.gnu.org; Thu, 08 Apr 2010 14:22:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzwMs-0002hF-Eo for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2010 14:22:18 -0400 Received: from [140.186.70.92] (port=54848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzwMp-0002gH-Su for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2010 14:22:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RECEIVED_FROM_WINDOWS_HOST,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES, T_RP_MATCHES_RCVD autolearn=no version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzwMn-00083L-1t for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2010 14:22:14 -0400 Received: from col0-omc1-s12.col0.hotmail.com ([65.55.34.22]:43444) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzwMm-000838-Tv for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2010 14:22:13 -0400 Received: from COL124-DS3 ([65.55.34.7]) by col0-omc1-s12.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 8 Apr 2010 11:10:51 -0700 X-Originating-IP: [98.111.252.155] X-Originating-Email: [dpchiesa@hotmail.com] Message-ID: From: "D Chiesa" Date: Thu, 8 Apr 2010 14:10:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 X-OriginalArrivalTime: 08 Apr 2010 18:10:51.0161 (UTC) FILETIME=[D26E5890:01CAD746] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.0 (------) X-Mailman-Approved-At: Thu, 08 Apr 2010 14:26:21 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.0 (------) Emacs doesn't properly display long text tooltips, or multi-line tooltips, on Windows. You can see a picture of the problem here: http://i42.tinypic.com/qqu0ja.jpg And you can demonstrate it for yourself by doing (tooltip-show "very very long string message........" ) You'll see that the last line in the displayed tooltip is clipped. It seems that the size of the tooltip is not correctly calculated. Appending a newline '\n' to the string to be displayed, allows the tooltip to be seen in its entirety, although with more "border" than is necessary on the bottom of the text. In GNU Emacs 22.2.1 (i386-mingw-nt6.0.6001) of 2008-03-26 on RELEASE Windowing system distributor `Microsoft Corp.', version 6.0.6001 configured using `configure --with-gcc (3.4)' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ENU locale-coding-system: cp1252 default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: yas/minor-mode: t shell-dirtrack-mode: t nxhtml-global-minor-mode: t encoded-kbd-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: s SPC C-u C-x TAB C-w C-y C-x C-s C-x b b C-g C-x C-f f l y j > f o r - C-x C-s C-x C-e C-x b C-x C-e C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-n C-n C-k C-k C-k C-k C-k C-k C-y C-p C-w C-k C-n C-n C-p C-e C-d C-c 1 C-e C-k C-c 1 C-e C-k C-c 1 C-n C-a C-k C-k C-n C-k C-k C-k C-k C-k C-k C-p C-p C-p SPC C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-r C-p C-p C-p C-p C-p C-p C-n C-c 1 C-n C-a C-c 1 C-b C-p C-p C-a C-c 1 C-e C-d C-c 1 C-n C-n C-n C-a C-c 1 C-n C-p C-n C-n C-n SPC C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p C-u C-x TAB C-w C-y C-x C-s x r e p o r t - e m Recent messages: Wrote c:/Users/dinoch/elisp/flymake-for-jslint.el Compiling c:/Users/dinoch/elisp/flymake-for-jslint.el...done Wrote c:/Users/dinoch/elisp/flymake-for-jslint.elc Compiling c:/Users/dinoch/elisp/flymake-for-csharp.el...done Wrote c:/Users/dinoch/elisp/flymake-for-csharp.elc Mark set Mark activated Mark set [2 times] Wrote c:/Users/dinoch/elisp/flymake-for-csharp.el Loading emacsbug...done From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Apr 2010 19:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "D Chiesa" Cc: 5908@debbugs.gnu.org Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127075426525889 (code B ref 5908); Thu, 08 Apr 2010 19:18:01 +0000 Received: (at 5908) by debbugs.gnu.org; 8 Apr 2010 19:17:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzxEX-0006jW-1I for submit@debbugs.gnu.org; Thu, 08 Apr 2010 15:17:45 -0400 Received: from pantheon-po35.its.yale.edu ([130.132.50.83]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzxEV-0006jP-65 for 5908@debbugs.gnu.org; Thu, 08 Apr 2010 15:17:43 -0400 Received: from furry (dhcp128036014140.central.yale.edu [128.36.14.140]) (authenticated bits=0) by pantheon-po35.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o38JHcwG001058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 8 Apr 2010 15:17:38 -0400 Received: by furry (Postfix, from userid 1000) id 370E7C055; Thu, 8 Apr 2010 15:17:38 -0400 (EDT) From: Chong Yidong References: Date: Thu, 08 Apr 2010 15:17:38 -0400 In-Reply-To: (D. Chiesa's message of "Thu, 8 Apr 2010 14:10:20 -0400") Message-ID: <87iq81hhyl.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.95 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) "D Chiesa" writes: > Emacs doesn't properly display long text tooltips, or multi-line > tooltips, on Windows. > > You can see a picture of the problem here: > http://i42.tinypic.com/qqu0ja.jpg I seem to recall that this bug was fixed for Emacs 23.1. I don't remember which checkin, though. Someone with access to a Windows port should verify this. From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 08 Apr 2010 19:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Chong Yidong Cc: 5908@debbugs.gnu.org, D Chiesa Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127075535226350 (code B ref 5908); Thu, 08 Apr 2010 19:36:02 +0000 Received: (at 5908) by debbugs.gnu.org; 8 Apr 2010 19:35:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzxW4-0006qx-GN for submit@debbugs.gnu.org; Thu, 08 Apr 2010 15:35:52 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzxW2-0006qs-CJ for 5908@debbugs.gnu.org; Thu, 08 Apr 2010 15:35:50 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NzxVx-0005wt-9r; Thu, 08 Apr 2010 15:35:45 -0400 References: <87iq81hhyl.fsf@stupidchicken.com> From: Glenn Morris X-Spook: Perl-RSA fissionable cryptanalysis eavesdropping Craig X-Ran: {iZb[aU8_)QkT{B#l).1Ln!Q#F]mGO1(>Fz5IK,+UbcE;sEK+0INI=tcx^vgw^V"{gU90T X-Hue: yellow X-Attribution: GM Date: Thu, 08 Apr 2010 15:35:45 -0400 In-Reply-To: <87iq81hhyl.fsf@stupidchicken.com> (Chong Yidong's message of "Thu\, 08 Apr 2010 15\:17\:38 -0400") Message-ID: <8q634168ku.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Chong Yidong wrote: > "D Chiesa" writes: > >> Emacs doesn't properly display long text tooltips, or multi-line >> tooltips, on Windows. [...] > I seem to recall that this bug was fixed for Emacs 23.1. I though this was a duplicate of the (still open) bug#2423. Maybe it was fixed and never closed, but I don't recall it. (Multiline tooltips still don't work the first time in GNU/Linux.) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 09 03:35:30 2010 Received: (at control) by debbugs.gnu.org; 9 Apr 2010 07:35:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O08kU-0003Xi-CV for submit@debbugs.gnu.org; Fri, 09 Apr 2010 03:35:30 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O08kT-0003Xd-8n for control@debbugs.gnu.org; Fri, 09 Apr 2010 03:35:29 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O08kP-0006Ni-4J; Fri, 09 Apr 2010 03:35:25 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19390.55485.81568.1029@fencepost.gnu.org> Date: Fri, 9 Apr 2010 03:35:25 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: _P%M'F]N\9Q2aZCt{>Ve4BpngVQ^T=%zY!%lq*~0!#Oczz4~0|fLx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) merge 2423 5908 reassign 5860 emacs,ns severity 5910 wishlist severity 5854 wishlist severity 5853 wishlist reassign 5851 emacs,cc-mode tags 5842 patch severity 5842 wishlist severity 5844 wishlist From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2010 08:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: D Chiesa Cc: 5908@debbugs.gnu.org Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127080025516289 (code B ref 5908); Fri, 09 Apr 2010 08:05:02 +0000 Received: (at 5908) by debbugs.gnu.org; 9 Apr 2010 08:04:15 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O09CI-0004Eg-JF for submit@debbugs.gnu.org; Fri, 09 Apr 2010 04:04:14 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O09CF-0004Eb-Oe for 5908@debbugs.gnu.org; Fri, 09 Apr 2010 04:04:13 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0L00000NKC0V00@a-mtaout20.012.net.il> for 5908@debbugs.gnu.org; Fri, 09 Apr 2010 11:02:43 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0L00JD5NOFGAC0@a-mtaout20.012.net.il>; Fri, 09 Apr 2010 11:02:40 +0300 (IDT) Date: Fri, 09 Apr 2010 11:02:42 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83zl1dyrx9.fsf@gnu.org> References: X-Spam-Score: -1.8 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.8 (-) > From: "D Chiesa" > Date: Thu, 8 Apr 2010 14:10:20 -0400 > Cc: > > Emacs doesn't properly display long text tooltips, or multi-line tooltips, > on Windows. > > You can see a picture of the problem here: > http://i42.tinypic.com/qqu0ja.jpg > > And you can demonstrate it for yourself by doing > > (tooltip-show "very very long string message........" ) > > You'll see that the last line in the displayed tooltip is clipped. This is a known and a nasty problem, present in Emacs 23 as well. The ugly part is that the behavior depends on the size of the font used for the tooltips. If you play with that font's definition, you will eventually find a size where the clipping doesn't happen. (The value depends on the size and resolution of your monitor.) Someone who knows much more about GUI display than I do should look into this, because I can spot nothing wrong in the code. From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: "D Chiesa" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2010 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: "Eli Zaretskii" Cc: 5908@debbugs.gnu.org Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127082282928400 (code B ref 5908); Fri, 09 Apr 2010 14:21:02 +0000 Received: (at 5908) by debbugs.gnu.org; 9 Apr 2010 14:20:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0F4O-0007O1-UJ for submit@debbugs.gnu.org; Fri, 09 Apr 2010 10:20:29 -0400 Received: from col0-omc4-s14.col0.hotmail.com ([65.55.34.216]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0F4M-0007Ns-O1 for 5908@debbugs.gnu.org; Fri, 09 Apr 2010 10:20:27 -0400 Received: from COL124-DS4 ([65.55.34.201]) by col0-omc4-s14.col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 9 Apr 2010 07:18:32 -0700 X-Originating-IP: [98.111.252.155] X-Originating-Email: [dpchiesa@hotmail.com] Message-ID: From: "D Chiesa" References: <83zl1dyrx9.fsf@gnu.org> In-Reply-To: <83zl1dyrx9.fsf@gnu.org> Date: Fri, 9 Apr 2010 10:18:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 X-OriginalArrivalTime: 09 Apr 2010 14:18:32.0309 (UTC) FILETIME=[88A41250:01CAD7EF] X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.5 (---) > This is a known and a nasty problem, present in Emacs 23 as well. The > ugly part is that the behavior depends on the size of the font used > for the tooltips. If you play with that font's definition, you will > eventually find a size where the clipping doesn't happen. (The value > depends on the size and resolution of your monitor.) > > Someone who knows much more about GUI display than I do should look > into this, because I can spot nothing wrong in the code. > Thanks I'll look into adjusting the font myself. As another workaround, individuals can use advice on tooltip-show. If you append a newline onto the text, it tends to display without clipping, although you get the opposite problem - too much dead space. (defun cheeso-reform-string (limit arg) (let ((orig arg) (modified "") (curline "") word (words (split-string arg " "))) (while words (progn (setq curline "") (while (and words (< (length curline) limit)) (progn (setq word (car words)) (setq words (cdr words)) (setq curline (concat curline " " word)))) (setq modified (concat modified curline "\n")))) (setq modified (concat modified " \n"))) ) (defadvice tooltip-show (before flymake-csharp-fixup-tooltip (arg &optional use-echo-area) activate compile) (progn (if (and (not use-echo-area) (eq major-mode 'csharp-mode)) (let ((orig (ad-get-arg 0))) (ad-set-arg 0 (cheeso-reform-string 72 orig)) )))) From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2010 16:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 5908@debbugs.gnu.org, Chong Yidong , D Chiesa Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127083233932760 (code B ref 5908); Fri, 09 Apr 2010 16:59:02 +0000 Received: (at 5908) by debbugs.gnu.org; 9 Apr 2010 16:58:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0HXn-0008WL-13 for submit@debbugs.gnu.org; Fri, 09 Apr 2010 12:58:59 -0400 Received: from smtprelay-h21.telenor.se ([195.54.99.196]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0HXl-0008WF-M4 for 5908@debbugs.gnu.org; Fri, 09 Apr 2010 12:58:58 -0400 Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id E32D9E029 for <5908@debbugs.gnu.org>; Fri, 9 Apr 2010 18:58:52 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao1GALL5vktV4S1uPGdsb2JhbACHZodYi30MAQEBATUtu0OFCQQ X-IronPort-AV: E=Sophos;i="4.52,179,1270418400"; d="scan'208";a="506182594" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb3.telenor.se with ESMTP; 09 Apr 2010 18:58:52 +0200 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id AD1687FA01A; Fri, 9 Apr 2010 18:58:51 +0200 (CEST) Message-ID: <4BBF5CCB.8000006@swipnet.se> Date: Fri, 09 Apr 2010 18:58:51 +0200 From: Jan =?UTF-8?Q?Dj=C3=A4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: <87iq81hhyl.fsf@stupidchicken.com> <8q634168ku.fsf@fencepost.gnu.org> In-Reply-To: <8q634168ku.fsf@fencepost.gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -3.3 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) Glenn Morris skrev 2010-04-08 21.35: > Chong Yidong wrote: > >> "D Chiesa" writes: >> >>> Emacs doesn't properly display long text tooltips, or multi-line >>> tooltips, on Windows. > [...] >> I seem to recall that this bug was fixed for Emacs 23.1. > > I though this was a duplicate of the (still open) bug#2423. > Maybe it was fixed and never closed, but I don't recall it. > (Multiline tooltips still don't work the first time in GNU/Linux.) I have checked in a fix for multiline tooltips the first time for X. try_window aborts if fonts_changed_p is set, and the first time one loads the tip font, this is what happens. Jan D. From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: YAMAMOTO Mitsuharu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 09 Apr 2010 22:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Cc: 5908@debbugs.gnu.org, Glenn Morris , Chong Yidong , D Chiesa Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127085122210274 (code B ref 5908); Fri, 09 Apr 2010 22:14:02 +0000 Received: (at 5908) by debbugs.gnu.org; 9 Apr 2010 22:13:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0MSM-0002ff-94 for submit@debbugs.gnu.org; Fri, 09 Apr 2010 18:13:42 -0400 Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0MSI-0002fa-IR for 5908@debbugs.gnu.org; Fri, 09 Apr 2010 18:13:40 -0400 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 11E81C0557; Sat, 10 Apr 2010 07:13:33 +0900 (JST) Date: Sat, 10 Apr 2010 07:13:32 +0900 Message-ID: From: YAMAMOTO Mitsuharu In-Reply-To: <4BBF5CCB.8000006@swipnet.se> References: <87iq81hhyl.fsf@stupidchicken.com> <8q634168ku.fsf@fencepost.gnu.org> <4BBF5CCB.8000006@swipnet.se> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 =?UTF-8?Q?(Shij=C5=8D)?= APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) >>>>> On Fri, 09 Apr 2010 18:58:51 +0200, Jan Dj=E4rv = said: >> I though this was a duplicate of the (still open) bug#2423. Maybe >> it was fixed and never closed, but I don't recall it. (Multiline >> tooltips still don't work the first time in GNU/Linux.) > I have checked in a fix for multiline tooltips the first time for X. > try_window aborts if fonts_changed_p is set, and the first time one > loads the tip font, this is what happens. Or maybe we could introduce a flag for try_window to ignore fonts_changed_p, because glyph matrices are not adjusted for the tooltip case, anyway. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp =3D=3D=3D modified file 'src/dispextern.h' *** src/dispextern.h 2010-03-22 07:26:56 +0000 --- src/dispextern.h 2010-04-09 22:04:46 +0000 *************** *** 2831,2836 **** --- 2831,2840 ---- XRectangle *)); #endif =20 + /* Flags passed to try_window. */ + #define TRY_WINDOW_CHECK_MARGINS (1 << 0) + #define TRY_WINDOW_IGNORE_FONTS_CHANGE (1 << 1) +=20 /* Defined in fringe.c */ =20 int lookup_fringe_bitmap (Lisp_Object); =3D=3D=3D modified file 'src/xdisp.c' *** src/xdisp.c 2010-04-05 15:46:29 +0000 --- src/xdisp.c 2010-04-09 22:04:15 +0000 *************** *** 13603,13609 **** =3D try_window_reusing_current_matrix (w))) { IF_DEBUG (debug_method_add (w, "1")); ! if (try_window (window, startp, 1) < 0) /* -1 means we need to scroll. 0 means we need new matrices, but fonts_changed_p is set in that case, so we will detect it below. */ --- 13603,13609 ---- =3D try_window_reusing_current_matrix (w))) { IF_DEBUG (debug_method_add (w, "1")); ! if (try_window (window, startp, TRY_WINDOW_CHECK_MARGINS) < 0) /* -1 means we need to scroll. 0 means we need new matrices, but fonts_changed_p is set in that case, so we will detect it below. */ *************** *** 13954,13966 **** Value is 1 if successful. It is zero if fonts were loaded during redisplay which makes re-adjusting glyph matrices necessary, and -1 if point would appear in the scroll margins. ! (We check that only if CHECK_MARGINS is nonzero. */ =20 int ! try_window (window, pos, check_margins) Lisp_Object window; struct text_pos pos; ! int check_margins; { struct window *w =3D XWINDOW (window); struct it it; --- 13954,13968 ---- Value is 1 if successful. It is zero if fonts were loaded during redisplay which makes re-adjusting glyph matrices necessary, and -1 if point would appear in the scroll margins. ! (We check the former only if TRY_WINDOW_IGNORE_FONTS_CHANGE is ! unset in FLAGS, and the latter only if TRY_WINDOW_CHECK_MARGINS is ! set in FLAGS.) */ =20 int ! try_window (window, pos, flags) Lisp_Object window; struct text_pos pos; ! int flags; { struct window *w =3D XWINDOW (window); struct it it; *************** *** 13982,13993 **** { if (display_line (&it)) last_text_row =3D it.glyph_row - 1; ! if (fonts_changed_p) return 0; } =20 /* Don't let the cursor end in the scroll margins. */ ! if (check_margins && !MINI_WINDOW_P (w)) { int this_scroll_margin; --- 13984,13995 ---- { if (display_line (&it)) last_text_row =3D it.glyph_row - 1; ! if (fonts_changed_p && !(flags & TRY_WINDOW_IGNORE_FONTS_CHANGE)) return 0; } =20 /* Don't let the cursor end in the scroll margins. */ ! if ((flags & TRY_WINDOW_CHECK_MARGINS) && !MINI_WINDOW_P (w)) { int this_scroll_margin; =3D=3D=3D modified file 'src/xfns.c' *** src/xfns.c 2010-03-22 07:26:56 +0000 --- src/xfns.c 2010-04-09 22:03:33 +0000 *************** *** 5196,5202 **** clear_glyph_matrix (w->desired_matrix); clear_glyph_matrix (w->current_matrix); SET_TEXT_POS (pos, BEGV, BEGV_BYTE); ! try_window (FRAME_ROOT_WINDOW (f), pos, 0); =20 /* Compute width and height of the tooltip. */ width =3D height =3D 0; --- 5196,5202 ---- clear_glyph_matrix (w->desired_matrix); clear_glyph_matrix (w->current_matrix); SET_TEXT_POS (pos, BEGV, BEGV_BYTE); ! try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHANGE); =20 /* Compute width and height of the tooltip. */ width =3D height =3D 0; From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Apr 2010 06:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: YAMAMOTO Mitsuharu Cc: 5908@debbugs.gnu.org, Glenn Morris , Chong Yidong , D Chiesa Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127088191222623 (code B ref 5908); Sat, 10 Apr 2010 06:46:02 +0000 Received: (at 5908) by debbugs.gnu.org; 10 Apr 2010 06:45:12 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0URL-0005sq-VP for submit@debbugs.gnu.org; Sat, 10 Apr 2010 02:45:12 -0400 Received: from smtprelay-b12.telenor.se ([62.127.194.21]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0URK-0005sl-1l for 5908@debbugs.gnu.org; Sat, 10 Apr 2010 02:45:11 -0400 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 21A1BCDD0 for <5908@debbugs.gnu.org>; Sat, 10 Apr 2010 08:45:05 +0200 (CEST) X-SENDER-IP: [85.225.45.110] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhM4AIa7v0tV4S1uPGdsb2JhbACHZZNdDAEBAQE1LbhhhQoEjkA X-IronPort-AV: E=Sophos;i="4.52,181,1270418400"; d="scan'208";a="61859836" Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 10 Apr 2010 08:45:05 +0200 Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 12DBB7FA01A; Sat, 10 Apr 2010 08:45:05 +0200 (CEST) Message-ID: <4BC01E70.6020605@swipnet.se> Date: Sat, 10 Apr 2010 08:45:04 +0200 From: Jan =?UTF-8?Q?Dj=C3=A4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: <87iq81hhyl.fsf@stupidchicken.com> <8q634168ku.fsf@fencepost.gnu.org> <4BBF5CCB.8000006@swipnet.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -3.3 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.3 (---) This looks cleaner, can you install it? Jan D. YAMAMOTO Mitsuharu skrev 2010-04-10 00.13: >>>>>> On Fri, 09 Apr 2010 18:58:51 +0200, Jan Dj=E4rv said: > >>> I though this was a duplicate of the (still open) bug#2423. Maybe >>> it was fixed and never closed, but I don't recall it. (Multiline >>> tooltips still don't work the first time in GNU/Linux.) > >> I have checked in a fix for multiline tooltips the first time for X. >> try_window aborts if fonts_changed_p is set, and the first time one >> loads the tip font, this is what happens. > > Or maybe we could introduce a flag for try_window to ignore > fonts_changed_p, because glyph matrices are not adjusted for the > tooltip case, anyway. > > YAMAMOTO Mitsuharu > mituharu@math.s.chiba-u.ac.jp > > =3D=3D=3D modified file 'src/dispextern.h' > *** src/dispextern.h 2010-03-22 07:26:56 +0000 > --- src/dispextern.h 2010-04-09 22:04:46 +0000 > *************** > *** 2831,2836 **** > --- 2831,2840 ---- > XRectangle *)); > #endif > > + /* Flags passed to try_window. */ > + #define TRY_WINDOW_CHECK_MARGINS (1<< 0) > + #define TRY_WINDOW_IGNORE_FONTS_CHANGE (1<< 1) > + > /* Defined in fringe.c */ > > int lookup_fringe_bitmap (Lisp_Object); > > =3D=3D=3D modified file 'src/xdisp.c' > *** src/xdisp.c 2010-04-05 15:46:29 +0000 > --- src/xdisp.c 2010-04-09 22:04:15 +0000 > *************** > *** 13603,13609 **** > =3D try_window_reusing_current_matrix (w))) > { > IF_DEBUG (debug_method_add (w, "1")); > ! if (try_window (window, startp, 1)< 0) > /* -1 means we need to scroll. > 0 means we need new matrices, but fonts_changed_p > is set in that case, so we will detect it below. */ > --- 13603,13609 ---- > =3D try_window_reusing_current_matrix (w))) > { > IF_DEBUG (debug_method_add (w, "1")); > ! if (try_window (window, startp, TRY_WINDOW_CHECK_MARGINS)< 0) > /* -1 means we need to scroll. > 0 means we need new matrices, but fonts_changed_p > is set in that case, so we will detect it below. */ > *************** > *** 13954,13966 **** > Value is 1 if successful. It is zero if fonts were loaded during > redisplay which makes re-adjusting glyph matrices necessary, and = -1 > if point would appear in the scroll margins. > ! (We check that only if CHECK_MARGINS is nonzero. */ > > int > ! try_window (window, pos, check_margins) > Lisp_Object window; > struct text_pos pos; > ! int check_margins; > { > struct window *w =3D XWINDOW (window); > struct it it; > --- 13954,13968 ---- > Value is 1 if successful. It is zero if fonts were loaded during > redisplay which makes re-adjusting glyph matrices necessary, and = -1 > if point would appear in the scroll margins. > ! (We check the former only if TRY_WINDOW_IGNORE_FONTS_CHANGE is > ! unset in FLAGS, and the latter only if TRY_WINDOW_CHECK_MARGINS is > ! set in FLAGS.) */ > > int > ! try_window (window, pos, flags) > Lisp_Object window; > struct text_pos pos; > ! int flags; > { > struct window *w =3D XWINDOW (window); > struct it it; > *************** > *** 13982,13993 **** > { > if (display_line (&it)) > last_text_row =3D it.glyph_row - 1; > ! if (fonts_changed_p) > return 0; > } > > /* Don't let the cursor end in the scroll margins. */ > ! if (check_margins > && !MINI_WINDOW_P (w)) > { > int this_scroll_margin; > --- 13984,13995 ---- > { > if (display_line (&it)) > last_text_row =3D it.glyph_row - 1; > ! if (fonts_changed_p&& !(flags& TRY_WINDOW_IGNORE_FONTS_CHANGE= )) > return 0; > } > > /* Don't let the cursor end in the scroll margins. */ > ! if ((flags& TRY_WINDOW_CHECK_MARGINS) > && !MINI_WINDOW_P (w)) > { > int this_scroll_margin; > > =3D=3D=3D modified file 'src/xfns.c' > *** src/xfns.c 2010-03-22 07:26:56 +0000 > --- src/xfns.c 2010-04-09 22:03:33 +0000 > *************** > *** 5196,5202 **** > clear_glyph_matrix (w->desired_matrix); > clear_glyph_matrix (w->current_matrix); > SET_TEXT_POS (pos, BEGV, BEGV_BYTE); > ! try_window (FRAME_ROOT_WINDOW (f), pos, 0); > > /* Compute width and height of the tooltip. */ > width =3D height =3D 0; > --- 5196,5202 ---- > clear_glyph_matrix (w->desired_matrix); > clear_glyph_matrix (w->current_matrix); > SET_TEXT_POS (pos, BEGV, BEGV_BYTE); > ! try_window (FRAME_ROOT_WINDOW (f), pos, TRY_WINDOW_IGNORE_FONTS_CHA= NGE); > > /* Compute width and height of the tooltip. */ > width =3D height =3D 0; From unknown Sun Jun 22 08:11:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5908: tooltip-show breaks with multiline tip on Emacs for Windows v22.2.1 Resent-From: YAMAMOTO Mitsuharu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Apr 2010 11:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5908 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jan =?UTF-8?Q?Dj=C3=A4rv?= Cc: 5908@debbugs.gnu.org Received: via spool by 5908-submit@debbugs.gnu.org id=B5908.127089718628847 (code B ref 5908); Sat, 10 Apr 2010 11:00:02 +0000 Received: (at 5908) by debbugs.gnu.org; 10 Apr 2010 10:59:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0YPh-0007VE-Dj for submit@debbugs.gnu.org; Sat, 10 Apr 2010 06:59:45 -0400 Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0YPe-0007V9-TV for 5908@debbugs.gnu.org; Sat, 10 Apr 2010 06:59:44 -0400 Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id AB32DC0557; Sat, 10 Apr 2010 19:59:38 +0900 (JST) Date: Sat, 10 Apr 2010 19:59:38 +0900 Message-ID: From: YAMAMOTO Mitsuharu In-Reply-To: <4BC01E70.6020605@swipnet.se> References: <87iq81hhyl.fsf@stupidchicken.com> <8q634168ku.fsf@fencepost.gnu.org> <4BBF5CCB.8000006@swipnet.se> <4BC01E70.6020605@swipnet.se> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 =?UTF-8?Q?(Shij=C5=8D)?= APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) Organization: Faculty of Science, Chiba University MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) >>>>> On Sat, 10 Apr 2010 08:45:04 +0200, Jan Dj=E4rv = said: > This looks cleaner, can you install it? Done. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 02:26:16 2010 Received: (at control) by debbugs.gnu.org; 12 Apr 2010 06:26:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1D67-0002A0-Gf for submit@debbugs.gnu.org; Mon, 12 Apr 2010 02:26:15 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1D65-00029u-1l for control@debbugs.gnu.org; Mon, 12 Apr 2010 02:26:13 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1O1D5z-0002vx-Nl; Mon, 12 Apr 2010 02:26:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19394.48383.665573.849317@fencepost.gnu.org> Date: Mon, 12 Apr 2010 02:26:07 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: (v|eEK^K!CVW&ARn1w|5i|z7]N3t166=kUr-J'QBwEvBPk]->4LmI<3+O5iN0!C8nqk2T1 X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) merge 5934 5857 reassign 5933 emacs,ns reassign 2423 emacs,w32 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 04 15:36:22 2010 Received: (at control) by debbugs.gnu.org; 4 Nov 2010 19:36:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PE5bi-0005Ia-DU for submit@debbugs.gnu.org; Thu, 04 Nov 2010 15:36:22 -0400 Received: from pantheon-po41.its.yale.edu ([130.132.50.98]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PE5bZ-0005IV-Up for control@debbugs.gnu.org; Thu, 04 Nov 2010 15:36:20 -0400 Received: from furball (dhcp128036014007.central.yale.edu [128.36.14.7]) (authenticated bits=0) by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id oA4JegwI030217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 4 Nov 2010 15:40:42 -0400 Received: by furball (Postfix, from userid 1000) id EB536160769; Thu, 4 Nov 2010 15:40:41 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 5908 Date: Thu, 04 Nov 2010 15:40:41 -0400 Message-ID: <87zktozxl2.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 5908 thanks