all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* feature request: public API to get new flymake's errors/warnings
@ 2017-10-16 16:41 Yuta Yamada
  2017-10-16 18:23 ` João Távora
  0 siblings, 1 reply; 10+ messages in thread
From: Yuta Yamada @ 2017-10-16 16:41 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Hello Emacs devel.

First of all, thank you to rewritten of flymake!

I'm an emacs' package maintainer of flycheck-tip and flycheck-nimsuggest
(nim language's flycheck backend) and I could convert to
flycheck-nimsuggest.el for flymake very easy.

But, as for flycheck-tip (which show flycheck/flymake's errors and warning
on a tooltip), or other
flymake related packages, could you support public API to get errors and
warnings object? (I mean a public function for it)

I think I can implement and extract data if I steal some stuff from
`flymake--diagnostics-buffer-entries', but having public API is better
because I don't feel the fear of devel's change.

just FYI I was using following flymake functions to get the data:

---
(flymake-find-err-info flymake-err-info (line-number-at-pos))
---

Regards,
Yuta Yamada

[-- Attachment #2: Type: text/html, Size: 1086 bytes --]

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

end of thread, other threads:[~2017-10-20 13:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 16:41 feature request: public API to get new flymake's errors/warnings Yuta Yamada
2017-10-16 18:23 ` João Távora
2017-10-17 14:32   ` Yuta Yamada
2017-10-19 11:36     ` João Távora
2017-10-19 12:31       ` Yuta Yamada
2017-10-20  6:53       ` Eli Zaretskii
2017-10-20  9:10         ` João Távora
2017-10-20 12:47         ` Stefan Monnier
2017-10-20 13:40           ` Yuri Khan
2017-10-20 13:49           ` João Távora

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.