Hi gentoo-users,

quite a while ago I emerged emacs (don't remember the version) and since then 
I have some problems with the fonts.

First the default fonts were too large, whereas the comments were pretty small 
(I couldn't almost read them). So I configured the faces and I received a new 
entry in my ~/.emacs:

(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(default ((t (:stipple nil :background "white" :foreground "black" 
:inverse-video nil :box nil :strike-through nil :overline nil :underline nil 
:slant normal :weight normal :height 95 :width normal :family 
"adobe-courier"))))
 '(bold ((t (:foreground "black" :underline nil :slant normal :weight bold 
:width normal :family "adobe-courier"))))
 '(comment ((t (:stipple nil :background unspecified :foreground "grey60" 
:inverse-video nil :box nil :strike-through nil :overline nil :underline nil 
:slant oblique :weight normal :width normal :family "adobe-courier"))))
 '(custom-documentation-face ((t nil)))
 '(string ((t (:stipple nil :background "white" :foreground "dark slate grey" 
:inverse-video nil :box nil :strike-through nil :overline nil :underline nil 
:slant normal :weight normal :width normal :family "adobe-courier")))))

Now they are as I was used to (all fonts are the same size...).
But: whenever I start emacs, it takes about 5-7 seconds until emacs displays 
anything. During that time the windows is resized and probably some internal 
fonts are resized (dunno).

Does anyone has had the same problem and solved it?

For some fast editing of a file I now use 'vi' (emacs -nw doesn't seem to load 
.emacs)...

Thanks,
Jorge

--
[EMAIL PROTECTED] mailing list

Reply via email to