all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* yasnippet losing default snippets
@ 2010-01-23 10:44 andrea
  2010-01-23 10:57 ` andrea
  0 siblings, 1 reply; 4+ messages in thread
From: andrea @ 2010-01-23 10:44 UTC (permalink / raw)
  To: help-gnu-emacs


A strange thing happened, now yasnippet is only loading my personal
snippets and not anymore the defaults one.
My configuration is pretty simple

--8<---------------cut here---------------start------------->8---
(require 'yasnippet)

(setq yas/root-directory
      '("~/.emacs.d/my-snippets/text-mode/"
	"~/.emacs.d/yasnippet/snippets/"))

;; Maybe needed to set to fixed for some modes
(setq yas/indent-line 'auto)

(yas/initialize)

(setq yas/ignore-filenames-as-triggers t)

(mapc 'yas/load-directory yas/root-directory)

;; don't make backups in the snippet folder, they mess up yasnippet
;; Should this really go here?
(add-to-list 'backup-directory-alist '("/my-snippets/" . "/tmp/"))
--8<---------------cut here---------------end--------------->8---

and it always worked.
I can see the snippets loaded from the menu and if I click on them they
work, but if I try to expand the right keys it doesn't find any
completion.

I also tried to load only subdirectories for modes (maybe I modified
something) but it's the same, and I don't get any error message.
What could that be?





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-24 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-23 10:44 yasnippet losing default snippets andrea
2010-01-23 10:57 ` andrea
2010-01-23 11:37   ` andrea
     [not found]   ` <mailman.60.1264246676.14305.help-gnu-emacs@gnu.org>
2010-01-24 10:00     ` ramblex

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.