all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: "Andreas Röhler" <andreas.roehler@easy-emacs.de>,
	"Help Gnu Emacs mailing list" <help-gnu-emacs@gnu.org>
Subject: Re: backtick as key
Date: Thu, 28 Apr 2016 15:05:41 +0000	[thread overview]
Message-ID: <CAFyQvY17_1u_Uxkd3Ldjgm1erF5oYbe1x6TCtXEx6+GeEzD-rA@mail.gmail.com> (raw)
In-Reply-To: <5721D7D8.2090703@easy-emacs.de>

Are you running "emacs -nw", or emacs GUI?

I evaluated the below:

(global-set-key (kbd "C-` C-}") (lambda() (interactive) (message "Hi")))

and it works fine.

C-h c C-` C-} prints

C-` C-} runs the command (lambda nil (interactive) (message "Hi"))

and typing C-` C-} displays Hi in the echo area.

On the latest build of emacs from emacs-25, in terminal mode (emacs -Q
-nw), C-` seems to be detected as C-@ which is bound to set-mark-command by
default.

So probably we cannot use C-` in terminal mode?

On Thu, Apr 28, 2016 at 5:26 AM Andreas Röhler <
andreas.roehler@easy-emacs.de> wrote:

> Hi,
>
> wrote a couple of commands which transform delimited forms.
> For the curious:
>
> https://github.com/andreas-roehler/werkstatt/blob/master/thing-at-point-utils/thingatpt-transform-delimited.el
>
> For example at
>
> `find .  -maxdepth 1 -type f -name "*.txt"`
>
> M-x ar-backticked2braced-atpt RET
>
> would yield
>
> {find .  -maxdepth 1 -type f -name "*.txt"}
>
> Now let's have some mnemonic keys.
>
> (global-set-key [(control \))(control \})] 'ar-parentized2braced-atpt)
>
> works great.
>
> Unfortunately
>
> (global-set-key [(control \`)(control \})] 'ar-backticked2braced-atpt)
>
> sends error:
>
> <C-dead-grave> is undefined
> C-} is undefined
>
> While when running the command via M-x, messages:
>
> You can run the command ‘ar-backticked2braced-atpt’ with C-` C-}
>
> Any suggestions?
>
> Thanks,
>
> Andreas
>
>
> --

-- 
Kaushal Modi


  reply	other threads:[~2016-04-28 15:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28  9:28 backtick as key Andreas Röhler
2016-04-28 15:05 ` Kaushal Modi [this message]
2016-04-28 15:18   ` Andreas Röhler
2016-04-28 15:21     ` Kaushal Modi
2016-04-28 15:20 ` Yuri Khan
2016-04-28 19:10   ` Andreas Röhler
     [not found] <mailman.1240.1461835581.7477.help-gnu-emacs@gnu.org>
2016-04-28 10:12 ` Marco Wahl

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY17_1u_Uxkd3Ldjgm1erF5oYbe1x6TCtXEx6+GeEzD-rA@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=andreas.roehler@easy-emacs.de \
    --cc=help-gnu-emacs@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 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.