emacs-devel
[Top][All Lists]
Advanced

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

Re: New keybinding suggestion: C-x _ for `shrink-window'


From: Bastien
Subject: Re: New keybinding suggestion: C-x _ for `shrink-window'
Date: Mon, 12 Nov 2007 13:47:20 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

"Robert J. Chassell" <address@hidden> writes:

> Please put   (provide 'window-edit)  at the end.
> Having it first presumes my load is successful!

Done in 0.7, thanks.

  http://www.cognition.ens.fr/guerry/u/window-edit.el

> Please update messages more quickly.  

Thanks for the example.  The code of 0.6 contained a FIXME stating that
this should be fixed.

When I first wrote this function, I used a timer to empty the message
regularily.  But Richard noted that this was weird and confusing.

In 0.7 `window-edit' runs a timer again, but this time I made sure that
the timer is canceled when we quit window editing.  I also used a safer
name for the variable: `window-edit-message' instead of `msg'.

I think it's okay now.  Any suggestion to get rid of this timer is
welcome.  I cannot think of another solution.

-- 
Bastien




reply via email to

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