all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* getting an 'error: undefined style' on style customization
@ 2006-05-29 16:06 Nick
  0 siblings, 0 replies; only message in thread
From: Nick @ 2006-05-29 16:06 UTC (permalink / raw)


HI all,

I can safely M-x c-set-style and choose my style (linux-c-mode) and
emacs will load properly and work just fine. However, when i try to M-x
linux-c-mode after launching emacs before editing a file (or even
selecting it), it gives me the 'error: undefined style' error message.
How can i fix that? My linux-c-mode is as follows.

(defun linux-c-mode()
  "C mode with adjusted defaults for use with the Linux Kernel."
  (interactive)
  (c-mode)
  (c-set-style "gnu")
  (setq tab-width 8)
  (setq indent-tabs-mode nil)
  (setq c-basic-offset 8)
  (add-hook 'c-mode-hook 'linux-c-mode))

Any help is appreciated.

Nick

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-29 16:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 16:06 getting an 'error: undefined style' on style customization Nick

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.