* auto-revert-buffer only once?
@ 2007-10-17 0:43 Michael Chen
2007-10-17 8:07 ` About speedbar's font setting liuqiang
0 siblings, 1 reply; 2+ messages in thread
From: Michael Chen @ 2007-10-17 0:43 UTC (permalink / raw)
To: help-gnu-emacs
Dear there,
I am using Emacs 22.1 and I set Auto-Revert-Mode for a local buffer.
My testing code is writing to that buffer numbers 1, 2, 3, .....10
However once I visit that buffer, I see 1,2,3,4,5, and the buffer
won't change automatically anymore. I have to manually issue another
command M-x revert-buffer to see 1,2...10.
Why Emacs doesn't monitor this buffer every auto-revert-interval (my
value is 1)?
Thanks.
Michael Chen
^ permalink raw reply [flat|nested] 2+ messages in thread
* About speedbar's font setting
2007-10-17 0:43 auto-revert-buffer only once? Michael Chen
@ 2007-10-17 8:07 ` liuqiang
0 siblings, 0 replies; 2+ messages in thread
From: liuqiang @ 2007-10-17 8:07 UTC (permalink / raw)
To: help-gnu-emacs
Next is font setting of GNU Emacs 23.0.60.1 in my computer:
--------------------------------------------------
(set-default-font "Consolas-14")
(set-fontset-font (frame-parameter nil 'font)
'han '("SimSun" . "unicode-bmp"))
--------------------------------------------------
I use the following options to configure.
--------------------------------------------------
--enable-font-backend
--with-freetype
--with-xft
--with-gtk
--with-x
--------------------------------------------------
But the font setting of Speedbar does not comply it.
Can you give me some advice about configure to make Speedbar's font
setting accord with the emacs main frame?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-17 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 0:43 auto-revert-buffer only once? Michael Chen
2007-10-17 8:07 ` About speedbar's font setting liuqiang
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.