From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#13563: tabulated-list-print-col nicer help-echo Date: Fri, 15 Feb 2013 21:52:01 -0500 Message-ID: References: <877gmzve82.fsf@bernoul.li> <877gmzwa3d.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1360983144 1855 80.91.229.3 (16 Feb 2013 02:52:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2013 02:52:24 +0000 (UTC) To: 13563-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 16 03:52:46 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1U6XtM-0007Mz-Bo for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Feb 2013 03:52:44 +0100 Original-Received: from localhost ([::1]:42563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Xt2-0003EU-GJ for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Feb 2013 21:52:24 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Xsv-0002yV-Pe for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 21:52:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6Xsu-0005fS-Jo for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 21:52:17 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:52934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Xsu-0005fK-FK for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 21:52:16 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U6Xtd-0007vH-SJ for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 21:53:01 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Feb 2013 02:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 13563 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 13563@debbugs.gnu.org, rgm@gnu.org, jonas@bernoul.li Original-Received: via spool by 13563-done@debbugs.gnu.org id=D13563.136098316930434 (code D ref 13563); Sat, 16 Feb 2013 02:53:01 +0000 Original-Received: (at 13563-done) by debbugs.gnu.org; 16 Feb 2013 02:52:49 +0000 Original-Received: from localhost ([127.0.0.1]:58397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6XtR-0007uo-29 for submit@debbugs.gnu.org; Fri, 15 Feb 2013 21:52:49 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37864) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6XtP-0007uh-P7 for 13563-done@debbugs.gnu.org; Fri, 15 Feb 2013 21:52:48 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U6Xsf-0007CV-8r; Fri, 15 Feb 2013 21:52:01 -0500 X-Spook: Axis of Evil undercover kilderkin Venezuela AVN Honduras X-Ran: ~N;Q}M<'{w{]M@AD8?@,97^RP2JV@Bj"YU18;}kT|gU@6WH%x{ (Jonas Bernoulli's message of "Sun, 27 Jan 2013 04:58:30 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71372 Archived-At: Version: 24.4 Jonas Bernoulli wrote: >>> * If the label already has a help-echo property then use that help-echo >>> instead of overriding it with a generic one. This allows displaying >>> additional information when it makes sense. I applied this part, thanks. > One other thing I forgot to include in this pull request: I think it > would make sense to set `x-stretch-cursor' to nil in > `tabulated-list-mode'. I don't see the point. > One shouldn't set that to t globally (I did for a while, silly me) but > it also does not hurt to actively override such a setting in cases > where it is known not to make any sense.