On August 20, 2003 at 12:48AM +0800, [EMAIL PROTECTED] wrote: > I looked at the files in /usr/share/emacs/site-lisp/x-face-el/. > It seems x-face-e21.el lacks the function "x-face-ascii-view", > which can be found in x-face-xmas.el and x-face.el. > > Is there a way to include this function in x-face-e21.el?
Put (load "x-face") in your ~/.emacs. Loading "x-face" before loading "x-face-e21" might work for the x-face-ascii-view function. However, this is an unsafe way. Because the same function names (e.g. x-face-insert, x-face-save) are used in both x-face.el and x-face-e21.el. I'll ask the upstream author about this issue. -- Tatsuya Kinoshita