Originariamente inviato da jaso
buongiorno,

ma te hai debian sid? oppure hai scaricato il programma dal sito e poi l'hai installato su emacs?
quel comando che hai detto non ce l'ho..
PS: mi potresti fare vedere il tuo .emacs?

ciao e grazie ancora che continui a rispondermi
Io ho debian etch.
Tutto via apt.
Non so' che dirti, a me va.
Ho anche il comando:
global-semantic-idle-completions-mode

Il mio .emacs è quello standard non l'ho modificato
Eccolo comunque:
codice:
  1 (custom-set-variables
  2   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  3   ;; Your init file should contain only one such instance.
  4  '(case-fold-search t)
  5  '(current-language-environment "UTF-8")
  6  '(default-input-method "rfc1345")
  7  '(global-font-lock-mode t nil (font-lock))
  8  '(show-paren-mode t nil (paren))
  9  '(standard-indent 3)
 10  '(transient-mark-mode t))
 11 (custom-set-faces
 12   ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
 13   ;; Your init file should contain only one such instance.
 14  )
 15
 16 ;;----------------------Modified by XXXXX XXXXXXXX-------------------------
 17 (setq tab-width 3)
 18 ;; (define-key c-mode-map "\C-m" -newline-and-indent)