* ecb-mode under debian/testing
@ 2006-05-20 8:00 Gary Wessle
2006-05-21 3:17 ` Gary Wessle
2006-05-23 8:34 ` Klaus Berndl
0 siblings, 2 replies; 3+ messages in thread
From: Gary Wessle @ 2006-05-20 8:00 UTC (permalink / raw)
Hi
does any one knows whether ecb "emacs code browser" works right off
the installation when installed under debian/testing?
I have all installed according to debian apt-get but when I C-h v
ecb-aut<tab> to reveal `ecb-auto-activate' I get [no match] and so is
the case with other variables from ecb.
my setup for 'auto-mode-Alisa' in my .emacs is
****************************************************************
;; this is needed for semantic and ECB to work correctly
(setq auto-mode-alist
(append '(
("configure.in" . m4-mode) ;; some c++ configurations
("\\.m4\\'" . m4-mode)
("\\.am\\'" . makefile-mode)
("\\.cpp\\'" . c++-mode)
("\\.h$" . c++-mode)
("\\.py\\'" . python-mode))
auto-mode-alist))
****************************************************************
also my load-path has the correct installation directory of semantic
the only variables I have for ecb when C-h v ecb<tab> is
ecb-help-html-path ecb-help-info-path
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ecb-mode under debian/testing
2006-05-20 8:00 ecb-mode under debian/testing Gary Wessle
@ 2006-05-21 3:17 ` Gary Wessle
2006-05-23 8:34 ` Klaus Berndl
1 sibling, 0 replies; 3+ messages in thread
From: Gary Wessle @ 2006-05-21 3:17 UTC (permalink / raw)
the fix "for the records"
put the next line in you .emacs
(setq ecb-auto-activate t)
save and RESTART emacs
open a code file in the language supported by ecb.
M-x ecb-activate<RET>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ecb-mode under debian/testing
2006-05-20 8:00 ecb-mode under debian/testing Gary Wessle
2006-05-21 3:17 ` Gary Wessle
@ 2006-05-23 8:34 ` Klaus Berndl
1 sibling, 0 replies; 3+ messages in thread
From: Klaus Berndl @ 2006-05-23 8:34 UTC (permalink / raw)
What exactly is/was your problem? and is it already fixed? I'm not sure if i
understand your second posting....
Does anything not work properly in ECB with debian? BTW: Which version of ECB
you are using (C-h v ecb-version RET)?
Klaus
On 20 May 2006, Gary Wessle wrote:
> Hi
>
> does any one knows whether ecb "emacs code browser" works right off
> the installation when installed under debian/testing?
> I have all installed according to debian apt-get but when I C-h v
> ecb-aut<tab> to reveal `ecb-auto-activate' I get [no match] and so is
> the case with other variables from ecb.
> my setup for 'auto-mode-Alisa' in my .emacs is
>
>
> ****************************************************************
> ;; this is needed for semantic and ECB to work correctly
> (setq auto-mode-alist
> (append '(
> ("configure.in" . m4-mode) ;; some c++ configurations
> ("\\.m4\\'" . m4-mode)
> ("\\.am\\'" . makefile-mode)
> ("\\.cpp\\'" . c++-mode)
> ("\\.h$" . c++-mode)
> ("\\.py\\'" . python-mode))
> auto-mode-alist))
> ****************************************************************
>
> also my load-path has the correct installation directory of semantic
> the only variables I have for ecb when C-h v ecb<tab> is
>
> ecb-help-html-path ecb-help-info-path
>
> thanks
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-23 8:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20 8:00 ecb-mode under debian/testing Gary Wessle
2006-05-21 3:17 ` Gary Wessle
2006-05-23 8:34 ` Klaus Berndl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).