all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* troubleshoot C-M-/ key binding (dabbrev-completion)
@ 2024-01-21 17:16 Michael V. Antosha
  2024-01-21 19:37 ` Martin Marshall
  0 siblings, 1 reply; 4+ messages in thread
From: Michael V. Antosha @ 2024-01-21 17:16 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

Key binding C-M-/ (dabbrev-completion) does not seem to work for me.
Could someone point me in a right direction to find the cause of this behavior?


Details:

1. dabbrev-completion works fine if used explicitly (M-x dabbrev-completion).

2. M-/ (dabbrev-expand) and C-/ (undo) both work as expected.

3. Using C-M-/ (i.e. pressing Ctrl+Alt+SLASH) seems to have the same
effect as M-/ (dabbrev-expand).

4. Other C-M-... combinations seem to work fine.

For example, C-M-\ (indent-region), C-\ (toggle-input-method) and M-\
(delete-horizontal-space) all work as expected, each doing its own
function.

5. From the output of describe-bindings (C-h b):

    M-/             dabbrev-expand
    C-M-/           dabbrev-completion
    C-/             undo

    C-\             toggle-input-method
    M-\             delete-horizontal-space
    C-M-\           indent-region


Any hints?
I want to find out what is wrong with my setup
(and how to troubleshoot -- step by step -- similar issues with Emacs).

Thank you in advance!

Best regards,
Michael


-- 
Michael V. Antosha



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

end of thread, other threads:[~2024-01-21 23:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-21 17:16 troubleshoot C-M-/ key binding (dabbrev-completion) Michael V. Antosha
2024-01-21 19:37 ` Martin Marshall
2024-01-21 21:59   ` Michael V. Antosha
2024-01-21 23:52     ` Pierre Rouleau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.