help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Startup bug


From: nickvence
Subject: Startup bug
Date: Fri, 1 Aug 2008 13:41:45 -0700 (PDT)
User-agent: G2/1.0

I'm using Emacs 21.4a and each time I open an existing file :: gets
inserted at the beginning. Where might this bug have slipped in? Here
is my .emacs file:
(global-set-key "\M-g" 'goto-line)
(add-hook 'c++-mode-hook
          '(lambda ()
             (font-lock-mode)
             (c-toggle-auto-state)
             (c-scope-operator)
             (show-paren-mode)))

Thanks,
Nick


reply via email to

[Prev in Thread] Current Thread [Next in Thread]