unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59603: 28.1.90; `ucs-normalize-string' fails to work
@ 2022-11-26  8:41 Ihor Radchenko
  2022-11-26  8:57 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2022-11-26  8:41 UTC (permalink / raw)
  To: 59603

Hi,

I just stumbled upon `ucs-normalize-string' 

(defmacro ucs-normalize-string (ucs-normalize-region)
  `(with-temp-buffer
     (insert str)
     (,ucs-normalize-region (point-min) (point-max))
     (buffer-string)))

It apparently uses undefined variable `str', which does not look right.
Also, no docstring.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>





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

end of thread, other threads:[~2022-11-26 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  8:41 bug#59603: 28.1.90; `ucs-normalize-string' fails to work Ihor Radchenko
2022-11-26  8:57 ` Eli Zaretskii
2022-11-26  9:04   ` Ihor Radchenko
2022-11-26  9:23     ` Eli Zaretskii
2022-11-26  9:37       ` Ihor Radchenko
2022-11-26 10:10         ` Eli Zaretskii
2022-11-26 10:16           ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).