* Re: Umlauted characters with term
[not found] <200203202132.g2KLWEM20638@neumann.ml.kva.se>
@ 2002-03-22 12:25 ` Richard Stallman
2002-03-24 14:49 ` Ville Hakulinen
0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-03-22 12:25 UTC (permalink / raw)
Cc: bug-gnu-emacs
M-x term <ret>
and after that typing say a umlaut or o umlaut
Precisely how do you enter them? What keys do you type?
Are you using an Emacs input method? If so, which?
_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Umlauted characters with term
2002-03-22 12:25 ` Umlauted characters with term Richard Stallman
@ 2002-03-24 14:49 ` Ville Hakulinen
2002-03-25 5:46 ` Eli Zaretskii
2002-03-25 12:01 ` Richard Stallman
0 siblings, 2 replies; 5+ messages in thread
From: Ville Hakulinen @ 2002-03-24 14:49 UTC (permalink / raw)
In article <200203221225.g2MCPku01629@aztec.santafe.edu>,
Richard Stallman wrote:
> M-x term <ret>
>
> and after that typing say a umlaut or o umlaut
>
> Precisely how do you enter them? What keys do you type?
> Are you using an Emacs input method? If so, which?
I'm entering them directly from my keyboard. The Finnish layout
is more or less what is shown in the following image:
http://www.hermessoft.com/newproject/keyboards/kbd/finnish1.gif
and the umlauted characters are just right from l. I have the trouble
in char mode and switching to line mode with C-c C-j helps. I have
no other problems with these umlauted characters; I can type them
in nicely from the keyboard both when running Emacs under a terminal
or as an X application. If in char mode I type in C-c M-x
eval-expression <ret> (term-send-raw-string "ä") then the umlauted
a (which the letter between double quotes is supposed to be) gets
sent to the running process and shows up in terminal. Here's a copy
of my .emacs:
(defvar running-xemacs nil)
(setq viper-mode t)
(require 'viper)
(require 'tex-site)
(add-hook 'LaTeX-mode-hook 'turn-on-font-lock)
(add-hook 'LaTeX-mode-hook 'turn-on-reftex)
(if running-xemacs
(let ((i (current-input-mode)))
(case (caddr i)
((t nil) (set-input-mode (car i) (cadr i) '8-bit-clean-dammit))))
(progn
(set-language-environment "latin-1")
(set-input-mode (car (current-input-mode))
(nth 1 (current-input-mode))
0)
(set-terminal-coding-system 'latin-1)
)
)
--
Ville
_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Umlauted characters with term
2002-03-24 14:49 ` Ville Hakulinen
@ 2002-03-25 5:46 ` Eli Zaretskii
2002-03-25 12:01 ` Richard Stallman
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2002-03-25 5:46 UTC (permalink / raw)
Cc: bug-gnu-emacs
On 24 Mar 2002, Ville Hakulinen wrote:
> > Precisely how do you enter them? What keys do you type?
> > Are you using an Emacs input method? If so, which?
>
> I'm entering them directly from my keyboard. The Finnish layout
> is more or less what is shown in the following image:
>
> http://www.hermessoft.com/newproject/keyboards/kbd/finnish1.gif
Does it help to say "C-x RET k latin-1 RET"?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Umlauted characters with term
2002-03-24 14:49 ` Ville Hakulinen
2002-03-25 5:46 ` Eli Zaretskii
@ 2002-03-25 12:01 ` Richard Stallman
2002-03-25 14:30 ` Ville Hakulinen
1 sibling, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-03-25 12:01 UTC (permalink / raw)
Cc: gnu-emacs-bug
I'm entering them directly from my keyboard. The Finnish layout
is more or less what is shown in the following image:
I cannot test that myself--can anyone else try to reproduce this bug?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Umlauted characters with term
2002-03-25 12:01 ` Richard Stallman
@ 2002-03-25 14:30 ` Ville Hakulinen
0 siblings, 0 replies; 5+ messages in thread
From: Ville Hakulinen @ 2002-03-25 14:30 UTC (permalink / raw)
In article <200203251201.g2PC1v503139@aztec.santafe.edu>,
Richard Stallman wrote:
> I'm entering them directly from my keyboard. The Finnish layout
> is more or less what is shown in the following image:
>
> I cannot test that myself--can anyone else try to reproduce this bug?
It seems that adding (set-keyboard-coding-system 'latin-1) to .emacs
helps. (I already had (set-terminal-coding-system 'latin-1) in my .emacs)
Thanks to Eli Zaretskii.
--
Ville
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-03-25 14:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200203202132.g2KLWEM20638@neumann.ml.kva.se>
2002-03-22 12:25 ` Umlauted characters with term Richard Stallman
2002-03-24 14:49 ` Ville Hakulinen
2002-03-25 5:46 ` Eli Zaretskii
2002-03-25 12:01 ` Richard Stallman
2002-03-25 14:30 ` Ville Hakulinen
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).