Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6339219
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:36:29+00:00 2026-05-24T19:36:29+00:00

When I query the current value of the keymap, eg with M-: (current-local-map) ,

  • 0

When I query the current value of the keymap, eg with M-: (current-local-map), it shows me something along these lines:

Value: 
(keymap
 (S-mouse-2 . muse-follow-name-at-mouse-other-window)
 (mouse-2 . muse-follow-name-at-mouse)
 (33554445 . muse-follow-name-at-point-other-window)
 (S-return . muse-follow-name-at-point-other-window)
 (13 . muse-follow-name-at-point)
 (return . muse-follow-name-at-point)
 keymap
 (67108924 . muse-decrease-list-item-indentation)
 (67108926 . muse-increase-list-item-indentation)
 (M-return . muse-insert-list-item)
 (33554441 . muse-previous-reference)
 (S-iso-lefttab . muse-previous-reference)
 (S-tab . muse-previous-reference)
 (S-mouse-2 . muse-follow-name-at-mouse-other-window)
 (mouse-2 . muse-follow-name-at-mouse)
 (33554445 . muse-follow-name-at-point-other-window)
 (9 . muse-next-reference)
 (tab . muse-next-reference)
 (3 keymap
    (19 . muse-search)
    (2 . muse-find-backlinks)
    (tab . muse-insert-thing)
    (9 . muse-insert-thing)
    (16 . muse-project-publish)
    (6 . muse-project-find-file)
    (61 . muse-what-changed)
    (22 . muse-browse-result)
    (27 keymap
        (20 . muse-publish-this-file))
    (33554452 . muse-publish-this-file)
    (20 . muse-project-publish-this-file)
    (12 . font-lock-mode)
    (5 . muse-edit-link-at-point)
    (1 . muse-index))
 keymap
 (27 keymap
     (9 . ispell-complete-word)))

I want instead of numbers see something more meaningful like (control ?c) return for example. How do I do that ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:36:29+00:00Added an answer on May 24, 2026 at 7:36 pm

    This is what you need: library help-fns+.el.

    • http://www.emacswiki.org/emacs/HelpPlus
    • http://www.emacswiki.org/emacs/download/help-fns%2b.el

    That gives you, as C-h M-k, command describe-keymap, which gives you a human-readable description of any keymap bound to a variable. E.g.:

    C-h M-k dired-mode-map

    
        dired-mode-map
        --------------
    
    
    
        For more information check the manuals.
    
        Local keymap for `dired-mode' buffers.
    
        key             binding
        ---             -------
    
        e .. f      dired-find-file
    
        RET     dired-find-file
        C-o     dired-display-file
        C-t     Prefix Command
        ESC     Prefix Command
        SPC     dired-next-line
        !       dired-do-shell-command
        #       dired-flag-auto-save-files
        $       dired-hide-subdir
        %       Prefix Command
        &       dired-do-async-shell-command
        *       Prefix Command
        +       dired-create-directory
        -       negative-argument
        .       dired-clean-directory
        0 .. 9      digit-argument
        :       Prefix Command
               dired-next-dirline
        ?       dired-summary
        A       dired-do-search
        B       dired-do-byte-compile
        C       dired-do-copy
        D       dired-do-delete
        G       dired-do-chgrp
        H       dired-do-hardlink
        L       dired-do-load
        M       dired-do-chmod
        O       dired-do-chown
        P       dired-do-print
        Q       dired-do-query-replace-regexp
        R       dired-do-rename
        S       dired-do-symlink
        T       dired-do-touch
        U       dired-unmark-all-marks
        X       dired-do-shell-command
        Z       dired-do-compress
        ^       dired-up-directory
        a       dired-find-alternate-file
        d       dired-flag-file-deletion
        g       revert-buffer
        h       describe-mode
        i       dired-maybe-insert-subdir
        j       dired-goto-file
        k       dired-do-kill-lines
        l       dired-do-redisplay
        m       dired-mark
        n       dired-next-line
        o       dired-find-file-other-window
        p       dired-previous-line
        q       quit-window
        s       dired-sort-toggle-or-edit
        t       dired-toggle-marks
        u       dired-unmark
        v       dired-view-file
        w       dired-copy-filename-as-kill
        x       dired-do-flagged-delete
        y       dired-show-file-type
        z       kill-this-buffer
        ~       dired-flag-backup-files
        DEL     dired-unmark-backward
           mouse-face
           dired-mouse-find-file-other-window
             ??
    
        C-t C-t     image-dired-dired-toggle-marked-thumbs
        C-t .       image-dired-display-thumb
        C-t a       image-dired-display-thumbs-append
        C-t c       image-dired-dired-comment-files
        C-t d       image-dired-display-thumbs
        C-t e       image-dired-dired-edit-comment-and-tags
        C-t f       image-dired-mark-tagged-files
        C-t i       image-dired-dired-display-image
        C-t j       image-dired-jump-thumbnail-buffer
        C-t r       image-dired-delete-tag
        C-t t       image-dired-tag-files
        C-t x       image-dired-dired-display-external
    
        C-M-d       dired-tree-down
        C-M-n       dired-next-subdir
        C-M-p       dired-prev-subdir
        C-M-u       dired-tree-up
        M-$     dired-hide-all
        M-=     dired-backup-diff
        M-s     Prefix Command
        M-{     dired-prev-marked-file
        M-}     dired-next-marked-file
        M-DEL       dired-unmark-all-files
    
        M-s a       Prefix Command
        M-s f       Prefix Command
    
        % &     dired-flag-garbage-files
        % C     dired-do-copy-regexp
        % H     dired-do-hardlink-regexp
        % R     dired-do-rename-regexp
        % S     dired-do-symlink-regexp
        % d     dired-flag-files-regexp
        % g     dired-mark-files-containing-regexp
        % l     dired-downcase
        % m     dired-mark-files-regexp
        % r     dired-do-rename-regexp
        % u     dired-upcase
    
        * C-n       dired-next-marked-file
        * C-p       dired-prev-marked-file
        * !     dired-unmark-all-marks
        * %     dired-mark-files-regexp
        * *     dired-mark-executables
        * /     dired-mark-directories
        * ?     dired-unmark-all-files
        * @     dired-mark-symlinks
        * c     dired-change-marks
        * m     dired-mark
        * s     dired-mark-subdir-files
        * t     dired-toggle-marks
        * u     dired-unmark
        * DEL       dired-unmark-backward
    
        : d     epa-dired-do-decrypt
        : e     epa-dired-do-encrypt
        : s     epa-dired-do-sign
        : v     epa-dired-do-verify
    
            dired-undo
              dired-next-line
              dired-previous-line
           dired-toggle-read-only
                   dired-undo
    
        M-s f C-s   dired-isearch-filenames
        M-s f ESC   Prefix Command
    
        M-s a C-s   dired-do-isearch
        M-s a ESC   Prefix Command
    
        M-s f C-M-s dired-isearch-filenames-regexp
    
        M-s a C-M-s dired-do-isearch-regexp
    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is the updated question: the current query is doing something like: $sql1 =
So I want to make a query to add to the current value. note
Basically I have a mysql query something like the following: mysql_query(SELECT n.title, v.value FROM
My current query reads: SELECT entry_id, user_id, cat_id, AVG( rating ) as avg_rate FROM
Is is possible to query the current browser from within an applet? I would
Is there a way to query the current DATEFORMAT SQLServer 2005 is currently using
the current SQL query works fine locally on MAMP 1.8.4 running MySQL 5.1.37. SELECT
My current LINQ query and example XML are below. What I'd like to do
Beside query string root folder how do i get the current doc library list(ListName)
If I have a query like this: String Category = HttpContext.Current.Request.QueryString[Product].ToString(); IQueryable<ItemFile> pressReleases =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.