Sebastian N. Fischmeister
sfisc****@seas*****
Thu Feb 8 05:06:40 JST 2007
Hi. I have two problems with Emacs (2007-01-06): 1) Somehow it screws up my X11 setup. X11 works fine until I open Emacs once on a freshly started system. After I started Emacs, the second terminal (Command-N) comes up with a weird font while the first uses the correct font. Also executing just 'xterm' uses this weird font. Some stretched out version of courier new. 2) The following causes Emacs to hang, however, it works well when I issue this command from a terminal: (defun raise-emacs-on-aqua() (shell-command "osascript -e 'tell application \"Emacs\" to activate'")) (add-hook 'server-switch-hook 'raise-emacs-on-aqua) Help would be appreciated. Thanks a lot, Sebastian