all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ian Zimmerman <itz@buug.org>
To: help-gnu-emacs@gnu.org
Subject: Re: C-= ?
Date: Sat, 18 Jul 2015 18:26:37 -0700	[thread overview]
Message-ID: <20150719011508.19549.09878E5B@ahiker.mooo.com> (raw)
In-Reply-To: <87oaj99v18.fsf@skimble.plus.com>

On 2015-07-18 19:32 +0100, Sharon Kimble wrote:

> called by "C-=".

Hi Sharon, as others already explained there's no command bound to that
combination in vanilla emacs, so you must investigate what other code
you use that could possibly do that.

I'll just add that there's a good reason emacs doesn't use this "key":
there's no ASCII code Control-=, so such a binding will not work in
emacs running on a text terminal, including an emulated terminal like
xterm.  It can only work in a true GUI emacs session where emacs knows
about every physical key press and release.

For this reason I try to avoid similar bindings in my own code.  Even
though I always use GUI emacs for normal code editing work, there are
special situations when it is not practical.  For example I am typing
this message in an emacs running on my email server, over a normal ssh
terminal connection.  It works great, it even looks exactly like my GUI
emacs thanks to my choice of faces, but pressing Control-= just enters a
= character :-P

-- 
Please *no* private copies of mailing list or newsgroup messages.
Rule 420: All persons more than eight miles high to leave the court.




  parent reply	other threads:[~2015-07-19  1:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18 18:32 C-= ? Sharon Kimble
2015-07-18 19:28 ` Emanuel Berg
2015-07-18 19:33 ` Dmitry Gutov
2015-07-19  1:26 ` Ian Zimmerman [this message]
2015-07-19  8:10   ` Emanuel Berg
2015-07-19  9:15     ` Yuri Khan
2015-07-19 23:14       ` Emanuel Berg
     [not found]       ` <mailman.7163.1437348015.904.help-gnu-emacs@gnu.org>
2015-07-20  2:47         ` Rusi
2015-07-19  3:37 ` Vaidheeswaran C

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=20150719011508.19549.09878E5B@ahiker.mooo.com \
    --to=itz@buug.org \
    --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.