unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
@ 2020-08-21 16:27 Kun Liu
  2020-08-21 17:42 ` Stefan Kangas
  2020-08-24 14:16 ` Kun Liu
  0 siblings, 2 replies; 6+ messages in thread
From: Kun Liu @ 2020-08-21 16:27 UTC (permalink / raw)
  To: 42974

[-- Attachment #1: Type: text/plain, Size: 3307 bytes --]

As of commit c818c29771d3cb51875643b2f6c894073e429dd2, M-x m
(describe-mode) does not show the key bindings.  Instead, it shows
something like (in this case in shell mode) "Uses keymap
‘shell-mode-map’, which is not currently defined."


In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5,
cairo version 1.16.0)
 of 2020-08-21 built on debian
Repository revision: c818c29771d3cb51875643b2f6c894073e429dd2
Repository branch: native-comp
Windowing system distributor 'The X.Org Foundation', version 11.0.12004000
System Description: Debian GNU/Linux 10 (buster)

Configured using:
 'configure --with-nativecomp'

Configured features:
XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND DBUS GSETTINGS GLIB NOTIFY
INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES NATIVE_COMP THREADS JSON
PDUMPER

Important settings:
  value of $LANG: en_US.utf8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  shell-dirtrack-mode: t
  tooltip-mode: t
  global-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
  buffer-read-only: 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 password-cache epa derived epg epg-config gnus-util
rmail rmail-loaddefs text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
misearch multi-isearch cl-extra seq byte-opt gv bytecomp byte-compile
cconv help-fns radix-tree help-mode cl-loaddefs cl-lib info easymenu
shell pcomplete comint ansi-color ring 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 timer
select scroll-bar mouse jit-lock font-lock syntax facemenu 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 loaddefs
button faces cus-face pcase macroexp files text-properties overlay sha1
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 65463 7665)
 (symbols 48 7070 0)
 (strings 32 20844 1600)
 (string-bytes 1 880416)
 (vectors 16 12438)
 (vector-slots 8 271221 15875)
 (floats 8 38 23)
 (intervals 56 502 0)
 (buffers 992 13))

[-- Attachment #2: Type: text/html, Size: 3555 bytes --]

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

* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
  2020-08-21 16:27 bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result Kun Liu
@ 2020-08-21 17:42 ` Stefan Kangas
  2020-08-30  8:30   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-08-24 14:16 ` Kun Liu
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2020-08-21 17:42 UTC (permalink / raw)
  To: Kun Liu, 42974

Kun Liu <kun.liu@gmail.com> writes:

> As of commit c818c29771d3cb51875643b2f6c894073e429dd2, M-x m
> (describe-mode) does not show the key bindings.  Instead, it shows
> something like (in this case in shell mode) "Uses keymap
> ‘shell-mode-map’, which is not currently defined."

Just to confirm I'm seeing this as well.

To reproduce: (documentation 'c-mode)

In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.22, cairo version 1.16.0)
 of 2020-08-17 built on joffe
Repository revision: 76faab27cf4055f6ac37b9b05c98bc03939afb7e
Repository branch: feature/native-comp
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Debian GNU/Linux bullseye/sid

Configured using:
 'configure --with-nativecomp

Best regards,
Stefan Kangas





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

* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
  2020-08-21 16:27 bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result Kun Liu
  2020-08-21 17:42 ` Stefan Kangas
@ 2020-08-24 14:16 ` Kun Liu
  1 sibling, 0 replies; 6+ messages in thread
From: Kun Liu @ 2020-08-24 14:16 UTC (permalink / raw)
  To: 42974

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

As of commit 337367a733e107df1ecb89955f0a249491bc62d9, the problem seems to
have gone away.

[-- Attachment #2: Type: text/html, Size: 115 bytes --]

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

* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
  2020-08-21 17:42 ` Stefan Kangas
@ 2020-08-30  8:30   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-08-31 13:04     ` Stefan Kangas
  0 siblings, 1 reply; 6+ messages in thread
From: Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-08-30  8:30 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Kun Liu, 42974

Stefan Kangas <stefankangas@gmail.com> writes:

> Kun Liu <kun.liu@gmail.com> writes:
>
>> As of commit c818c29771d3cb51875643b2f6c894073e429dd2, M-x m
>> (describe-mode) does not show the key bindings.  Instead, it shows
>> something like (in this case in shell mode) "Uses keymap
>> ‘shell-mode-map’, which is not currently defined."
>
> Just to confirm I'm seeing this as well.
>
> To reproduce: (documentation 'c-mode)

Hi Stefan,

bce9cad421 * Store raw documentation during native compilation (bug#42974)

Should fix this issue.  Let me know if works for you too.

Thanks

  Andrea





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

* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
  2020-08-30  8:30   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-08-31 13:04     ` Stefan Kangas
  2020-08-31 16:11       ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kangas @ 2020-08-31 13:04 UTC (permalink / raw)
  To: Andrea Corallo; +Cc: Kun Liu, 42974

Andrea Corallo <akrl@sdf.org> writes:

>>> As of commit c818c29771d3cb51875643b2f6c894073e429dd2, M-x m
>>> (describe-mode) does not show the key bindings.  Instead, it shows
>>> something like (in this case in shell mode) "Uses keymap
>>> ‘shell-mode-map’, which is not currently defined."
>>
>> Just to confirm I'm seeing this as well.
>>
>> To reproduce: (documentation 'c-mode)
>
> bce9cad421 * Store raw documentation during native compilation (bug#42974)
>
> Should fix this issue.  Let me know if works for you too.

Yes, it seems to work now.  Feel free to close this.

Thanks!





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

* bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result
  2020-08-31 13:04     ` Stefan Kangas
@ 2020-08-31 16:11       ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 6+ messages in thread
From: Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-08-31 16:11 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Kun Liu, 42974-done

Stefan Kangas <stefankangas@gmail.com> writes:

> Yes, it seems to work now.  Feel free to close this.
>
> Thanks!

Thanks you! closing

  Andrea





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

end of thread, other threads:[~2020-08-31 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-21 16:27 bug#42974: 28.0.50; [feature/native-comp] keymap not currently defined in describe-mode result Kun Liu
2020-08-21 17:42 ` Stefan Kangas
2020-08-30  8:30   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-08-31 13:04     ` Stefan Kangas
2020-08-31 16:11       ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-08-24 14:16 ` Kun Liu

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).