File: clisp-coding.el

package info (click to toggle)
clisp 1%3A2.49-8.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 45,160 kB
  • sloc: lisp: 79,960; ansic: 48,257; xml: 26,814; sh: 12,846; fortran: 7,286; makefile: 1,456; perl: 164
file content (9 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
;;; Automatic choice of encoding for CLISP sources           -*- Emacs-Lisp -*-
;;; Load this file from ~/.emacs or ~/.emacs.el
;;; Tested with Emacs 20 with Mule-UCS, Emacs 21

;; All the *.d and *.lisp sources are in UTF-8 encoding.
(modify-coding-system-alist 'file "\\.\\(d\\|lisp\\)\\'" 'utf-8)

;; For CLISP in `inferior-lisp-mode' under win32
(modify-coding-system-alist 'process "lisp" 'unix)