Re: Bug in switch-to-buffer-other-window
Arne Schmitz <[email protected]> Tue, 12 Jun 2012 14:23:55 +0000 (GMT)
| Newsgroups | gmane.emacs.code-browser |
|---|---|
| Message-ID | <[email protected]> |
--===============5128238994917667764==
Content-type: multipart/alternative;
boundary="Boundary_(ID_TS+ejySmwEtTEYQVhNRM1g)"
--Boundary_(ID_TS+ejySmwEtTEYQVhNRM1g)
Content-type: text/plain; charset=utf-8; format=flowed
Content-transfer-encoding: quoted-printable
Sure, here are the snippets from my init.el (... mean I left some parts ou=
t)=EF=BB=BF:=0A=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A(custom-=
set-variables=0A...=0A '(after-save-hook (quote (ecb-update-methods-after-=
saving)))=0A...=0A '(ecb-auto-activate t)=0A '(ecb-compilation-buffer-name=
s (quote (("*Calculator*") ("*vc*") ("*vc-diff*") ("*Apropos*") ("*Occur*"=
) ("*shell*") ("\\*[cC]ompilation.*\\*" . t) ("\\*i?grep.*\\*" . t) ("*JDE=
E Compile Server*") ("*Completions*") ("*Backtrace*") ("*Compile-log*") ("=
*bsh*") ("*Messages*"))))=0A '(ecb-compilation-predicates nil)=0A '(ecb-co=
mpile-window-height 12)=0A '(ecb-compile-window-temporally-enlarge (quote =
after-selection))=0A '(ecb-enlarged-compilation-window-max-height 0.1)=0A =
'(ecb-excluded-directories-regexps (quote ("^\\(\\.[^xX]*\\)$")))=0A '(ecb=
-layout-name "left15")=0A '(ecb-layout-window-sizes nil)=0A '(ecb-options-=
version "2.40")=0A '(ecb-other-window-behavior (quote edit-and-compile))=0A=
'(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))=0A '(ecb-=
source-path (quote ("/Users/schmitz/Programs")))=0A '(ecb-tip-of-the-day n=
il)=0A '(ecb-vc-enable-support t)=0A...=0A '(ecb-default-general-face ((((=
class color) (background light)) (:weight normal :height 0.9 :family "Aria=
l"))))=0A '(ecb-directories-general-face ((((class color) (background ligh=
t)) (:inherit ecb-default-general-face :height 1.0 :family "Arial"))))=0A.=
..=0A)=0A...=0A;; Load ECB=0A(add-to-list 'load-path "~/bin/emacs/ecb")=0A=
(require 'ecb)=0A...=0A=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A=0A=
Best regards,=0A=0AArne=0A=0AAm 12. Jun 2012 um 16:08 schrieb Alex Ott <al=
[email protected]>:=0A=0A> Yes, maybe - could you give me your configuration=
? ecb &=0A> compile-window related parts=0A=
--Boundary_(ID_TS+ejySmwEtTEYQVhNRM1g)
Content-type: multipart/related;
boundary="Boundary_(ID_/5NFovA5tsovaizBX3IAKw)"; type="text/html"
--Boundary_(ID_/5NFovA5tsovaizBX3IAKw)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: quoted-printable
<html><body><div>Sure, here are the snippets from my init.el (... mean I left some par=
ts out):<br><br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>(custom-s=
et-variables<br>...<br> '(after-save-hook (quote (ecb-update-methods-=
after-saving)))<br>...<br> '(ecb-auto-activate t)<br> '(ecb-comp=
ilation-buffer-names (quote (("*Calculator*") ("*vc*") ("*vc-diff*") ("*Ap=
ropos*") ("*Occur*") ("*shell*") ("\\*[cC]ompilation.*\\*" . t) ("\\*i?gre=
p.*\\*" . t) ("*JDEE Compile Server*") ("*Completions*") ("*Backtrace*") (=
"*Compile-log*") ("*bsh*") ("*Messages*"))))<br> '(ecb-compilation-pr=
edicates nil)<br> '(ecb-compile-window-height 12)<br> '(ecb-comp=
ile-window-temporally-enlarge (quote after-selection))<br> '(ecb-enla=
rged-compilation-window-max-height 0.1)<br> '(ecb-excluded-directorie=
s-regexps (quote ("^\\(\\.[^xX]*\\)$")))<br> '(ecb-layout-name "left1=
5")<br> '(ecb-layout-window-sizes nil)<br> '(ecb-options-version=
"2.40")<br> '(ecb-other-window-behavior (quote edit-and-compile))<br=
> '(ecb-primary-secondary-mouse-buttons (quote mouse-1--mouse-2))<br>=
'(ecb-source-path (quote ("/Users/schmitz/Programs")))<br> '(ec=
b-tip-of-the-day nil)<br> '(ecb-vc-enable-support t)<br>...<br> =
'(ecb-default-general-face ((((class color) (background light)) (:weight n=
ormal :height 0.9 :family "Arial"))))<br> '(ecb-directories-general-f=
ace ((((class color) (background light)) (:inherit ecb-default-general-fac=
e :height 1.0 :family "Arial"))))<br>...<br>)<br>...<br>;; Load ECB<br>(ad=
d-to-list 'load-path "~/bin/emacs/ecb")<br>(require 'ecb)<br>...<br>=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br><br>Best regards,<br><br>Arne=0A=
</div><div><br>Am 12. Jun 2012 um 16:08 schrieb Alex Ott <alexott@gmail=
.com>:<br><br><div><blockquote type=3D"cite"><div class=3D"msg-quote"><=
div class=3D"_stretch">Yes, maybe - could you give me your configuration? =
ecb &<br> compile-window related parts<br></div></div></blockquote></d=
iv></div></body></html>=
--Boundary_(ID_/5NFovA5tsovaizBX3IAKw)--
--Boundary_(ID_TS+ejySmwEtTEYQVhNRM1g)--
--===============5128238994917667764==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
--===============5128238994917667764==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Ecb-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecb-list
--===============5128238994917667764==--