all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#55354: 29.0.50; check-declare-directory shouldn't error if there are no c-f statements
@ 2022-05-10 21:42 Jonas Bernoulli
  2022-05-11 12:18 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Jonas Bernoulli @ 2022-05-10 21:42 UTC (permalink / raw)
  To: 55354

check-declare-directory shouldn't raise an error if there are no
declare-function statements.

That would allow always running c-d-d from, e.g., a Makefile, without
having to remove support for running check-declare-directory when
removing the last declare-function statement and then having to add
it again when later adding a new statement.

This could be done by using process-lines-ignore-status instead of
process-lines in check-declare-directory.

     Cheers,
     Jonas





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

* bug#55354: 29.0.50; check-declare-directory shouldn't error if there are no c-f statements
  2022-05-10 21:42 bug#55354: 29.0.50; check-declare-directory shouldn't error if there are no c-f statements Jonas Bernoulli
@ 2022-05-11 12:18 ` Lars Ingebrigtsen
  2022-05-11 14:04   ` Jonas Bernoulli
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2022-05-11 12:18 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: 55354

Jonas Bernoulli <jonas@bernoul.li> writes:

> This could be done by using process-lines-ignore-status instead of
> process-lines in check-declare-directory.

Yup.  I've now done this in Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#55354: 29.0.50; check-declare-directory shouldn't error if there are no c-f statements
  2022-05-11 12:18 ` Lars Ingebrigtsen
@ 2022-05-11 14:04   ` Jonas Bernoulli
  0 siblings, 0 replies; 3+ messages in thread
From: Jonas Bernoulli @ 2022-05-11 14:04 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 55354

Lars Ingebrigtsen <larsi@gnus.org> writes:
> Yup.  I've now done this in Emacs 29.

Thanks!

And thanks *a lot* for all the bug squashing in general!





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

end of thread, other threads:[~2022-05-11 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 21:42 bug#55354: 29.0.50; check-declare-directory shouldn't error if there are no c-f statements Jonas Bernoulli
2022-05-11 12:18 ` Lars Ingebrigtsen
2022-05-11 14:04   ` Jonas Bernoulli

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.