;ELC ;;; Compiled by leavens@GARYS-VAIO on Fri Aug 28 11:19:11 2009 ;;; from file d:/emacs/to-ascii.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file contains utf-8 non-ASCII characters ;;; and therefore cannot be loaded into Emacs 21 or earlier. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "23"))) (error "`to-ascii.el' was compiled for Emacs 23 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (fset 'to-ascii #[nil "\212\300\301\302\")\207" [mapc #[(pair) "eb\210\302@\211A@)\"\207" [pair x replace-string] 4] (("\205" "...") ("…" "...") ("\221" "`") ("‘" "`") ("\222" "'") ("’" "'") ("\223" "\"") ("“" "\"") ("\224" "\"") ("”" "\"") ("\225" "*") ("\226" "---") ("–" "--") ("\227" "--"))] 3 "Convert the buffer to ascii, replacing microsoft and unicode charcters with ascii equivalents." nil])