Hi, Thanks, Earlier in my .emacs i had set the font by putting the code like this. > (set-default-font > "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1") I wanted small size so i tried to change 16 to 13. But this gave error while byte compiling, error was > error: Font > `-sony-fixed-medium-r-normal--13-120-100-100-c-80-iso8859-1' is not > defined agreed.(true) so i reverted back to 16. But then it gave the same error. I am not setting the default font ( i have removed the code itself), But some where in my .emacs file, there seems to be code of setting the default font to -sony-fixed-medium-r-normal--13-120-100-100-c-80-iso8859-1 this is am not able find it in my .emacs file. Peter Dyballa wrote: > > Am 09.06.2009 um 09:59 schrieb Anand Dhanakshirur: > >> What is the reason? > > The specified font is not found on your system. > >> and how to fix it? > > Install the specified font. Or specify an existing font. > > -- > Greetings > > Pete > > A lot of us are working harder than we want, at things we don't like > to do. Why? ...In order to afford the sort of existence we don't care > to live. > – Bradford Angier >