unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* terminal.el: terminal-escape-char impossible in European keyboards
@ 2004-08-26 17:36 Jari Aalto
  2004-08-26 21:43 ` Andreas Schwab
       [not found] ` <mailman.269.1093557120.1998.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Jari Aalto @ 2004-08-26 17:36 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-08-03 on raven, modified by Debian
configured using `configure '--build=i386-linux' '--host=i386-linux' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--with-x=yes' '--with-x-toolkit=athena' 'CFLAGS=-DDEBIAN -g -O2' 'build_alias=i386-linux' 'host_alias=i386-linux''
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I wuold like to propose that the

   terminal-escape-char ?\C-^

is changed to a better alternative. The ^ character (including ~) too
is not a natural key at least in Finnish keyboard. I don't know
the technical term, but it's those "dead" keys that need to be configured
separately.

I was ssh'ing to remote site and working in "emacs -nw" and opened
op M-x terminal-emulator, just to find out that there was nothing I
could do to get back to the Emacs where it was running. The default
key terminal-escape-char was not produced in this remote ssh connection.

I would propose this instead for default value:

  terminal-escape-char ?\C-'

Jari

Recent input:
ESC x r e p o r t - e m TAB RET

Recent messages:
Loading 50emacs-goodies-el (source)...done
Loading 50emacs-goodies-extra-el (source)...done
Loading 50flim (source)...done
Loading 50gettext (source)...done
Loading 50nowebm (source)...done
Loading 50psvn (source)...done
Loading 50vc-svn (source)...done
Loading 51debian-el (source)...done
For information about the GNU Project and its goals, type C-h C-p.
Loading emacsbug...done

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
  2004-08-26 17:36 terminal.el: terminal-escape-char impossible in European keyboards Jari Aalto
@ 2004-08-26 21:43 ` Andreas Schwab
       [not found] ` <mailman.269.1093557120.1998.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2004-08-26 21:43 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Jari Aalto <jaalto@cante.net> writes:

> I wuold like to propose that the
>
>    terminal-escape-char ?\C-^
>
> is changed to a better alternative. The ^ character (including ~) too
> is not a natural key at least in Finnish keyboard. I don't know
> the technical term, but it's those "dead" keys that need to be configured
> separately.
>
> I was ssh'ing to remote site and working in "emacs -nw" and opened
> op M-x terminal-emulator, just to find out that there was nothing I
> could do to get back to the Emacs where it was running. The default
> key terminal-escape-char was not produced in this remote ssh connection.

On most terminals you should be able to produce C-^ by typing Ctrl-6.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
       [not found] ` <mailman.269.1093557120.1998.bug-gnu-emacs@gnu.org>
@ 2004-08-27 19:30   ` jari.aalto
  2004-08-27 21:57     ` Andreas Schwab
       [not found]     ` <mailman.433.1093644405.1998.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: jari.aalto @ 2004-08-27 19:30 UTC (permalink / raw)


Andreas Schwab <schwab@suse.de> writes:

> Jari Aalto <jaalto@cante.net> writes:
>
>> I wuold like to propose that the
>>
>>    terminal-escape-char ?\C-^
>>
>> is changed to a better alternative. The ^ character (including ~) too
>> is not a natural key at least in Finnish keyboard. I don't know
>> the technical term, but it's those "dead" keys that need to be configured
>> separately.
>>
>> I was ssh'ing to remote site and working in "emacs -nw" and opened
>> op M-x terminal-emulator, just to find out that there was nothing I
>> could do to get back to the Emacs where it was running. The default
>> key terminal-escape-char was not produced in this remote ssh connection.
>
> On most terminals you should be able to produce C-^ by typing Ctrl-6.

Thank you,

Indeed that seems to work, but it is non-intuitive. Who would know
that C-6 can be used as substitute of C-^?

I would like to see natural key used as default, which would not 
cause confusion and possible data loss (as in my case). Luckily
the #buffer# files were there. 

Key C-' would be  better, because

  .. you see the (') key - and you can reach it in all keyboards
  .. you press the Ctrol-key and that key

and is works. 

Jari

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
  2004-08-27 19:30   ` jari.aalto
@ 2004-08-27 21:57     ` Andreas Schwab
       [not found]     ` <mailman.433.1093644405.1998.bug-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2004-08-27 21:57 UTC (permalink / raw)
  Cc: gnu-emacs-bug

jari.aalto@poboxes.com writes:

> Key C-' would be  better, because
>
>   .. you see the (') key - and you can reach it in all keyboards
>   .. you press the Ctrol-key and that key
>
> and is works. 

Except that C-' is not an ASCII control character, thus unusable with -nw.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
       [not found]     ` <mailman.433.1093644405.1998.bug-gnu-emacs@gnu.org>
@ 2004-08-28 17:41       ` jari.aalto
  2004-08-28 20:40         ` Andreas Schwab
       [not found]       ` <mailman.536.1093715102.1998.bug-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 9+ messages in thread
From: jari.aalto @ 2004-08-28 17:41 UTC (permalink / raw)


Andreas Schwab <schwab@suse.de> writes:

> jari.aalto@poboxes.com writes:
>
>> Key C-' would be  better, because
>>
>>   .. you see the (') key - and you can reach it in all keyboards
>>   .. you press the Ctrol-key and that key
>>
>> and is works. 
>
> Except that C-' is not an ASCII control character, thus unusable with -nw.

Doh. If there really any other choice to C-^ 
What about C-\  ?

Jari

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
  2004-08-28 17:41       ` jari.aalto
@ 2004-08-28 20:40         ` Andreas Schwab
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2004-08-28 20:40 UTC (permalink / raw)
  Cc: gnu-emacs-bug

jari.aalto@poboxes.com writes:

> What about C-\  ?

C-\ is even more difficult to type on many keyboards.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
       [not found]       ` <mailman.536.1093715102.1998.bug-gnu-emacs@gnu.org>
@ 2004-08-30 18:25         ` Kevin Rodgers
  2004-08-30 21:02           ` Andreas Schwab
       [not found]         ` <mailman.730.1093890661.1998.bug-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 9+ messages in thread
From: Kevin Rodgers @ 2004-08-30 18:25 UTC (permalink / raw)


jari.aalto@poboxes.com wrote:
 > Andreas Schwab <schwab@suse.de> writes:
 >>Except that C-' is not an ASCII control character, thus unusable with -nw.
 >
 > Doh. If there really any other choice to C-^

This may be a naive question, but why isn't ESC (C-[) the
terminal-escape-character?

-- 
Kevin Rodgers

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
  2004-08-30 18:25         ` Kevin Rodgers
@ 2004-08-30 21:02           ` Andreas Schwab
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Schwab @ 2004-08-30 21:02 UTC (permalink / raw)
  Cc: gnu-emacs-bug

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> jari.aalto@poboxes.com wrote:
>  > Andreas Schwab <schwab@suse.de> writes:
>  >>Except that C-' is not an ASCII control character, thus unusable with -nw.
>  >
>  > Doh. If there really any other choice to C-^
>
> This may be a naive question, but why isn't ESC (C-[) the
> terminal-escape-character?

I think that would interfere with function keys (function-key-map does not
override explicit bindings).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: terminal.el: terminal-escape-char impossible in European keyboards
       [not found]         ` <mailman.730.1093890661.1998.bug-gnu-emacs@gnu.org>
@ 2004-09-02 19:28           ` jari.aalto
  0 siblings, 0 replies; 9+ messages in thread
From: jari.aalto @ 2004-09-02 19:28 UTC (permalink / raw)


Kevin Rodgers <ihs_4664@yahoo.com> writes:

> jari.aalto@poboxes.com wrote:
| 
| > Andreas Schwab <schwab@suse.de> writes:
| >>Except that C-' is not an ASCII control character, thus unusable with -nw.
| >
| > Doh. If there really any other choice to C-^
| 
> This may be a naive question, but why isn't ESC (C-[) the
> terminal-escape-character?

Good suggestion. I'd obvious as well and available in every keyboard.

Jari

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

end of thread, other threads:[~2004-09-02 19:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 17:36 terminal.el: terminal-escape-char impossible in European keyboards Jari Aalto
2004-08-26 21:43 ` Andreas Schwab
     [not found] ` <mailman.269.1093557120.1998.bug-gnu-emacs@gnu.org>
2004-08-27 19:30   ` jari.aalto
2004-08-27 21:57     ` Andreas Schwab
     [not found]     ` <mailman.433.1093644405.1998.bug-gnu-emacs@gnu.org>
2004-08-28 17:41       ` jari.aalto
2004-08-28 20:40         ` Andreas Schwab
     [not found]       ` <mailman.536.1093715102.1998.bug-gnu-emacs@gnu.org>
2004-08-30 18:25         ` Kevin Rodgers
2004-08-30 21:02           ` Andreas Schwab
     [not found]         ` <mailman.730.1093890661.1998.bug-gnu-emacs@gnu.org>
2004-09-02 19:28           ` jari.aalto

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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