all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* . is undefined (when pressing C-.): is ssh behaving odd?
@ 2021-12-03 11:34 Luca Ferrari
  2021-12-03 14:33 ` Robert Pluim
  0 siblings, 1 reply; 7+ messages in thread
From: Luca Ferrari @ 2021-12-03 11:34 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,
I'm trying to get embark to work with a very simple setup, that is:

(use-package embark
  :ensure t

  :bind
  (("C-." . embark-act)         ;; pick some comfortable binding
   ("M-." . embark-dwim)        ;; good alternative: M-.
   ("C-h B" . embark-bindings)) ;; alternative for `describe-bindings'

  :init
  (setq prefix-help-command #'embark-prefix-help-command)  )


So far, so good, if I do M-x embark I can see that is bound to C-. as expected.
But when I press C-. I got ". is undefined".
I'm using emacs thru ssh, if that matters, which I suspect is
something that6 is going to handle C, even if C-x C-f (as an example)
works as expected.
Remapping C-. to M-. makes emabrk-act to work, so is something related
to C, but why is not showing up with other C-based commands?

Thanks,
Luca



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

end of thread, other threads:[~2021-12-06 18:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 11:34 . is undefined (when pressing C-.): is ssh behaving odd? Luca Ferrari
2021-12-03 14:33 ` Robert Pluim
2021-12-06 17:21   ` Luca Ferrari
2021-12-06 17:25     ` Robert Pluim
2021-12-06 18:02       ` Yuri Khan
2021-12-06 18:32         ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-12-06 18:43       ` Emanuel Berg via Users list for the GNU Emacs text editor

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.