all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13784: About an Emacs TODO item
@ 2013-02-22  8:29 Xue Fuqiao
  2013-02-22  9:54 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Xue Fuqiao @ 2013-02-22  8:29 UTC (permalink / raw
  To: 13784

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*?

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13784: About an Emacs TODO item
  2013-02-22  8:29 bug#13784: About an Emacs TODO item Xue Fuqiao
@ 2013-02-22  9:54 ` Eli Zaretskii
  2013-02-22 11:30   ` Xue Fuqiao
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2013-02-22  9:54 UTC (permalink / raw
  To: Xue Fuqiao; +Cc: 13784

> Date: Fri, 22 Feb 2013 16:29:58 +0800
> From: Xue Fuqiao <xfq.free@gmail.com>
> 
> 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.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#13784: About an Emacs TODO item
  2013-02-22  9:54 ` Eli Zaretskii
@ 2013-02-22 11:30   ` Xue Fuqiao
  0 siblings, 0 replies; 3+ messages in thread
From: Xue Fuqiao @ 2013-02-22 11:30 UTC (permalink / raw
  To: Eli Zaretskii; +Cc: 13784

On Fri, 22 Feb 2013 11:54:12 +0200
Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Fri, 22 Feb 2013 16:29:58 +0800
> > From: Xue Fuqiao <xfq.free@gmail.com>
> > 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.

I see, thanks for your explanation.

-- 
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-22 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22  8:29 bug#13784: About an Emacs TODO item Xue Fuqiao
2013-02-22  9:54 ` Eli Zaretskii
2013-02-22 11:30   ` Xue Fuqiao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.