help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unreadable buffer names in Emacs 23.2


From: Android Eve
Subject: Re: Unreadable buffer names in Emacs 23.2
Date: Wed, 08 Dec 2010 15:24:53 -0000
User-agent: G2/1.0

On Aug 14, 12:16 am, Tim X <t...@nospam.dev.null> wrote:
>
> Most likely, a custom setting for the
> minibuffer prompt and maybe an Xresource setting for the menu font.
>

OK - I found the offending lines in my .emacs (both statements need to
be commented out!):

     (setq default-frame-alist
            (cons '(font . "-*-Lucida Console-normal-r-*-*-12-*-*-*-c-*-*-
iso8859-1")
                  default-frame-alist))
     (set-default-font
      "-*-Lucida Console-normal-r-*-*-12-*-*-*-c-*-*-iso8859-1")

Now I need to find out why.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]