all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Proulx <bob@proulx.com>
To: "Timothée Flutre" <timflutre@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs doesn't set mark with C-<SPC> anymore after Xubuntu upgrade to 14.04
Date: Wed, 21 May 2014 17:18:02 -0600	[thread overview]
Message-ID: <20140521231802.GA15699@hysteria.proulx.com> (raw)
In-Reply-To: <CAGJVmuLRdO2pi6Shfo9=tbFsBK-jaaF4ZheFi6W0xitq4Ui+cg@mail.gmail.com>

Timothée Flutre wrote:
> To investigate this, I opened a terminal (xfce4-terminal 0.6.3), launched
> emacs inside it (emacs -nw), wrote a few dummy lines in *scratch* and
> ...
> On StackOverflow, I learned that C-<SPC> was not working likely due to the
> fact that the terminal emulator wasn't properly transmitting C-<SPC> to
> emacs (http://stackoverflow.com/a/16271042/597069).

I installed xfce4-terminal 0.6.3 on my Debian system.  I launched it.
I started emacs within it just as you have indicated.  For me C-SPC
works fine and I can set the mark using it.

This leads me to believe that for some reason your xfce4-terminal does
something different that is problematic for you.  I don't know the
answer but I would concentrate on the question of why your
xfce4-terminal does not pass C-SPC through as C-@.

  C-h c
  Describe key (or click or menu item):
  C-spacebar
  C-@ runs the command set-mark-command

Therefore I conclude that your xfce4-terminal should be doing the same
but does not.

There are many ways things might fail and therefore hard to
immediately diagnose why it isn't working.  I would try another
terminal emulator and see if it functions better.  I would try looking
at xmodmap to see if you have a customization that is remapping the
keyboard.  I would try xev to verify that control is sending Control_L
and that spacebar is sending a "space".  I would see if there is an
XFCE customization that might be affecting things.

I might try temporarily creating a pristine new user "guest42" or some
such and log in there just to verify the behavior with a pristine new
environment.  If it works there then you have confirmed that the
problem is in your normal environment somewhere.  You can delete the
temporary user account after you have completed testing with it.

I am sure there are many ways to debug this problem.

Bob



  reply	other threads:[~2014-05-21 23:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21 21:41 Emacs doesn't set mark with C-<SPC> anymore after Xubuntu upgrade to 14.04 Timothée Flutre
2014-05-21 23:18 ` Bob Proulx [this message]
2014-05-22  7:32   ` Timothée Flutre
2014-05-21 23:43 ` Robert Thorpe
     [not found] <mailman.1774.1400709615.1147.help-gnu-emacs@gnu.org>
2014-05-21 22:18 ` Javier

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=20140521231802.GA15699@hysteria.proulx.com \
    --to=bob@proulx.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=timflutre@gmail.com \
    /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.