GNU bug report logs -
#54804
29.0.50; zap-to-char: case sensitive for upper-case letter
Previous Next
Reported by: Tino Calancha <tino.calancha <at> gmail.com>
Date: Fri, 8 Apr 2022 22:05:01 UTC
Severity: wishlist
Tags: patch
Found in version 29.0.50
Done: Tino Calancha <tino.calancha <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Tino Calancha <tino.calancha <at> gmail.com>
> Cc: 54804 <at> debbugs.gnu.org, uyennhi.qm <at> gmail.com, spwhitton <at> spwhitton.name
> Date: Wed, 11 May 2022 16:43:06 +0200
>
> +@defun char-uppercase-p char
> +This function returns non-nil if @var{char} is an uppercase unicode
^^^
@code{nil}
> +character. Be aware that if the Unicode tables are not yet available,
> +e.g. during bootstrap, then this function gives the right answer only
> +for @acronym{ASCII} characters; for other characters the function
> +unconditionally returns @code{nil}.
This manual is not for Emacs developers, it is for Lisp programmers.
Therefore, the last sentence should be removed.
> ++++
> +*** The new predicate 'char-uppercase-p' returns non-nil if its
> +argument its an uppercase unicode character.
The first line of a NEWS entry should be a complete sentence, and end
with a period.
> +(defun char-uppercase-p (char)
> + "Return non-nil if CHAR is an upper-case unicode character.
Just "upper-case character", no need to say "Unicode".
Thanks.
This bug report was last modified 3 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.