all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#40193: 27.0.50; nxml-newline-and-indent argument should be optional
@ 2020-03-23  5:47 Sergey Trofimov
  2020-10-18  1:29 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Trofimov @ 2020-03-23  5:47 UTC (permalink / raw)
  To: 40193

According to the definition of comment-line-break-function:
  The function should take a single optional argument, which is a flag
  indicating whether it should use soft newlines.

But in nxml-mode:
  (setq-local comment-line-break-function #'nxml-newline-and-indent)
  (defun nxml-newline-and-indent (soft) ...)

Could you please make an argument optional?





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

* bug#40193: 27.0.50; nxml-newline-and-indent argument should be optional
  2020-03-23  5:47 bug#40193: 27.0.50; nxml-newline-and-indent argument should be optional Sergey Trofimov
@ 2020-10-18  1:29 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2020-10-18  1:29 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: 40193

close 40193 28.1
thanks

Sergey Trofimov <sarg@sarg.org.ru> writes:

> According to the definition of comment-line-break-function:
>   The function should take a single optional argument, which is a flag
>   indicating whether it should use soft newlines.
>
> But in nxml-mode:
>   (setq-local comment-line-break-function #'nxml-newline-and-indent)
>   (defun nxml-newline-and-indent (soft) ...)
>
> Could you please make an argument optional?

I've made this change on master; the fix will be in Emacs 28.1.





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

end of thread, other threads:[~2020-10-18  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23  5:47 bug#40193: 27.0.50; nxml-newline-and-indent argument should be optional Sergey Trofimov
2020-10-18  1:29 ` Stefan Kangas

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.