all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.