From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.devel Subject: Re: window.el modify current emacs23 behavior of anything. Date: Mon, 12 Sep 2011 10:52:42 +0200 Message-ID: <877h5eb0rp.fsf@gmail.com> References: <87aaaab8jn.fsf@gmail.com> <87d3f6jme2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315817583 21105 80.91.229.12 (12 Sep 2011 08:53:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2011 08:53:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 12 10:53:00 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R32G9-00045R-BQ for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2011 10:52:57 +0200 Original-Received: from localhost ([::1]:39838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32G8-000551-Na for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2011 04:52:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32G6-00054w-2Z for emacs-devel@gnu.org; Mon, 12 Sep 2011 04:52:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R32G1-0000W7-BE for emacs-devel@gnu.org; Mon, 12 Sep 2011 04:52:54 -0400 Original-Received: from mail-gx0-f172.google.com ([209.85.161.172]:55261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R32G1-0000W0-7x; Mon, 12 Sep 2011 04:52:49 -0400 Original-Received: by gxk19 with SMTP id 19so3315545gxk.31 for ; Mon, 12 Sep 2011 01:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=kdeTGX1xhK5FHYa0A9QNI0PcTw5VByXK8CLGx0Unqy4=; b=Xt1kj3U0kLmAnJ5fStTPzFurZdrgl5W6WoAFdnikIeS0u4eDZQiA2l4CEyx8qyw37O aV86aMagp0A0sjmXyaw/5faL/1ubV4lGcXavddTRtnB7XYMGM3UVbKUk0FaG8f/uEohM UMaO3HEO5oGMJE20EFrjcfydXP5gQuxGtoQd8= Original-Received: by 10.236.22.105 with SMTP id s69mr24536909yhs.93.1315817568174; Mon, 12 Sep 2011 01:52:48 -0700 (PDT) Original-Received: from thierry-MM061 (54.211.85.79.rev.sfr.net [79.85.211.54]) by mx.google.com with ESMTPS id p68sm7158168yhl.19.2011.09.12.01.52.45 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Sep 2011 01:52:46 -0700 (PDT) In-Reply-To: (Eli Zaretskii's message of "Mon, 12 Sep 2011 03:24:49 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143920 Archived-At: Eli Zaretskii writes: >> From: Thierry Volpiatto >> 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