It's a local display.
My ~/.emacs:
{{{
(setq c-default-style
'((c-mode . "linux")
(c++-mode . "stroustrup")))
(add-hook 'c-mode-hook
'(lambda ()
(c-toggle-hungry-state)))
(column-number-mode)
(display-time)
}}}
thanks!
Romain Francoise 写道:
> xxlu <[EMAIL PROTECTED]> writes:
>
>> After a click on the buffer name in mode line, emacs-x11 will hang,
>> and C-g can't help.
>> stderr: Xlib: unexpected async reply (sequence 0x1e15)!
>
> I can't reproduce this.
>
> Are you using a local or a remote display?
>
> Thanks,
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]