unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* backtick as key
@ 2016-04-28  9:28 Andreas Röhler
  2016-04-28 15:05 ` Kaushal Modi
  2016-04-28 15:20 ` Yuri Khan
  0 siblings, 2 replies; 7+ messages in thread
From: Andreas Röhler @ 2016-04-28  9:28 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

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




^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <mailman.1240.1461835581.7477.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2016-04-28 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28  9:28 backtick as key Andreas Röhler
2016-04-28 15:05 ` Kaushal Modi
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

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