C-h sends backspace?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
C-h sends backspace?         


Author: Christian Herenz
Date: Mar 13, 2008 08:22

Hi,
I am using an emacsen (Zile) on a remote machine. The problem is, that
the C-h key (not only in Zile, also in other apps) sends backspace to
the remote machine. I only find information for the case, that when I
press "backspace" the Help pops up, cause Backspace sends C-h. What can
I do, Is it possible somehow to have C-h still as C-h and Backspace
still as backspace?
Greetz,
Christian
9 Comments
Re: C-h sends backspace?         


Author: Peter Dyballa
Date: Mar 13, 2008 12:12

Am 13.03.2008 um 16:22 schrieb Christian Herenz:
> I am using an emacsen (Zile) on a remote machine. The problem is,
> that the C-h key (not only in Zile, also in other apps) sends
> backspace to the remote machine. I only find information for the
> case, that when I press "backspace" the Help pops up, cause
> Backspace sends C-h. What can I do, Is it possible somehow to have
> C-h still as C-h and Backspace still as backspace?

stty erase ^?

--
Mit friedvollen Grüßen

Pete

I wouldn't recommend sex, drugs or insanity for everyone, but they've
always worked for me.
– Hunter S. Thompson
no comments
Re: C-h sends backspace?         


Author: Christian Herenz
Date: Mar 13, 2008 18:37

Peter Dyballa schrieb:
>
> stty erase ^?
>

This does not work :(

Still C-h sends backspace...

Greets,
Christian
no comments
Re: C-h sends backspace?         


Author: Uday S Reddy
Date: Mar 16, 2008 10:00

Doing Google search for "emacs backspace" brings up a load of web pages,
especially this very useful page:
http://kb.iu.edu/data/abvn.html

Cheers,
Uday Reddy

"Christian Herenz" wrote in message
news:frbgsi$9sl$1@registered.motzarella.org...
> Hi,
> I am using an emacsen (Zile) on a remote machine. The problem is, that
> the C-h key (not only in Zile, also in other apps) sends backspace to
> the remote machine. I only find information for the case, that when I
> press "backspace" the Help pops up, cause Backspace sends C-h. What
> can I do, Is it possible somehow to have C-h still as C-h and
> Backspace still as backspace?
> Greetz,
> Christian
no comments
Re: C-h sends backspace?         


Author: Christian Herenz
Date: Mar 18, 2008 04:12

Uday S Reddy schrieb:
> Doing Google search for "emacs backspace" brings up a load of web pages,
> especially this very useful page:
> http://kb.iu.edu/data/abvn.html

The title of this packge is, Emacs - Bacspace sends Help. My Problem is
Help sends Backspace... Wenn I press C-h the last typed character is
deleted. Thats why I ask in this group, because the load of webpages a
google search brings up are not exactly my problem.

However, the last solution, remapping the keys to C-x h, would work. But
I would like to have C-h as help and backspace as backspace. Is that
possible?

Greets,
Christian
no comments
Re: C-h sends backspace?         


Author: Peter Dyballa
Date: Mar 18, 2008 05:54

Am 18.03.2008 um 12:12 schrieb Christian Herenz:
> My Problem is Help sends Backspace

If you're working with GNU Emacs in a terminal emulation, i.e. GNU
Emacs is not running as an X client, the you should teach your
terminal emulation not to interpret C-h as backspace.

GNU Emacs sends \010 to the terminal. The terminal now can choose to
interpret this as a backspace character or as somethings it must not
care.

--
Mit friedvollen Grüßen

Pete

Basic, n.:
A programming language. Related to certain social diseases in
that those who have it will not admit it in polite company.
3 Comments
Re: C-h sends backspace?         


Author: Christian Herenz
Date: Mar 18, 2008 06:37

Peter Dyballa schrieb:
> If you're working with GNU Emacs in a terminal emulation, i.e. GNU Emacs
> is not running as an X client, the you should teach your terminal
> emulation not to interpret C-h as backspace.

As mentioned before, I am working with zile, an emacs like editor...
However, should make no difference?
>
> GNU Emacs sends \010 to the terminal. The terminal now can choose to
> interpret this as a backspace character or as somethings it must not care.
>

I do not understand this part? Gnu Emacs sends something to the terminal??

Greets,
Christian
no comments
Re: C-h sends backspace?         


Author: Peter Dyballa
Date: Mar 18, 2008 10:14

Am 18.03.2008 um 14:37 schrieb Christian Herenz:
> I do not understand this part? Gnu Emacs sends something to the
> terminal??

You can substitute with zile.

Wouldn't you like to tell what this zile is? Is it an X client or is
it a command line programme?

--
Mit friedvollen Grüßen

Pete

We also sponsor National Invisible Chronic Illness Awareness Week
annually in September.
Join the millions
1 Comment
Re: C-h sends backspace?         


Author: Christian Herenz
Date: Mar 19, 2008 00:56

Peter Dyballa schrieb:
>> I do not understand this part? Gnu Emacs sends something to the
>> terminal??
>
>
> You can substitute with zile.
>
> Wouldn't you like to tell what this zile is? Is it an X client or is it
> a command line programme?
>

http://zile.sourceforge.net/ small emacs like editor (not X, Terminal, I
am working on a remote login, local installation works fine in the same
terminal emulator).
>
> GNU Emacs sends \010 to the terminal. The terminal now can choose to interpret this as a backspace character or as somethings it must not care.

What sends it to the terminal??

Greets,
Christian
no comments
Re: C-h sends backspace?         


Author: Uday S Reddy
Date: Mar 21, 2008 07:22

"Christian Herenz" wrote in message
news:fro823$88j$1@registered.motzarella.org...
>
> The title of this packge is, Emacs - Bacspace sends Help. My Problem
> is Help sends Backspace...

No, I don't think you understood what the page says. "The Backspace key
(on most keyboards) generates ASCII code 8. C-h sends the same code"
So, whether you say Backspace sends C-h or C-h sends Backspace, you are
saying the same thing.

This group can only answer questions about Emacs.
> However, the last solution, remapping the keys to C-x h, would work.
> But I would like to have C-h as help and backspace as backspace. Is
> that possible?

Whether it is possible or not is a question for your keyboard and
terminal emulator you might be using. The web page gave instructions
for Unix terminal emulators to make Backspace send C-?. Whether it
works for your terminal emulator or what else works for it, is open.
You may not get an answer to that question in this forum.
Show full article (1.06Kb)
no comments