all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* simple question about question mark on linux emacs
@ 2006-05-27  2:29 jonathan
  2006-05-27 13:00 ` Leonid Grinberg
  2006-05-27 13:11 ` Michaël Cadilhac
  0 siblings, 2 replies; 3+ messages in thread
From: jonathan @ 2006-05-27  2:29 UTC (permalink / raw)


I ssh into a fedora 3 box with my OS X box. When I start emacs and  
type a "?", it puts it into the bottom and waits for a command.  I  
just want to it to put a question mark. Is this a problem with what  
my powerbook is sending or with the remote machine? It would seem to  
be former because emacs works fine on my powerbook. How do I fix this?

thanks,

jonathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: simple question about question mark on linux emacs
  2006-05-27  2:29 simple question about question mark on linux emacs jonathan
@ 2006-05-27 13:00 ` Leonid Grinberg
  2006-05-27 13:11 ` Michaël Cadilhac
  1 sibling, 0 replies; 3+ messages in thread
From: Leonid Grinberg @ 2006-05-27 13:00 UTC (permalink / raw)
  Cc: help-gnu-emacs

That is happenning because your remote connection is sending the ?
character to the shell, before Emacs. I do not remember what ? does,
but here is an example:

The UNIX command to delete a character is ^h (control-h). It is
simplified with <BACKSPACE>. If I log in to some machines with SSH and
press backspace, it sends ^h to Emacs, and opens the help menu.

I do not, however, know how to fix this, just yet.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: simple question about question mark on linux emacs
  2006-05-27  2:29 simple question about question mark on linux emacs jonathan
  2006-05-27 13:00 ` Leonid Grinberg
@ 2006-05-27 13:11 ` Michaël Cadilhac
  1 sibling, 0 replies; 3+ messages in thread
From: Michaël Cadilhac @ 2006-05-27 13:11 UTC (permalink / raw)
  Cc: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 1083 bytes --]

jonathan <news_php@arclocal.com> writes:

> I ssh into a fedora 3 box with my OS X box. When I start emacs and
> type a "?", it puts it into the bottom and waits for a command.
> I  just want to it to put a question mark. Is this a problem with what
> my powerbook is sending or with the remote machine? It would seem to
> be former because emacs works fine on my powerbook. How do I fix this?

Client  part  of  OpenSSH  (at  least) has  a  feature  called  escape
characters. The default one is `~',  but maybe yours is set to `?'. It
allows the  user to  make simple commands  such as  backgrounding ssh,
list connections, ...

In OpenSSH,  this is tweaked  through the ~/.ssh/config file  with the
variable EscapeChar.

It may be related.

-- 
 |      Michaël `Micha' Cadilhac   |   Isn't vi that text editor with       |
 |         Epita/LRDE Promo 2007   |    two modes... One that beeps and     |
 | http://www.lrde.org/~cadilh_m   |      one that corrupts your file?      |
 `--  -   JID: micha@amessage.be --'            -- Dan Jacobson        -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-27 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-27  2:29 simple question about question mark on linux emacs jonathan
2006-05-27 13:00 ` Leonid Grinberg
2006-05-27 13:11 ` Michaël Cadilhac

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.