all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Unicode input
@ 2003-04-27  9:00 Ulrich Dirr
  2003-04-27 12:04 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Dirr @ 2003-04-27  9:00 UTC (permalink / raw)


Hi.

What is the 'standard' way to input unicode chars?

My .emacs file:
[...]
(add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/")
(load "utf-8")
(add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/leim/quail")
(load "cyrillic")
(load "latin-ltx")

(add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/mule-ucs")
(require 'un-define)

(modify-coding-system-alist 'file "\\.tex\\'" 'utf-8)

Is this the correct setup? I looks sometimes weird when trying to input
double accents.

Best regards,
Ulrich Dirr

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

* Re: Unicode input
  2003-04-27  9:00 Unicode input Ulrich Dirr
@ 2003-04-27 12:04 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-04-27 12:04 UTC (permalink / raw)


"Ulrich Dirr" <ud@art-satz.de> writes:

> What is the 'standard' way to input unicode chars?

Either your keyboard generates UTF-8 characters.  Then do
(set-keyboard-coding-system 'utf-8).

Or use an input method.

> My .emacs file:
> [...]
> (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/")
> (load "utf-8")
> (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/leim/quail")
> (load "cyrillic")
> (load "latin-ltx")

It seems you fetched modified files from somewhere?  Hm.  I wonder if
maybe the utf-8.el that comes with Emacs 21.3 is enough?  21.3 is the
most recent stable release; upgrade is recommended.

> (add-to-list 'load-path "c:/bin/emacs-21.2/site-lisp/mule-ucs")
> (require 'un-define)

I have experienced lossage with Mule-UCS in combination with Emacs 21
before.  (I think it was only in Gnus, but I'm not sure.)

Anyhow, the improved UTF support in Emacs 21.3 should help you so
that maybe you don't need Mule-UCS anymore.

> (modify-coding-system-alist 'file "\\.tex\\'" 'utf-8)
>
> Is this the correct setup? I looks sometimes weird when trying to input
> double accents.

You look weird?  Send us a photo!  8-)

Seriously, how about sending a screenshot or a better explanation of
the "weird looking"?

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

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

end of thread, other threads:[~2003-04-27 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-27  9:00 Unicode input Ulrich Dirr
2003-04-27 12:04 ` Kai Großjohann

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.