emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 23.1 flushes stdin on startup


From: Stefan Monnier
Subject: Re: Emacs 23.1 flushes stdin on startup
Date: Thu, 06 Aug 2009 12:33:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> How about adding a variable xterm-modify-other-keys-supported with
> values t, nil, and 'check?  It would make the startup slightly
> faster, too.

Sounds OK.

> !     (when xterm-modify-other-keys-supported
> !       (cond
> !        ((eq xterm-modify-other-keys-supported 'check)

Please merge the when and the cond into a single cond (which will give
meaning to this `cond', since as it stands it only has two arms and
could hence as well use `if').


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]