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

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.