[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1683: 23.0.60; ECB (buffers?)
From: |
[AvataR] |
Subject: |
bug#1683: 23.0.60; ECB (buffers?) |
Date: |
Wed, 07 Jan 2009 10:52:46 +0200 |
User-agent: |
Gnus/5.110008 (No Gnus v0.8) Emacs/23.0.60 (gnu/linux) |
> >> Have a look at the ECB mailing list from today where Feng Li has
> >> proposed a patch. Apparently, #1683 and #1763 are the same bug.
> >
> > Thank you! It works ^_^
> Could you please post on this bug list what you have done to make it
> work? That way we could link the submitter of bug#1763 and other people
> suffering from a similar problem to the solution you found.
> Please reply to:
> 1683@emacsbugs.donarmstrong.com
> Thanks, martin.
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))))