LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Emacs fonts back! (https://www.linuxquestions.org/questions/linux-software-2/emacs-fonts-back-713251/)

faizlo 03-20-2009 06:40 PM

Emacs fonts back!
 
Hi all,

I did the following steps on a Fedora 10 box.
Code:

echo "Emacs.font: Monospace-10" >> ~/.Xresources
xrdb -merge ~/.Xresources

I was trying to change my fonts for emacs. Now when I try to launch emacs I get this error:
Code:

No fonts match `Monospace-10'
How may I get back to the defaults?

The reason I did what I did is that I wanted to have anti-aliase fonts on emacs.

PS.
I am new to emacs.

thanks,

faizlo

asymptote 03-21-2009 03:54 AM

Well you used ">>" which means it appended that string to the file - it didn't overwrite anything. You should be able to edit the .Xresources file (which I've never even heard of until now) and remove that line at the bottom.

faizlo 03-22-2009 05:13 AM

Thanks,

I got back.

faizlo

asymptote 03-22-2009 05:49 AM

Anytime - can you click the "thumbs up" button to thank me please?


All times are GMT -5. The time now is 10:57 AM.