all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gary Wessle <phddas@yahoo.com>
Subject: ecb-mode under debian/testing
Date: 20 May 2006 18:00:54 +1000	[thread overview]
Message-ID: <87fyj59lc9.fsf@localhost.localdomain> (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

             reply	other threads:[~2006-05-20  8:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-20  8:00 Gary Wessle [this message]
2006-05-21  3:17 ` ecb-mode under debian/testing Gary Wessle
2006-05-23  8:34 ` Klaus Berndl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fyj59lc9.fsf@localhost.localdomain \
    --to=phddas@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.