Re: Esperantaj literoj en KDE, ktp
En mia propra retpoŝto de Ĵaŭdo, la 21-a de Aprilo 2005 je 15:45 (+0200), mi skribis:
> Mi kunsendas mian ".emacs".
Memevidente, mi misatente forgesis kunligi ĝin.
Jen ĝi!
Amike,
JC
--
Vespero lacigas, mateno freŝigas
(require 'color-theme)
(color-theme-blue-mood)
(tool-bar-mode nil)
(mwheel-install)
(setq mouse-yank-at-point t)
(when (locate-library "un-define")
(require 'un-define)
(require 'unicode)
(require 'unidata)
(setq unidata-default-file-name "~/UnicodeData.txt"))
(global-set-key "\C-x?" 'unidata-show-entry-from-char)
(global-set-key "\C-x," 'insert-ucs-character)
(require 'iso-acc)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-language-environment 'utf-8)
(setq selection-coding-system 'compound-text-with-extensions)
(setq unibyte-display-via-language-environment t)
(setq ps-paper-type 'a4)
(setq ps-multibyte-buffer 'bdf-font-except-latin)
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
(require 'paren)
(show-paren-mode t)
(setq blink-matching-paren t)
(setq blink-matching-paren-on-screen t)
(setq show-paren-style 'expression)
(setq blink-matching-paren-dont-ignore-comments t)
(setq scroll-preserve-screen-position t)
(setq column-number-mode t)
(setq line-number-mode t)
(setq display-time-24hr-format t)
(display-time)
(fset 'yes-or-no-p 'y-or-n-p)
(setq make-backup-files nil)
(server-start)
(setq european-calendar-style t)
(setq calendar-week-start-day 1)
(defvar calendar-day-name-array
["dimanĉo" "lundo" "mardo" "merkredo" "ĵaŭdo" "vendredo" "sabato"])
(defvar calendar-month-name-array
["Januaro" "Februaro" "Marto" "Aprilo" "Majo" "Junio"
"Julio" "Aŭgusto" "Septembro" "Oktobro" "Novembro" "Decembro"])
(defun kill-current-buffer ()
"Kill current buffer."
(interactive)
(kill-buffer (current-buffer)))
(global-set-key "\C-k" 'kill-current-buffer)
(global-set-key "\C-x\C-j" 'goto-line)
Reply to: