GNU bug report logs - #51654
29.0.50; mule-cmds.el compiler warnings about emoji-*

Previous Next

Package: emacs;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Sun, 7 Nov 2021 08:39:01 UTC

Severity: normal

Found in version 29.0.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #32 received at 51654 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 51654 <at> debbugs.gnu.org
Subject: Re: bug#51654: 29.0.50; mule-cmds.el compiler warnings about emoji-*
Date: Sun, 07 Nov 2021 14:47:15 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Arash Esbati <arash <at> gnu.org>
>> Cc: 51654 <at> 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




This bug report was last modified 3 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.