bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51654: 29.0.50; mule-cmds.el compiler warnings about emoji-*


From: Arash Esbati
Subject: bug#51654: 29.0.50; mule-cmds.el compiler warnings about emoji-*
Date: Sun, 07 Nov 2021 14:47:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Arash Esbati <arash@gnu.org>
>> Cc: 51654@debbugs.gnu.org
>> Date: Sun, 07 Nov 2021 14:23:47 +0100
>> 
>> > There should be a file lisp/international/emoji.el, where this command
>> > is defined.  Do you have that file?
>> 
>> ,----[ C-h f emoji-insert RET ]
>> | emoji-insert is an autoloaded interactive Lisp closure in ‘emoji.el’.
>
> And what does loaddefs.el say about emoji-insert.

loaddefs.el is under

    z:/pathto/emacs/share/emacs/29.0.50/lisp/loaddefs.el

and says:

    ;;;### (autoloads nil "emoji" "international/emoji.el" (0 0 0 0))
    ;;; Generated autoloads from international/emoji.el

    (autoload 'emoji-insert "emoji" "\
    Choose and insert an emoji glyph.
    If TEXT (interactively, the prefix), use a textual search instead
    of a visual interface.

    \(fn &optional TEXT)" t nil)

    (autoload 'emoji-recent "emoji" "\
    Choose and insert a recently used emoji glyph." t nil)

    (autoload 'emoji-search "emoji" "\
    Choose and insert an emoji glyph by searching for an emoji name." t nil)

    (autoload 'emoji-list "emoji" "\
    List emojis and insert the one that's selected.
    The character will be inserted into the buffer that was selected
    when the command was issued." t nil)

    (autoload 'emoji-describe "emoji" "\
    Say what the name of the composed grapheme cluster GLYPH is.
    If it's not known, this function returns nil.

    Interactively, it will message what the name of the emoji (or
    character) under point is.

    \(fn GLYPH &optional INTERACTIVE)" t nil)

    (register-definition-prefixes "emoji" '("emoji-"))

Best, Arash





reply via email to

[Prev in Thread] Current Thread [Next in Thread]