[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1763: bug#1683: 23.0.60; ECB (buffers?)
From: |
martin rudalics |
Subject: |
bug#1763: bug#1683: 23.0.60; ECB (buffers?) |
Date: |
Wed, 07 Jan 2009 10:30:51 +0100 |
User-agent: |
Thunderbird 2.0.0.16 (Windows/20080708) |
> I just use patch from ecb mail list:
>
> --- ecb-layout.el.~1.258.~ Thu May 8 22:03:44 2008
> +++ ecb-layout.el Tue Jan 6 14:35:43 2009
> @@ -1707,6 +1707,7 @@
> (ad-get-arg 0) (ad-get-arg 1))
> (select-window (display-buffer (ad-get-arg 0)
> (ad-get-arg 1)))
> + (set-buffer (ad-get-arg 0))
> (if (ad-get-arg 2)
> ;; not the best solution but for now....
> (bury-buffer (ad-get-arg 0))))
Thank you. Could the submitter of bug#1763 please check whether this
fixes his bug too?
martin