[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
About desktop file
From: |
Angelo Graziosi |
Subject: |
About desktop file |
Date: |
Sun, 11 Sep 2016 10:31:41 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
The 'desktop' file is very useful but sometimes it remembers too many
things..
Suppose I am using "foo" font in my init.el file:
(set-face-attribute 'default nil :font "foo 13" )
(set-frame-font "foo 13" nil t)
and that I am working with many buffers. Now suppose I change the font
to use 'bar' font:
(set-face-attribute 'default nil :font "bar13" )
(set-frame-font "bar 13" nil t)
When I restart Emacs, it loads the buffers with the old 'foo' font.
Usually, to have the buffers with the new font, I remove the desktop
file and reload manually the working buffers.
Is there a way to do this differently?
My opinion is that desktop file should remember cursor position, working
buffers, their visiting modes, searched word, frame geometry-position
etc. not the font how buffers are displayed and similar.
Ciao,
Angelo.
- About desktop file,
Angelo Graziosi <=
- Re: About desktop file, Eli Zaretskii, 2016/09/11
- Re: About desktop file, Eli Zaretskii, 2016/09/12
- Re: About desktop file, Angelo Graziosi, 2016/09/12
- Re: About desktop file, Eli Zaretskii, 2016/09/13
- Re: About desktop file, Angelo Graziosi, 2016/09/13
- Re: About desktop file, Eli Zaretskii, 2016/09/14