From: jakanakaevangeli@chiru.no
To: 48029@debbugs.gnu.org
Subject: bug#48029: 28.1; [native-comp] Function names with non-ascii characters
Date: Mon, 26 Apr 2021 10:53:17 +0200 [thread overview]
Message-ID: <877dkp2zr6.fsf@miha-pc> (raw)
nonascii.el, saved with encoding utf-8-unix:
;; -*- lexical-binding: t; -*-
(defun nonascii-test-žžž (arg)
(when arg t))
Visit it and M-x emacs-lisp-native-compile-and-load.
A function called "nonascii-test-žžž" will be defined.
Best regards.
In GNU Emacs 28.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.28, cairo version 1.17.4)
of 2021-04-25 built on miha-pc
Repository revision: 83a915d3dfafd5f3d737afe1e13b75e4dd3aef96
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12010000
System Description: Arch Linux
Configured using:
'configure --with-native-compilation --prefix=/usr'
Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
X11 XDBE XIM XPM GTK3 ZLIB
Important settings:
value of $LANG: en_US.utf8
value of $XMODIFIERS: @im=ibus
locale-coding-system: utf-8-unix
Major mode: ELisp/l
Minor modes in effect:
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Load-path shadows:
None found.
Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs auth-source eieio eieio-core eieio-loaddefs
password-cache json map mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils thingatpt help-fns radix-tree time-date
compile text-property-search comint ansi-color ring comp comp-cstr
warnings subr-x rx cl-seq cl-macs cl-extra help-mode seq byte-opt gv
cl-loaddefs cl-lib bytecomp byte-compile cconv iso-transl tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win
x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button
loaddefs faces cus-face macroexp files window text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process nativecomp
emacs)
Memory information:
((conses 16 99729 11493)
(symbols 48 8466 0)
(strings 32 25222 2833)
(string-bytes 1 834149)
(vectors 16 23269)
(vector-slots 8 992809 132999)
(floats 8 29 63)
(intervals 56 269 0)
(buffers 992 15))
next reply other threads:[~2021-04-26 8:53 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-26 8:53 jakanakaevangeli [this message]
2021-05-02 8:47 ` bug#48029: 28.1; [native-comp] Function names with non-ascii characters Lars Ingebrigtsen
2021-05-02 21:19 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-30 13:10 ` Lars Ingebrigtsen
2022-07-04 8:51 ` Andrea Corallo
2022-07-04 11:20 ` Eli Zaretskii
2022-07-07 8:58 ` Andrea Corallo
2022-07-07 17:47 ` Lars Ingebrigtsen
2022-07-07 20:51 ` Andrea Corallo
2022-07-08 5:43 ` Eli Zaretskii
2022-07-08 8:49 ` Andrea Corallo
2022-07-08 12:40 ` Eli Zaretskii
2022-07-08 13:43 ` Andrea Corallo
2022-07-08 13:59 ` Eli Zaretskii
2022-07-08 14:53 ` Andrea Corallo
2022-07-10 12:56 ` Lars Ingebrigtsen
2022-07-10 13:02 ` Eli Zaretskii
2022-07-12 14:24 ` Andrea Corallo
2022-07-12 15:40 ` Eli Zaretskii
2022-07-12 15:46 ` Lars Ingebrigtsen
2022-07-13 13:20 ` Andrea Corallo
2023-06-05 8:50 ` Andrea Corallo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877dkp2zr6.fsf@miha-pc \
--to=jakanakaevangeli@chiru.no \
--cc=48029@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).