emacs-devel
[Top][All Lists]
Advanced

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

Re: window.el modify current emacs23 behavior of anything.


From: Thierry Volpiatto
Subject: Re: window.el modify current emacs23 behavior of anything.
Date: Mon, 12 Sep 2011 10:52:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: Thierry Volpiatto <address@hidden>
>> Date: Mon, 12 Sep 2011 08:38:29 +0200
>> 
>> Using
>> (sit-for 0.1)
>> after bury-buffer in anything-cleanup seem to fix this problem
>
> What about `(sit-for 0)'?
Same effect as 0.1

Another workaround is calling bury-buffer with arg in this case,

(if anything-samewindow (bury-buffer (current-buffer)) (bury-buffer))

but then when using different frame or dedicated window, anything-buffer
is not deleted.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

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