From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#13784: About an Emacs TODO item Date: Fri, 22 Feb 2013 11:54:12 +0200 Message-ID: <83hal4n06z.fsf@gnu.org> References: <20130222162958.a0509db5982596afcbd231d2@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1361526891 32191 80.91.229.3 (22 Feb 2013 09:54:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2013 09:54:51 +0000 (UTC) Cc: 13784@debbugs.gnu.org To: Xue Fuqiao Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 22 10:55:13 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 1U8pLR-000716-3S for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 10:55:09 +0100 Original-Received: from localhost ([::1]:33622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8pL6-0002D8-Ec for geb-bug-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 04:54:48 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8pL0-0002Cz-9I for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 04:54:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8pKz-0006xZ-9a for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 04:54:42 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8pKz-0006xN-5a for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 04:54:41 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U8pMI-0007PD-1G for bug-gnu-emacs@gnu.org; Fri, 22 Feb 2013 04:56:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 22 Feb 2013 09:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13784 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13784-submit@debbugs.gnu.org id=B13784.136152692128415 (code B ref 13784); Fri, 22 Feb 2013 09:56:01 +0000 Original-Received: (at 13784) by debbugs.gnu.org; 22 Feb 2013 09:55:21 +0000 Original-Received: from localhost ([127.0.0.1]:43755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8pLc-0007OF-Hb for submit@debbugs.gnu.org; Fri, 22 Feb 2013 04:55:20 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:52905) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U8pLY-0007O3-Vq for 13784@debbugs.gnu.org; Fri, 22 Feb 2013 04:55:18 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MIM007008PS8X00@a-mtaout22.012.net.il> for 13784@debbugs.gnu.org; Fri, 22 Feb 2013 11:53:53 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MIM0068I8TTY6C0@a-mtaout22.012.net.il>; Fri, 22 Feb 2013 11:53:53 +0200 (IST) In-reply-to: <20130222162958.a0509db5982596afcbd231d2@gmail.com> X-012-Sender: halo1@inter.net.il 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:71638 Archived-At: > Date: Fri, 22 Feb 2013 16:29:58 +0800 > From: Xue Fuqiao > > There is a TODO item in etc/TODO: > > ** Display something in the margin on lines that have compilation > errors. > > Flymake can use a bitmap in the *fringe* to mark lines that an > error/warning has been reported. Do we really need to display it in > the *margin*? Fringes don't exist on TTY frames, so you'd need to use the margins at least on those frames. Margins have another advantage: Lisp programs can easily display stuff there, whereas to display it on the fringes, you need to create a bitmap first. And margins have more space, if this is important.